/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 164 #ifndef F_RDLCK 165 #define F_RDLCK 0 macro
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | fcntl.h | 165 #ifndef F_RDLCK 166 #define F_RDLCK 0 macro
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | fcntl.h | 164 #ifndef F_RDLCK 165 #define F_RDLCK 0 macro
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 164 #ifndef F_RDLCK 165 #define F_RDLCK 0 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 113 #ifndef F_RDLCK 114 #define F_RDLCK 0 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 127 #ifndef F_RDLCK 128 #define F_RDLCK 0 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 127 #ifndef F_RDLCK 128 #define F_RDLCK 0 macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/filelock/ |
H A D | ofdlocks.c | 48 fl.l_type = F_RDLCK; in main() 60 fl.l_type = F_RDLCK; in main()
|
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
H A D | fcntl.h | 48 #define F_RDLCK 1 macro
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
H A D | fcntl.h | 33 #define F_RDLCK 01 macro
|
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/ |
H A D | fcntl.h | 48 #define F_RDLCK 1 macro
|
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/ |
H A D | fcntl.h | 33 #define F_RDLCK 01 macro
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | locks.c | 117 fl->fl_type = F_RDLCK; in ceph_lock_message() 262 if (F_RDLCK == fl->fl_type) in ceph_lock() 324 if (F_RDLCK == fl->fl_type) in ceph_flock() 390 case F_RDLCK: in lock_to_ceph_filelock()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | locks.c | 134 fl->fl_type = F_RDLCK; in ceph_lock_message() 279 if (F_RDLCK == fl->fl_type) in ceph_lock() 341 if (F_RDLCK == fl->fl_type) in ceph_flock() 407 case F_RDLCK: in lock_to_ceph_filelock()
|
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/ |
H A D | fcntl.h | 48 #define F_RDLCK 1 macro
|
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/ |
H A D | fcntl.h | 48 #define F_RDLCK 1 macro
|
/kernel/linux/linux-5.10/fs/ |
H A D | locks.c | 193 return F_RDLCK; in target_leasetype() 468 return F_RDLCK; in flock_translate_cmd() 507 case F_RDLCK: in assign_type() 1441 * @type: %F_WRLCK for a write lock, else %F_RDLCK 1503 case F_RDLCK: in lease_clear_pending() 1551 lease_modify(fl, F_RDLCK, dispose); in time_out_leases() 1616 new_fl = lease_alloc(NULL, want_write ? F_WRLCK : F_RDLCK); in __break_lease() 1749 * %F_RDLCK to indicate a shared lease is held. 1757 * %F_RDLCK to indicate an exclusive lease needs to be 1812 if (arg == F_RDLCK) in check_conflicting_open() [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | locks.c | 89 return F_RDLCK; in target_leasetype() 419 return F_RDLCK; in flock_translate_cmd() 444 case F_RDLCK: in assign_type() 1383 case F_RDLCK: in lease_clear_pending() 1431 lease_modify(fl, F_RDLCK, dispose); in time_out_leases() 1496 new_fl = lease_alloc(NULL, want_write ? F_WRLCK : F_RDLCK); in __break_lease() 1629 * %F_RDLCK to indicate a shared lease is held. 1637 * %F_RDLCK to indicate an exclusive lease needs to be 1695 if (arg == F_RDLCK) in check_conflicting_open() 1888 case F_RDLCK in generic_setlease() [all...] |
/kernel/linux/linux-6.6/include/trace/misc/ |
H A D | fs.h | 98 { F_RDLCK, "RDLCK" }, \
|
/kernel/linux/linux-5.10/fs/lockd/ |
H A D | xdr.c | 130 fl->fl_type = F_RDLCK; /* as good as anything else */ in nlm_decode_lock() 159 *p++ = (fl->fl_type == F_RDLCK)? xdr_zero : xdr_one; in nlm_encode_testres()
|
H A D | clnt4xdr.c | 246 encode_bool(xdr, lock->fl.fl_type == F_RDLCK); in encode_nlm4_holder() 285 fl->fl_type = exclusive != 0 ? F_WRLCK : F_RDLCK; in decode_nlm4_holder()
|
/kernel/linux/linux-6.6/fs/lockd/ |
H A D | xdr4.c | 93 fl->fl_type = F_RDLCK; in svcxdr_decode_lock() 105 if (xdr_stream_encode_bool(xdr, fl->fl_type != F_RDLCK) < 0) in svcxdr_encode_holder()
|
H A D | xdr.c | 92 fl->fl_type = F_RDLCK; in svcxdr_decode_lock() 110 if (xdr_stream_encode_bool(xdr, fl->fl_type != F_RDLCK) < 0) in svcxdr_encode_holder()
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | flock.c | 115 unsigned int fl_type = F_RDLCK; in afs_next_locker() 133 (next->fl_type == F_WRLCK || p->fl_type == F_RDLCK)) in afs_next_locker() 474 type = (fl->fl_type == F_RDLCK) ? AFS_LOCK_READ : AFS_LOCK_WRITE; in afs_do_setlk() 746 fl->fl_type = F_RDLCK; in afs_do_getlk()
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | flock.c | 115 unsigned int fl_type = F_RDLCK; in afs_next_locker() 133 (next->fl_type == F_WRLCK || p->fl_type == F_RDLCK)) in afs_next_locker() 474 type = (fl->fl_type == F_RDLCK) ? AFS_LOCK_READ : AFS_LOCK_WRITE; in afs_do_setlk() 746 fl->fl_type = F_RDLCK; in afs_do_getlk()
|