Home
last modified time | relevance | path

Searched refs:F_RDLCK (Results 1 – 25 of 38) sorted by relevance

12

/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dfcntl.h165 #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 Dfcntl.h165 #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 Dfcntl.h165 #ifndef F_RDLCK
166 #define F_RDLCK 0 macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dfcntl.h164 #ifndef F_RDLCK
165 #define F_RDLCK 0 macro
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dlocks.c121 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 Dfcntl-linux.h221 #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 Dfcntl-linux.h221 #ifndef F_RDLCK
223 # define F_RDLCK 0 /* Read lock. */ macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dfcntl.h33 #define F_RDLCK 01 macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dfcntl.h48 #define F_RDLCK 1 macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dfcntl.h48 #define F_RDLCK 1 macro
/OK3568_Linux_fs/kernel/fs/
H A Dlocks.c193 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 Dremap_range.c116 write ? F_WRLCK : F_RDLCK); in remap_verify_area()
/OK3568_Linux_fs/kernel/fs/afs/
H A Dflock.c115 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 Dxdr.c130 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 Dxdr4.c122 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 Dclnt4xdr.c246 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 Dclntxdr.c241 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 Dvfs_file.c158 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 Dfilelock.h34 { F_RDLCK, "F_RDLCK" }, \
H A Dafs.h552 EM(F_RDLCK, "RDLCK") \
/OK3568_Linux_fs/kernel/fs/dlm/
H A Dplock.c364 fl->fl_type = (op->info.ex) ? F_WRLCK : F_RDLCK; in dlm_posix_get()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dfile.c579 int type = excl ? F_WRLCK : F_RDLCK; in os_lock_file()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4layouts.c196 fl->fl_type = F_RDLCK; in nfsd4_layout_setlease()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dfile.c1053 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 Dnfs4trace.h922 TRACE_DEFINE_ENUM(F_RDLCK);
933 { F_RDLCK, "RDLCK" }, \

12