Searched refs:l_type (Results 1 – 8 of 8) sorted by relevance
535 return assign_type(&fl->c, l->l_type); in flock64_to_posix_lock()545 .l_type = l->l_type, in flock_to_posix_lock()2254 flock->l_type = fl->c.flc_type; in posix_lock_to_flock()2266 flock->l_type = fl->c.flc_type; in posix_lock_to_flock64()2282 if (cmd != F_OFD_GETLK && flock->l_type != F_RDLCK in fcntl_getlk()2283 && flock->l_type != F_WRLCK) in fcntl_getlk()2303 flock->l_type = fl->c.flc_type; in fcntl_getlk()2491 if (cmd != F_OFD_GETLK && flock->l_type != F_RDLCK in fcntl_getlk64()2492 && flock->l_type != F_WRLCK) in fcntl_getlk64()2512 flock->l_type = fl->c.flc_type; in fcntl_getlk64()
647 (dst)->l_type = (src)->l_type; \
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
101 __s16 l_type; member
623 nfss->pnfs_curr_ld->id == src->l_type); in pnfs_use_threshold()
4637 res->l_type = be32_to_cpup(p); in decode_first_threshold_item4()
Completed in 58 milliseconds