Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dfalloc.h13 __s16 l_type; member
38 __s16 l_type; member
Dcompat.h269 short l_type; member
283 short l_type; member
Dnfs_xdr.h40 __u32 l_type; member
/linux-5.19.10/tools/include/uapi/asm-generic/
Dfcntl.h197 short l_type; member
211 short l_type; member
/linux-5.19.10/include/uapi/asm-generic/
Dfcntl.h197 short l_type; member
211 short l_type; member
/linux-5.19.10/arch/arm/kernel/
Dsys_oabi-compat.c190 short l_type; member
205 kernel->l_type = user.l_type; in get_oabi_flock()
218 user.l_type = kernel->l_type; in put_oabi_flock()
/linux-5.19.10/fs/
Dlocks.c512 return assign_type(fl, l->l_type); in flock64_to_posix_lock()
522 .l_type = l->l_type, in flock_to_posix_lock()
2224 flock->l_type = fl->fl_type; in posix_lock_to_flock()
2236 flock->l_type = fl->fl_type; in posix_lock_to_flock64()
2252 if (flock->l_type != F_RDLCK && flock->l_type != F_WRLCK) in fcntl_getlk()
2272 flock->l_type = fl->fl_type; in fcntl_getlk()
2458 if (flock->l_type != F_RDLCK && flock->l_type != F_WRLCK) in fcntl_getlk64()
2479 flock->l_type = fl->fl_type; in fcntl_getlk64()
Dfcntl.c515 (dst)->l_type = (src)->l_type; \
/linux-5.19.10/fs/ocfs2/
Docfs2_ioctl.h21 __s16 l_type; member
Ddlmglue.c288 return lockres->l_type == OCFS2_LOCK_TYPE_META || in ocfs2_is_inode_lock()
289 lockres->l_type == OCFS2_LOCK_TYPE_RW || in ocfs2_is_inode_lock()
290 lockres->l_type == OCFS2_LOCK_TYPE_OPEN; in ocfs2_is_inode_lock()
307 BUG_ON(lockres->l_type != OCFS2_LOCK_TYPE_DENTRY); in ocfs2_lock_res_dl()
314 BUG_ON(lockres->l_type != OCFS2_LOCK_TYPE_QINFO); in ocfs2_lock_res_qinfo()
358 if ((_lockres)->l_type != OCFS2_LOCK_TYPE_DENTRY) \
516 res->l_type = type; in ocfs2_lock_res_init_common()
1124 ocfs2_lock_type_string(lockres->l_type)); in ocfs2_blocking_ast()
3170 if (lockres->l_type == OCFS2_LOCK_TYPE_DENTRY) in ocfs2_dlm_seq_show()
3627 list_empty(&lockres->l_mask_waiters), lockres->l_type, in ocfs2_prepare_downconvert()
Docfs2.h173 unsigned char l_type; member
/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_switch.c2743 enum ice_sw_lkup_type l_type; in ice_create_pkt_fwd_rule() local
2784 l_type = fm_entry->fltr_info.lkup_type; in ice_create_pkt_fwd_rule()
2785 recp = &hw->switch_info->recp_list[l_type]; in ice_create_pkt_fwd_rule()
3766 enum ice_sw_lkup_type l_type = in ice_add_eth_mac() local
3769 if (l_type != ICE_SW_LKUP_ETHERTYPE_MAC && in ice_add_eth_mac()
3770 l_type != ICE_SW_LKUP_ETHERTYPE) in ice_add_eth_mac()
3773 em_list_itr->status = ice_add_rule_internal(hw, l_type, in ice_add_eth_mac()
3794 enum ice_sw_lkup_type l_type = in ice_remove_eth_mac() local
3797 if (l_type != ICE_SW_LKUP_ETHERTYPE_MAC && in ice_remove_eth_mac()
3798 l_type != ICE_SW_LKUP_ETHERTYPE) in ice_remove_eth_mac()
[all …]
/linux-5.19.10/arch/um/os-Linux/
Dfile.c580 struct flock lock = ((struct flock) { .l_type = type, in os_lock_file()
/linux-5.19.10/fs/xfs/libxfs/
Dxfs_fs.h100 __s16 l_type; member
/linux-5.19.10/fs/nfs/
Dpnfs.h620 nfss->pnfs_curr_ld->id == src->l_type); in pnfs_use_threshold()
Dnfs4xdr.c4569 res->l_type = be32_to_cpup(p); in decode_first_threshold_item4()