Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/asm-generic/
Dfcntl.h196 short l_type; member
211 short l_type; member
/linux-4.1.27/arch/arm/kernel/
Dsys_oabi-compat.c189 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/
Dfalloc.h12 __s16 l_type; member
Dnfs_xdr.h37 __u32 l_type; member
/linux-4.1.27/arch/mips/include/uapi/asm/
Dfcntl.h64 short l_type; member
/linux-4.1.27/arch/sparc/include/asm/
Dcompat.h106 short l_type; member
119 short l_type; member
/linux-4.1.27/arch/powerpc/include/asm/
Dcompat.h78 short l_type; member
90 short l_type; member
/linux-4.1.27/arch/mips/include/asm/
Dcompat.h82 short l_type; member
97 short l_type; member
/linux-4.1.27/arch/tile/include/asm/
Dcompat.h87 short l_type; member
99 short l_type; member
/linux-4.1.27/arch/arm64/include/asm/
Dcompat.h110 short l_type; member
122 short l_type; member
/linux-4.1.27/arch/parisc/include/asm/
Dcompat.h84 short l_type; member
92 short l_type; member
/linux-4.1.27/arch/x86/include/asm/
Dcompat.h80 short l_type; member
96 short l_type; member
/linux-4.1.27/fs/
Dlocks.c450 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()
Dcompat.c353 __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()
Dcompat_ioctl.c776 __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/
Dcompat.h131 short l_type; member
143 short l_type; member
/linux-4.1.27/fs/ocfs2/
Docfs2_ioctl.h39 __s16 l_type; member
Ddlmglue.c295 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()
Docfs2.h185 unsigned char l_type; member
/linux-4.1.27/fs/xfs/
Dxfs_ioctl32.h170 __s16 l_type; member
Dxfs_ioctl32.c49 if (get_user(bf->l_type, &arg32->l_type) || in xfs_compat_flock64_copyin()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_fs.h147 __s16 l_type; member
/linux-4.1.27/arch/um/os-Linux/
Dfile.c554 struct flock lock = ((struct flock) { .l_type = type, in os_lock_file()
/linux-4.1.27/fs/nfs/
Dpnfs.h528 nfss->pnfs_curr_ld->id == src->l_type); in pnfs_use_threshold()
Dnfs4xdr.c4416 res->l_type = be32_to_cpup(p); in decode_first_threshold_item4()