Searched refs:F_RDLCK (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/arch/parisc/include/uapi/asm/
H A Dfcntl.h33 #define F_RDLCK 01 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dfcntl.h48 #define F_RDLCK 1 macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dfcntl.h48 #define F_RDLCK 1 macro
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h164 #ifndef F_RDLCK
165 #define F_RDLCK 0 macro
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h164 #ifndef F_RDLCK
165 #define F_RDLCK 0 macro
/linux-master/tools/testing/selftests/filelock/
H A Dofdlocks.c48 fl.l_type = F_RDLCK;
60 fl.l_type = F_RDLCK;
/linux-master/include/trace/misc/
H A Dfs.h98 { F_RDLCK, "RDLCK" }, \
/linux-master/fs/lockd/
H A Dxdr.c92 fl->c.flc_type = F_RDLCK;
110 if (xdr_stream_encode_bool(xdr, fl->c.flc_type != F_RDLCK) < 0)
H A Dxdr4.c93 fl->c.flc_type = F_RDLCK;
105 if (xdr_stream_encode_bool(xdr, fl->c.flc_type != F_RDLCK) < 0)
H A Dclntxdr.c241 encode_bool(xdr, lock->fl.c.flc_type == F_RDLCK);
279 fl->c.flc_type = exclusive != 0 ? F_WRLCK : F_RDLCK;
H A Dclnt4xdr.c246 encode_bool(xdr, lock->fl.c.flc_type == F_RDLCK);
284 fl->c.flc_type = exclusive != 0 ? F_WRLCK : F_RDLCK;
/linux-master/fs/
H A Dlocks.c92 return F_RDLCK;
455 return F_RDLCK;
480 case F_RDLCK:
1436 case F_RDLCK:
1484 lease_modify(fl, F_RDLCK, dispose);
1551 new_fl = lease_alloc(NULL, want_write ? F_WRLCK : F_RDLCK);
1684 * %F_RDLCK to indicate a shared lease is held.
1692 * %F_RDLCK to indicate an exclusive lease needs to be
1750 if (arg == F_RDLCK)
1931 case F_RDLCK
[all...]
/linux-master/fs/9p/
H A Dvfs_file.c139 case F_RDLCK:
257 fl->c.flc_type = F_RDLCK;
/linux-master/fs/ceph/
H A Dlocks.c136 fl->c.flc_type = F_RDLCK;
416 case F_RDLCK:
/linux-master/include/trace/events/
H A Dfilelock.h34 { F_RDLCK, "F_RDLCK" }, \
H A Dafs.h387 EM(F_RDLCK, "RDLCK") \
/linux-master/include/linux/
H A Dfilelock.h170 return fl->c.flc_type == F_RDLCK;
/linux-master/fs/afs/
H A Dflock.c115 unsigned int type = F_RDLCK;
746 fl->c.flc_type = F_RDLCK;
/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/nfsd/
H A Dnfs4layouts.c212 fl->c.flc_type = F_RDLCK;
H A Dnfs4state.c5625 fl->c.flc_type = flag == NFS4_OPEN_DELEGATE_READ? F_RDLCK: F_WRLCK;
7590 if (fl->c.flc_type != F_RDLCK)
7936 type = F_RDLCK;
8148 file_lock->c.flc_type = F_RDLCK;
8833 * non-nfs lease, if it's a lease with F_RDLCK then
8837 if (type == F_RDLCK)
/linux-master/fs/smb/client/
H A Dfile.c1415 flock->c.flc_type = F_RDLCK;
1689 if (ftype == F_RDLCK || ftype == F_SHLCK)
1790 cifs_dbg(FYI, "F_RDLCK\n");
1866 flock->c.flc_type = F_RDLCK;
H A Dcifsfs.c1101 ((arg == F_RDLCK) && CIFS_CACHE_READ(CIFS_I(inode))) ||
/linux-master/fs/nfs/
H A Dnfs4proc.c7581 case F_RDLCK:
7606 fmode_t type = arg == F_RDLCK ? FMODE_READ : FMODE_WRITE;
7624 case F_RDLCK:

Completed in 1486 milliseconds

12