| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | locks.c | 125 fl->fl_type = F_UNLCK; in ceph_lock_message() 244 if (__mandatory_lock(file->f_mapping->host) && fl->fl_type != F_UNLCK) in ceph_lock() 261 if (op == CEPH_MDS_OP_SETFILELOCK && F_UNLCK == fl->fl_type) in ceph_lock() 273 if (op == CEPH_MDS_OP_SETFILELOCK && F_UNLCK == fl->fl_type) { in ceph_lock() 281 if (op == CEPH_MDS_OP_SETFILELOCK && F_UNLCK != fl->fl_type) { in ceph_lock() 320 if (F_UNLCK == fl->fl_type) in ceph_flock() 335 if (F_UNLCK == fl->fl_type) { in ceph_flock() 343 if (!err && F_UNLCK != fl->fl_type) { in ceph_flock() 400 case F_UNLCK: in lock_to_ceph_filelock()
|
| /OK3568_Linux_fs/kernel/fs/9p/ |
| H A D | vfs_file.c | 124 if (__mandatory_lock(inode) && fl->fl_type != F_UNLCK) in v9fs_file_lock() 127 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_lock() 164 case F_UNLCK: in v9fs_file_do_lock() 228 if (res < 0 && fl->fl_type != F_UNLCK) { in v9fs_file_do_lock() 230 fl->fl_type = F_UNLCK; in v9fs_file_do_lock() 255 if (fl->fl_type != F_UNLCK) in v9fs_file_getlock() 281 fl->fl_type = F_UNLCK; in v9fs_file_getlock() 315 if (__mandatory_lock(inode) && fl->fl_type != F_UNLCK) in v9fs_file_lock_dotl() 318 if ((IS_SETLK(cmd) || IS_SETLKW(cmd)) && fl->fl_type != F_UNLCK) { in v9fs_file_lock_dotl() 351 if (__mandatory_lock(inode) && fl->fl_type != F_UNLCK) in v9fs_file_flock_dotl() [all …]
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | locks.c | 191 return F_UNLCK; in target_leasetype() 255 if (likely(ctx) || type == F_UNLCK) in locks_get_lock_context() 472 return F_UNLCK; in flock_translate_cmd() 509 case F_UNLCK: in assign_type() 960 fl->fl_type = F_UNLCK; in posix_test_lock() 971 fl->fl_type = F_UNLCK; in posix_test_lock() 1070 if (request->fl_type != F_UNLCK) in flock_lock_inode() 1075 if (!(request->fl_flags & FL_ACCESS) && (request->fl_type != F_UNLCK)) { in flock_lock_inode() 1096 if (request->fl_type == F_UNLCK) { in flock_lock_inode() 1146 return (request->fl_type == F_UNLCK) ? 0 : -ENOMEM; in posix_lock_inode() [all …]
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | locks.c | 57 request.fl_type = F_UNLCK; in ocfs2_do_flock() 113 if (fl->fl_type == F_UNLCK) in ocfs2_flock() 126 if (__mandatory_lock(inode) && fl->fl_type != F_UNLCK) in ocfs2_lock()
|
| H A D | stack_user.c | 756 fl->fl_type = F_UNLCK; in user_plock() 761 else if (fl->fl_type == F_UNLCK) in user_plock()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/make/make/ |
| H A D | 0003-posixfcn-fcntl-gnulib-make-emulated.patch | 36 -# define F_UNLCK 2 41 +# ifndef F_UNLCK 42 +# define F_UNLCK 2
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | file.c | 679 if (fl->fl_type != F_UNLCK) { in do_getlk() 695 fl->fl_type = F_UNLCK; in do_getlk() 793 if (__mandatory_lock(inode) && fl->fl_type != F_UNLCK) in nfs_lock() 807 else if (fl->fl_type == F_UNLCK) in nfs_lock() 843 if (fl->fl_type == F_UNLCK) in nfs_flock()
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | fcntl.h | 35 #define F_UNLCK 03 macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | fcntl.h | 50 #define F_UNLCK 8 macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | fcntl.h | 50 #define F_UNLCK 3 macro
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | flock.c | 733 fl->fl_type = F_UNLCK; in afs_do_getlk() 737 if (fl->fl_type == F_UNLCK) { in afs_do_getlk() 776 if (__mandatory_lock(&vnode->vfs_inode) && fl->fl_type != F_UNLCK) in afs_lock() 785 if (fl->fl_type == F_UNLCK) in afs_lock() 827 if (fl->fl_type == F_UNLCK) in afs_flock()
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | file.c | 1252 if (__mandatory_lock(&ip->i_inode) && fl->fl_type != F_UNLCK) in gfs2_lock() 1258 fl->fl_type = F_UNLCK; in gfs2_lock() 1261 if (fl->fl_type == F_UNLCK) in gfs2_lock() 1267 else if (fl->fl_type == F_UNLCK) in gfs2_lock() 1294 request.fl_type = F_UNLCK; in do_flock() 1359 if (fl->fl_type == F_UNLCK) { in gfs2_flock()
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | fcntl.h | 168 #define F_UNLCK 2 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 | 168 #define F_UNLCK 2 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 | 168 #define F_UNLCK 2 macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | 167 #define F_UNLCK 2 macro
|
| /OK3568_Linux_fs/kernel/fs/lockd/ |
| H A D | clntproc.c | 182 if (fl->fl_type != F_UNLCK) { in nlmclnt_proc() 438 fl->fl_type = F_UNLCK; in nlmclnt_test() 606 fl->fl_type = F_UNLCK; in nlmclnt_lock()
|
| H A D | svcsubs.c | 188 lock.fl_type = F_UNLCK; in nlm_traverse_locks()
|
| H A D | svclock.c | 608 if (lock->fl.fl_type == F_UNLCK) { in nlmsvc_testlock() 656 lock->fl.fl_type = F_UNLCK; in nlmsvc_unlock()
|
| H A D | xdr.c | 257 argp->lock.fl.fl_type = F_UNLCK; in nlmsvc_decode_unlockargs()
|
| /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 | 225 # define F_UNLCK 2 /* Remove 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 | 225 # define F_UNLCK 2 /* Remove lock. */ macro
|
| /OK3568_Linux_fs/kernel/include/linux/lockd/ |
| H A D | lockd.h | 369 &&(fl1->fl_type == fl2->fl_type || fl2->fl_type == F_UNLCK); in nlm_compare_locks()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfs4layouts.c | 172 vfs_setlease(ls->ls_file->nf_file, F_UNLCK, NULL, (void **)&ls); in nfsd4_free_layout_stateid() 741 BUG_ON(!(arg & F_UNLCK)); in nfsd4_layout_lm_change()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | filelock.h | 36 { F_UNLCK, "F_UNLCK" })
|