/linux-4.1.27/include/uapi/asm-generic/ |
D | fcntl.h | 196 short l_type; member 211 short l_type; member
|
/linux-4.1.27/arch/arm/kernel/ |
D | sys_oabi-compat.c | 189 short l_type; member 215 kernel.l_type = user.l_type; in sys_oabi_fcntl64() 230 user.l_type = kernel.l_type; in sys_oabi_fcntl64()
|
/linux-4.1.27/include/linux/ |
D | falloc.h | 12 __s16 l_type; member
|
D | nfs_xdr.h | 37 __u32 l_type; member
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | fcntl.h | 64 short l_type; member
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | compat.h | 106 short l_type; member 119 short l_type; member
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | compat.h | 78 short l_type; member 90 short l_type; member
|
/linux-4.1.27/arch/mips/include/asm/ |
D | compat.h | 82 short l_type; member 97 short l_type; member
|
/linux-4.1.27/arch/tile/include/asm/ |
D | compat.h | 87 short l_type; member 99 short l_type; member
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | compat.h | 110 short l_type; member 122 short l_type; member
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | compat.h | 84 short l_type; member 92 short l_type; member
|
/linux-4.1.27/arch/x86/include/asm/ |
D | compat.h | 80 short l_type; member 96 short l_type; member
|
/linux-4.1.27/fs/ |
D | locks.c | 450 return assign_type(fl, l->l_type); in flock64_to_posix_lock() 460 .l_type = l->l_type, in flock_to_posix_lock() 1978 flock->l_type = fl->fl_type; in posix_lock_to_flock() 1990 flock->l_type = fl->fl_type; in posix_lock_to_flock64() 2007 if ((flock.l_type != F_RDLCK) && (flock.l_type != F_WRLCK)) in fcntl_getlk() 2028 flock.l_type = file_lock.fl_type; in fcntl_getlk() 2233 if ((flock.l_type != F_RDLCK) && (flock.l_type != F_WRLCK)) in fcntl_getlk64() 2254 flock.l_type = file_lock.fl_type; in fcntl_getlk64()
|
D | compat.c | 353 __get_user(kfl->l_type, &ufl->l_type) || in get_compat_flock() 365 __put_user(kfl->l_type, &ufl->l_type) || in put_compat_flock() 378 __get_user(kfl->l_type, &ufl->l_type) || in get_compat_flock64() 392 __put_user(kfl->l_type, &ufl->l_type) || in put_compat_flock64()
|
D | compat_ioctl.c | 776 __s16 l_type; member 795 if (copy_in_user(&p->l_type, &p32->l_type, sizeof(s16)) || in compat_ioctl_preallocate()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | compat.h | 131 short l_type; member 143 short l_type; member
|
/linux-4.1.27/fs/ocfs2/ |
D | ocfs2_ioctl.h | 39 __s16 l_type; member
|
D | dlmglue.c | 295 return lockres->l_type == OCFS2_LOCK_TYPE_META || in ocfs2_is_inode_lock() 296 lockres->l_type == OCFS2_LOCK_TYPE_RW || in ocfs2_is_inode_lock() 297 lockres->l_type == OCFS2_LOCK_TYPE_OPEN; in ocfs2_is_inode_lock() 314 BUG_ON(lockres->l_type != OCFS2_LOCK_TYPE_DENTRY); in ocfs2_lock_res_dl() 321 BUG_ON(lockres->l_type != OCFS2_LOCK_TYPE_QINFO); in ocfs2_lock_res_qinfo() 365 if ((_lockres)->l_type != OCFS2_LOCK_TYPE_DENTRY) \ 502 res->l_type = type; in ocfs2_lock_res_init_common() 1036 ocfs2_lock_type_string(lockres->l_type)); in ocfs2_blocking_ast() 2836 if (lockres->l_type == OCFS2_LOCK_TYPE_DENTRY) in ocfs2_dlm_seq_show() 3296 list_empty(&lockres->l_mask_waiters), lockres->l_type, in ocfs2_prepare_downconvert()
|
D | ocfs2.h | 185 unsigned char l_type; member
|
/linux-4.1.27/fs/xfs/ |
D | xfs_ioctl32.h | 170 __s16 l_type; member
|
D | xfs_ioctl32.c | 49 if (get_user(bf->l_type, &arg32->l_type) || in xfs_compat_flock64_copyin()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_fs.h | 147 __s16 l_type; member
|
/linux-4.1.27/arch/um/os-Linux/ |
D | file.c | 554 struct flock lock = ((struct flock) { .l_type = type, in os_lock_file()
|
/linux-4.1.27/fs/nfs/ |
D | pnfs.h | 528 nfss->pnfs_curr_ld->id == src->l_type); in pnfs_use_threshold()
|
D | nfs4xdr.c | 4416 res->l_type = be32_to_cpup(p); in decode_first_threshold_item4()
|