| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | fcntl.h | 165 #ifndef F_RDLCK 166 #define F_RDLCK 0 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | fcntl.h | 165 #ifndef F_RDLCK 166 #define F_RDLCK 0 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | fcntl.h | 165 #ifndef F_RDLCK 166 #define F_RDLCK 0 macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | 164 #ifndef F_RDLCK 165 #define F_RDLCK 0 macro
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | locks.c | 121 fl->fl_type = F_RDLCK; in ceph_lock_message() 266 if (F_RDLCK == fl->fl_type) in ceph_lock() 328 if (F_RDLCK == fl->fl_type) in ceph_flock() 394 case F_RDLCK: in lock_to_ceph_filelock()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | fcntl-linux.h | 221 #ifndef F_RDLCK 223 # define F_RDLCK 0 /* Read lock. */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | fcntl-linux.h | 221 #ifndef F_RDLCK 223 # define F_RDLCK 0 /* Read lock. */ macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | fcntl.h | 33 #define F_RDLCK 01 macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | fcntl.h | 48 #define F_RDLCK 1 macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | fcntl.h | 48 #define F_RDLCK 1 macro
|
| /OK3568_Linux_fs/kernel/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() 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() 1812 if (arg == F_RDLCK) in check_conflicting_open() 2011 case F_RDLCK: in generic_setlease() 2360 if (flock->l_type != F_RDLCK && flock->l_type != F_WRLCK) in fcntl_getlk() 2462 case F_RDLCK: in check_fmode_for_setlk() [all …]
|
| H A D | remap_range.c | 116 write ? F_WRLCK : F_RDLCK); in remap_verify_area()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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 | xdr4.c | 122 fl->fl_type = F_RDLCK; /* as good as anything else */ in nlm4_decode_lock() 152 *p++ = (fl->fl_type == F_RDLCK)? xdr_zero : xdr_one; in nlm4_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()
|
| H A D | clntxdr.c | 241 encode_bool(xdr, lock->fl.fl_type == F_RDLCK); in encode_nlm_holder() 279 fl->fl_type = exclusive != 0 ? F_WRLCK : F_RDLCK; in decode_nlm_holder()
|
| /OK3568_Linux_fs/kernel/fs/9p/ |
| H A D | vfs_file.c | 158 case F_RDLCK: in v9fs_file_do_lock() 275 fl->fl_type = F_RDLCK; in v9fs_file_getlock()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | filelock.h | 34 { F_RDLCK, "F_RDLCK" }, \
|
| H A D | afs.h | 552 EM(F_RDLCK, "RDLCK") \
|
| /OK3568_Linux_fs/kernel/fs/dlm/ |
| H A D | plock.c | 364 fl->fl_type = (op->info.ex) ? F_WRLCK : F_RDLCK; in dlm_posix_get()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | file.c | 579 int type = excl ? F_WRLCK : F_RDLCK; in os_lock_file()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs4layouts.c | 196 fl->fl_type = F_RDLCK; in nfsd4_layout_setlease()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | file.c | 1053 flock->fl_type = F_RDLCK; in cifs_lock_test() 1322 if (flock->fl_type == F_RDLCK || flock->fl_type == F_SHLCK) in cifs_push_posix_locks() 1416 } else if (flock->fl_type == F_RDLCK) { in cifs_read_flock() 1491 flock->fl_type = F_RDLCK; in cifs_getlk()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4trace.h | 922 TRACE_DEFINE_ENUM(F_RDLCK); 933 { F_RDLCK, "RDLCK" }, \
|