Home
last modified time | relevance | path

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

12

/Linux-v5.4/include/uapi/asm-generic/
Dfcntl.h197 short l_type; member
212 short l_type; member
/Linux-v5.4/tools/include/uapi/asm-generic/
Dfcntl.h196 short l_type; member
211 short l_type; member
/Linux-v5.4/arch/arm/kernel/
Dsys_oabi-compat.c187 short l_type; member
205 kernel.l_type = user.l_type; in do_locks()
217 user.l_type = kernel.l_type; in do_locks()
/Linux-v5.4/arch/powerpc/include/asm/
Dcompat.h54 short l_type; member
66 short l_type; member
/Linux-v5.4/arch/sparc/include/asm/
Dcompat.h81 short l_type; member
94 short l_type; member
/Linux-v5.4/arch/arm64/include/asm/
Dcompat.h71 short l_type; member
83 short l_type; member
/Linux-v5.4/arch/parisc/include/asm/
Dcompat.h60 short l_type; member
68 short l_type; member
/Linux-v5.4/arch/mips/include/asm/
Dcompat.h56 short l_type; member
70 short l_type; member
/Linux-v5.4/include/linux/
Dfalloc.h13 __s16 l_type; member
Dnfs_xdr.h38 __u32 l_type; member
/Linux-v5.4/arch/x86/include/asm/
Dcompat.h57 short l_type; member
73 short l_type; member
/Linux-v5.4/arch/mips/include/uapi/asm/
Dfcntl.h65 short l_type; member
/Linux-v5.4/arch/s390/include/asm/
Dcompat.h109 short l_type; member
121 short l_type; member
/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_switch.c1083 enum ice_sw_lkup_type l_type; in ice_create_pkt_fwd_rule() local
1124 l_type = fm_entry->fltr_info.lkup_type; in ice_create_pkt_fwd_rule()
1125 recp = &hw->switch_info->recp_list[l_type]; in ice_create_pkt_fwd_rule()
1991 enum ice_sw_lkup_type l_type = in ice_add_eth_mac() local
1994 if (l_type != ICE_SW_LKUP_ETHERTYPE_MAC && in ice_add_eth_mac()
1995 l_type != ICE_SW_LKUP_ETHERTYPE) in ice_add_eth_mac()
1998 em_list_itr->status = ice_add_rule_internal(hw, l_type, in ice_add_eth_mac()
2020 enum ice_sw_lkup_type l_type = in ice_remove_eth_mac() local
2023 if (l_type != ICE_SW_LKUP_ETHERTYPE_MAC && in ice_remove_eth_mac()
2024 l_type != ICE_SW_LKUP_ETHERTYPE) in ice_remove_eth_mac()
[all …]
/Linux-v5.4/fs/
Dlocks.c562 return assign_type(fl, l->l_type); in flock64_to_posix_lock()
572 .l_type = l->l_type, in flock_to_posix_lock()
2301 flock->l_type = fl->fl_type; in posix_lock_to_flock()
2313 flock->l_type = fl->fl_type; in posix_lock_to_flock64()
2329 if (flock->l_type != F_RDLCK && flock->l_type != F_WRLCK) in fcntl_getlk()
2350 flock->l_type = fl->fl_type; in fcntl_getlk()
2542 if (flock->l_type != F_RDLCK && flock->l_type != F_WRLCK) in fcntl_getlk64()
2563 flock->l_type = fl->fl_type; in fcntl_getlk64()
Dcompat_ioctl.c473 __s16 l_type; member
492 if (copy_in_user(&p->l_type, &p32->l_type, sizeof(s16)) || in compat_ioctl_preallocate()
Dfcntl.c525 (dst)->l_type = (src)->l_type; \
/Linux-v5.4/fs/ocfs2/
Docfs2_ioctl.h31 __s16 l_type; member
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()
1119 ocfs2_lock_type_string(lockres->l_type)); in ocfs2_blocking_ast()
3142 if (lockres->l_type == OCFS2_LOCK_TYPE_DENTRY) in ocfs2_dlm_seq_show()
3596 list_empty(&lockres->l_mask_waiters), lockres->l_type, in ocfs2_prepare_downconvert()
Docfs2.h175 unsigned char l_type; member
/Linux-v5.4/fs/xfs/
Dxfs_ioctl32.h158 __s16 l_type; member
Dxfs_ioctl32.c35 if (get_user(bf->l_type, &arg32->l_type) || in xfs_compat_flock64_copyin()
/Linux-v5.4/arch/um/os-Linux/
Dfile.c576 struct flock lock = ((struct flock) { .l_type = type, in os_lock_file()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_fs.h115 __s16 l_type; member
/Linux-v5.4/fs/nfs/
Dpnfs.h561 nfss->pnfs_curr_ld->id == src->l_type); in pnfs_use_threshold()

12