Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filelock/
H A Dofdlocks.c48 fl.l_type = F_RDLCK; in main()
60 fl.l_type = F_RDLCK; in main()
66 if (fl.l_type != F_UNLCK) { in main()
71 fl.l_type = F_WRLCK; in main()
77 if (fl.l_type != F_UNLCK) { in main()
86 fl.l_type = F_UNLCK; in main()
95 if (fl.l_type != F_UNLCK) { in main()
98 fl.l_type, fl.l_pid, fl.l_len); in main()
105 fl2.l_type = F_UNLCK; in main()
117 fl.l_type, fl.l_pid, fl.l_len); in main()
[all …]
/linux/include/linux/
H A Dfalloc.h13 __s16 l_type; member
44 __s16 l_type; member
H A Dnfs_xdr.h40 __u32 l_type; member
/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/linux/include/uapi/asm-generic/
H A Dfcntl.h195 short l_type; member
209 short l_type; member
/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c193 short l_type; member
208 kernel->l_type = user.l_type; in get_oabi_flock()
221 user.l_type = kernel->l_type; in put_oabi_flock()
/linux/fs/ocfs2/
H A Docfs2_ioctl.h21 __s16 l_type; member
H A Ddlmglue.c289 return lockres->l_type == OCFS2_LOCK_TYPE_META || in ocfs2_is_inode_lock()
290 lockres->l_type == OCFS2_LOCK_TYPE_RW || in ocfs2_is_inode_lock()
291 lockres->l_type == OCFS2_LOCK_TYPE_OPEN; in ocfs2_is_inode_lock()
308 BUG_ON(lockres->l_type != OCFS2_LOCK_TYPE_DENTRY); in ocfs2_lock_res_dl()
315 BUG_ON(lockres->l_type != OCFS2_LOCK_TYPE_QINFO); in ocfs2_lock_res_qinfo()
359 if ((_lockres)->l_type != OCFS2_LOCK_TYPE_DENTRY) \
517 res->l_type = type; in ocfs2_lock_res_init_common()
1125 ocfs2_lock_type_string(lockres->l_type)); in ocfs2_blocking_ast()
3169 if (lockres->l_type == OCFS2_LOCK_TYPE_DENTRY) in ocfs2_dlm_seq_show()
3626 list_empty(&lockres->l_mask_waiters), lockres->l_type, in ocfs2_prepare_downconvert()
H A Docfs2.h173 unsigned char l_type; member
/linux/fs/
H A Dfcntl.c647 (dst)->l_type = (src)->l_type; \
/linux/arch/um/os-Linux/
H A Dfile.c592 struct flock lock = ((struct flock) { .l_type = type, in os_lock_file()
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h101 __s16 l_type; member
/linux/fs/nfs/
H A Dpnfs.h621 nfss->pnfs_curr_ld->id == src->l_type); in pnfs_use_threshold()
H A Dnfs4xdr.c4618 res->l_type = be32_to_cpup(p); in decode_first_threshold_item4()