Searched refs:F_WRLCK (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/arch/parisc/include/uapi/asm/
H A Dfcntl.h34 #define F_WRLCK 02 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dfcntl.h49 #define F_WRLCK 2 macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dfcntl.h49 #define F_WRLCK 2 macro
/linux-master/include/trace/misc/
H A Dfs.h99 { F_WRLCK, "WRLCK" }, \
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h166 #define F_WRLCK 1 macro
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h166 #define F_WRLCK 1 macro
/linux-master/fs/lockd/
H A Dxdr.c167 argp->lock.fl.c.flc_type = F_WRLCK;
187 argp->lock.fl.c.flc_type = F_WRLCK;
212 argp->lock.fl.c.flc_type = F_WRLCK;
H A Dxdr4.c162 argp->lock.fl.c.flc_type = F_WRLCK;
182 argp->lock.fl.c.flc_type = F_WRLCK;
207 argp->lock.fl.c.flc_type = F_WRLCK;
H A Dclntxdr.c279 fl->c.flc_type = exclusive != 0 ? F_WRLCK : F_RDLCK;
360 encode_bool(xdr, lock->fl.c.flc_type == F_WRLCK);
383 encode_bool(xdr, lock->fl.c.flc_type == F_WRLCK);
406 encode_bool(xdr, lock->fl.c.flc_type == F_WRLCK);
H A Dclnt4xdr.c284 fl->c.flc_type = exclusive != 0 ? F_WRLCK : F_RDLCK;
360 encode_bool(xdr, lock->fl.c.flc_type == F_WRLCK);
383 encode_bool(xdr, lock->fl.c.flc_type == F_WRLCK);
406 encode_bool(xdr, lock->fl.c.flc_type == F_WRLCK);
/linux-master/tools/testing/selftests/filelock/
H A Dofdlocks.c71 fl.l_type = F_WRLCK;
/linux-master/fs/
H A Dlocks.c457 return F_WRLCK;
481 case F_WRLCK:
889 if (sys_flc->flc_type == F_WRLCK)
891 if (caller_flc->flc_type == F_WRLCK)
1551 new_fl = lease_alloc(NULL, want_write ? F_WRLCK : F_RDLCK);
1667 if (flc && flc->flc_type == F_WRLCK)
1686 * %F_WRLCK to indicate an exclusive lease is held.
1752 else if (arg != F_WRLCK)
1829 if (arg == F_WRLCK)
1932 case F_WRLCK
[all...]
/linux-master/fs/9p/
H A Dvfs_file.c142 case F_WRLCK:
260 fl->c.flc_type = F_WRLCK;
/linux-master/fs/ceph/
H A Dlocks.c138 fl->c.flc_type = F_WRLCK;
419 case F_WRLCK:
/linux-master/include/trace/events/
H A Dfilelock.h35 { F_WRLCK, "F_WRLCK" }, \
H A Dafs.h388 EM(F_WRLCK, "WRLCK") \
/linux-master/include/linux/
H A Dfilelock.h175 return fl->c.flc_type == F_WRLCK;
/linux-master/tools/hv/
H A Dhv_kvp_daemon.c134 struct flock fl = {F_WRLCK, SEEK_SET, 0, 0, 0};
/linux-master/fs/afs/
H A Dflock.c120 type = F_WRLCK;
748 fl->c.flc_type = F_WRLCK;
/linux-master/arch/um/os-Linux/
H A Dfile.c579 int type = excl ? F_WRLCK : F_RDLCK;
/linux-master/fs/dlm/
H A Dplock.c463 fl->c.flc_type = (op->info.ex) ? F_WRLCK : F_RDLCK;
/linux-master/fs/smb/client/
H A Dfile.c1417 flock->c.flc_type = F_WRLCK;
1781 cifs_dbg(FYI, "F_WRLCK\n");
1854 flock->c.flc_type = F_WRLCK;
1871 flock->c.flc_type = F_WRLCK;
H A Dcifsfs.c1102 ((arg == F_WRLCK) && CIFS_CACHE_WRITE(CIFS_I(inode))))
/linux-master/security/apparmor/
H A Dlsm.c553 if (cmd == F_WRLCK)
/linux-master/fs/nfsd/
H A Dnfs4state.c5625 fl->c.flc_type = flag == NFS4_OPEN_DELEGATE_READ? F_RDLCK: F_WRLCK;
7949 type = F_WRLCK;
8152 file_lock->c.flc_type = F_WRLCK;
8841 if (type == F_WRLCK) {

Completed in 307 milliseconds

12