| /linux/fs/lockd/ |
| A D | xdr.c | 167 argp->lock.fl.c.flc_type = F_WRLCK; in nlmsvc_decode_testargs() 187 argp->lock.fl.c.flc_type = F_WRLCK; in nlmsvc_decode_lockargs() 212 argp->lock.fl.c.flc_type = F_WRLCK; in nlmsvc_decode_cancargs()
|
| A D | xdr4.c | 162 argp->lock.fl.c.flc_type = F_WRLCK; in nlm4svc_decode_testargs() 182 argp->lock.fl.c.flc_type = F_WRLCK; in nlm4svc_decode_lockargs() 207 argp->lock.fl.c.flc_type = F_WRLCK; in nlm4svc_decode_cancargs()
|
| A D | clntxdr.c | 279 fl->c.flc_type = exclusive != 0 ? F_WRLCK : F_RDLCK; in decode_nlm_holder() 360 encode_bool(xdr, lock->fl.c.flc_type == F_WRLCK); in nlm_xdr_enc_testargs() 383 encode_bool(xdr, lock->fl.c.flc_type == F_WRLCK); in nlm_xdr_enc_lockargs() 406 encode_bool(xdr, lock->fl.c.flc_type == F_WRLCK); in nlm_xdr_enc_cancargs()
|
| A D | clnt4xdr.c | 284 fl->c.flc_type = exclusive != 0 ? F_WRLCK : F_RDLCK; in decode_nlm4_holder() 360 encode_bool(xdr, lock->fl.c.flc_type == F_WRLCK); in nlm4_xdr_enc_testargs() 383 encode_bool(xdr, lock->fl.c.flc_type == F_WRLCK); in nlm4_xdr_enc_lockargs() 406 encode_bool(xdr, lock->fl.c.flc_type == F_WRLCK); in nlm4_xdr_enc_cancargs()
|
| /linux/arch/parisc/include/uapi/asm/ |
| A D | fcntl.h | 34 #define F_WRLCK 02 macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| A D | fcntl.h | 49 #define F_WRLCK 2 macro
|
| /linux/arch/sparc/include/uapi/asm/ |
| A D | fcntl.h | 49 #define F_WRLCK 2 macro
|
| /linux/fs/ |
| A D | locks.c | 457 return F_WRLCK; in flock_translate_cmd() 481 case F_WRLCK: in assign_type() 889 if (sys_flc->flc_type == F_WRLCK) in locks_conflict() 891 if (caller_flc->flc_type == F_WRLCK) in locks_conflict() 1667 if (flc && flc->flc_type == F_WRLCK) in lease_get_mtime() 1752 else if (arg != F_WRLCK) in check_conflicting_open() 1833 if (arg == F_WRLCK) in generic_add_lease() 1936 case F_WRLCK: in generic_setlease() 2288 && flock->l_type != F_WRLCK) in fcntl_getlk() 2396 case F_WRLCK: in check_fmode_for_setlk() [all …]
|
| /linux/include/uapi/asm-generic/ |
| A D | fcntl.h | 166 #define F_WRLCK 1 macro
|
| /linux/include/trace/misc/ |
| A D | fs.h | 99 { F_WRLCK, "WRLCK" }, \
|
| /linux/tools/testing/selftests/filelock/ |
| A D | ofdlocks.c | 71 fl.l_type = F_WRLCK; in main()
|
| /linux/fs/9p/ |
| A D | vfs_file.c | 142 case F_WRLCK: in v9fs_file_do_lock() 260 fl->c.flc_type = F_WRLCK; in v9fs_file_getlock()
|
| /linux/fs/ceph/ |
| A D | locks.c | 138 fl->c.flc_type = F_WRLCK; in ceph_lock_message() 419 case F_WRLCK: in lock_to_ceph_filelock()
|
| /linux/include/trace/events/ |
| A D | filelock.h | 35 { F_WRLCK, "F_WRLCK" }, \
|
| A D | afs.h | 393 EM(F_WRLCK, "WRLCK") \
|
| /linux/include/linux/ |
| A D | filelock.h | 175 return fl->c.flc_type == F_WRLCK; in lock_is_write()
|
| /linux/fs/afs/ |
| A D | flock.c | 120 type = F_WRLCK; in afs_next_locker() 748 fl->c.flc_type = F_WRLCK; in afs_do_getlk()
|
| /linux/arch/um/os-Linux/ |
| A D | file.c | 597 int type = excl ? F_WRLCK : F_RDLCK; in os_lock_file()
|
| /linux/fs/dlm/ |
| A D | plock.c | 463 fl->c.flc_type = (op->info.ex) ? F_WRLCK : F_RDLCK; in dlm_posix_get()
|
| /linux/fs/smb/client/ |
| A D | file.c | 1601 flock->c.flc_type = F_WRLCK; in cifs_lock_test() 2038 flock->c.flc_type = F_WRLCK; in cifs_getlk() 2055 flock->c.flc_type = F_WRLCK; in cifs_getlk()
|
| A D | cifsfs.c | 1063 ((arg == F_WRLCK) && CIFS_CACHE_WRITE(CIFS_I(inode)))) in cifs_setlease()
|
| /linux/tools/hv/ |
| A D | hv_kvp_daemon.c | 134 struct flock fl = {F_WRLCK, SEEK_SET, 0, 0, 0}; in kvp_acquire_lock()
|
| /linux/security/apparmor/ |
| A D | lsm.c | 554 if (cmd == F_WRLCK) in apparmor_file_lock()
|
| /linux/fs/nfsd/ |
| A D | nfs4state.c | 5682 fl->c.flc_type = flag == NFS4_OPEN_DELEGATE_READ? F_RDLCK: F_WRLCK; in nfs4_alloc_init_lease() 8027 type = F_WRLCK; in nfsd4_lock() 8230 file_lock->c.flc_type = F_WRLCK; in nfsd4_lockt() 8905 if (fl->c.flc_type == F_WRLCK) { in nfsd4_deleg_getattr_conflict()
|
| /linux/fs/fuse/ |
| A D | file.c | 2611 case F_WRLCK: in convert_fuse_file_lock()
|