Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/include/linux/
Dfalloc.h13 __s16 l_type; member
38 __s16 l_type; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dfcntl.h136 short l_type; member
149 short l_type; member
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dfcntl.h197 short l_type; member
212 short l_type; member
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
Dfcntl.h196 short l_type; member
211 short l_type; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dfcntl.h151 short l_type; member
165 short l_type; member
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dcompat.h52 short l_type; member
64 short l_type; member
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dcompat.h70 short l_type; member
82 short l_type; member
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dcompat.h80 short l_type; member
93 short l_type; member
/kernel/linux/linux-5.10/arch/parisc/include/asm/
Dcompat.h58 short l_type; member
66 short l_type; member
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dcompat.h54 short l_type; member
68 short l_type; member
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dcompat.h53 short l_type; member
69 short l_type; member
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
Dfcntl.h65 short l_type; member
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dcompat.h107 short l_type; member
119 short l_type; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_switch.c1043 enum ice_sw_lkup_type l_type; in ice_create_pkt_fwd_rule() local
1084 l_type = fm_entry->fltr_info.lkup_type; in ice_create_pkt_fwd_rule()
1085 recp = &hw->switch_info->recp_list[l_type]; in ice_create_pkt_fwd_rule()
1952 enum ice_sw_lkup_type l_type = in ice_add_eth_mac() local
1955 if (l_type != ICE_SW_LKUP_ETHERTYPE_MAC && in ice_add_eth_mac()
1956 l_type != ICE_SW_LKUP_ETHERTYPE) in ice_add_eth_mac()
1959 em_list_itr->status = ice_add_rule_internal(hw, l_type, in ice_add_eth_mac()
1981 enum ice_sw_lkup_type l_type = in ice_remove_eth_mac() local
1984 if (l_type != ICE_SW_LKUP_ETHERTYPE_MAC && in ice_remove_eth_mac()
1985 l_type != ICE_SW_LKUP_ETHERTYPE) in ice_remove_eth_mac()
[all …]
/kernel/linux/linux-5.10/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()
2332 flock->l_type = fl->fl_type; in posix_lock_to_flock()
2344 flock->l_type = fl->fl_type; in posix_lock_to_flock64()
2360 if (flock->l_type != F_RDLCK && flock->l_type != F_WRLCK) in fcntl_getlk()
2381 flock->l_type = fl->fl_type; in fcntl_getlk()
2574 if (flock->l_type != F_RDLCK && flock->l_type != F_WRLCK) in fcntl_getlk64()
2595 flock->l_type = fl->fl_type; in fcntl_getlk64()
Dfcntl.c533 (dst)->l_type = (src)->l_type; \
/kernel/linux/linux-5.10/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()
1125 ocfs2_lock_type_string(lockres->l_type)); in ocfs2_blocking_ast()
3163 if (lockres->l_type == OCFS2_LOCK_TYPE_DENTRY) in ocfs2_dlm_seq_show()
3620 list_empty(&lockres->l_mask_waiters), lockres->l_type, in ocfs2_prepare_downconvert()
Docfs2.h175 unsigned char l_type; member
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_ioctl32.h149 __s16 l_type; member
Dxfs_ioctl32.c35 if (get_user(bf->l_type, &arg32->l_type) || in xfs_compat_flock64_copyin()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_fs.h115 __s16 l_type; member
/kernel/linux/linux-5.10/arch/um/os-Linux/
Dfile.c580 struct flock lock = ((struct flock) { .l_type = type, in os_lock_file()
/kernel/linux/linux-5.10/fs/nfs/
Dpnfs.h622 nfss->pnfs_curr_ld->id == src->l_type); in pnfs_use_threshold()

12