Searched refs:l_type (Results 1 – 14 of 14) sorted by relevance
48 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 …]
13 __s16 l_type; member44 __s16 l_type; member
40 __u32 l_type; member
195 short l_type; member209 short l_type; member
193 short l_type; member208 kernel->l_type = user.l_type; in get_oabi_flock()221 user.l_type = kernel->l_type; in put_oabi_flock()
21 __s16 l_type; member
289 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()
173 unsigned char l_type; member
647 (dst)->l_type = (src)->l_type; \
592 struct flock lock = ((struct flock) { .l_type = type, in os_lock_file()
101 __s16 l_type; member
621 nfss->pnfs_curr_ld->id == src->l_type); in pnfs_use_threshold()
4618 res->l_type = be32_to_cpup(p); in decode_first_threshold_item4()