Home
last modified time | relevance | path

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

12

/Linux-v4.19/tools/include/uapi/asm-generic/
Dfcntl.h196 short l_type; member
211 short l_type; member
/Linux-v4.19/include/uapi/asm-generic/
Dfcntl.h197 short l_type; member
212 short l_type; member
/Linux-v4.19/arch/arm/kernel/
Dsys_oabi-compat.c190 short l_type; member
208 kernel.l_type = user.l_type; in do_locks()
220 user.l_type = kernel.l_type; in do_locks()
/Linux-v4.19/arch/powerpc/include/asm/
Dcompat.h68 short l_type; member
80 short l_type; member
/Linux-v4.19/arch/sparc/include/asm/
Dcompat.h96 short l_type; member
109 short l_type; member
/Linux-v4.19/include/linux/
Dfalloc.h13 __s16 l_type; member
Dnfs_xdr.h38 __u32 l_type; member
/Linux-v4.19/arch/mips/include/asm/
Dcompat.h74 short l_type; member
88 short l_type; member
/Linux-v4.19/arch/parisc/include/asm/
Dcompat.h74 short l_type; member
82 short l_type; member
/Linux-v4.19/arch/arm64/include/asm/
Dcompat.h99 short l_type; member
111 short l_type; member
/Linux-v4.19/arch/mips/include/uapi/asm/
Dfcntl.h65 short l_type; member
/Linux-v4.19/arch/x86/include/asm/
Dcompat.h72 short l_type; member
88 short l_type; member
/Linux-v4.19/arch/s390/include/asm/
Dcompat.h123 short l_type; member
135 short l_type; member
/Linux-v4.19/fs/
Dlocks.c499 return assign_type(fl, l->l_type); in flock64_to_posix_lock()
509 .l_type = l->l_type, in flock_to_posix_lock()
2098 flock->l_type = fl->fl_type; in posix_lock_to_flock()
2110 flock->l_type = fl->fl_type; in posix_lock_to_flock64()
2126 if (flock->l_type != F_RDLCK && flock->l_type != F_WRLCK) in fcntl_getlk()
2147 flock->l_type = fl->fl_type; in fcntl_getlk()
2341 if (flock->l_type != F_RDLCK && flock->l_type != F_WRLCK) in fcntl_getlk64()
2362 flock->l_type = fl->fl_type; in fcntl_getlk64()
Dcompat_ioctl.c660 __s16 l_type; member
679 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-v4.19/drivers/net/ethernet/intel/ice/
Dice_switch.c822 enum ice_sw_lkup_type l_type; in ice_create_pkt_fwd_rule() local
862 l_type = fm_entry->fltr_info.lkup_type; in ice_create_pkt_fwd_rule()
863 if (l_type == ICE_SW_LKUP_MAC) { in ice_create_pkt_fwd_rule()
867 } else if (l_type == ICE_SW_LKUP_VLAN) { in ice_create_pkt_fwd_rule()
871 } else if (l_type == ICE_SW_LKUP_ETHERTYPE || in ice_create_pkt_fwd_rule()
872 l_type == ICE_SW_LKUP_ETHERTYPE_MAC) { in ice_create_pkt_fwd_rule()
876 } else if (l_type == ICE_SW_LKUP_PROMISC || in ice_create_pkt_fwd_rule()
877 l_type == ICE_SW_LKUP_PROMISC_VLAN) { in ice_create_pkt_fwd_rule()
/Linux-v4.19/fs/ocfs2/
Docfs2_ioctl.h39 __s16 l_type; member
Ddlmglue.c303 return lockres->l_type == OCFS2_LOCK_TYPE_META || in ocfs2_is_inode_lock()
304 lockres->l_type == OCFS2_LOCK_TYPE_RW || in ocfs2_is_inode_lock()
305 lockres->l_type == OCFS2_LOCK_TYPE_OPEN; in ocfs2_is_inode_lock()
322 BUG_ON(lockres->l_type != OCFS2_LOCK_TYPE_DENTRY); in ocfs2_lock_res_dl()
329 BUG_ON(lockres->l_type != OCFS2_LOCK_TYPE_QINFO); in ocfs2_lock_res_qinfo()
373 if ((_lockres)->l_type != OCFS2_LOCK_TYPE_DENTRY) \
510 res->l_type = type; in ocfs2_lock_res_init_common()
1106 ocfs2_lock_type_string(lockres->l_type)); in ocfs2_blocking_ast()
3112 if (lockres->l_type == OCFS2_LOCK_TYPE_DENTRY) in ocfs2_dlm_seq_show()
3571 list_empty(&lockres->l_mask_waiters), lockres->l_type, in ocfs2_prepare_downconvert()
Docfs2.h188 unsigned char l_type; member
/Linux-v4.19/fs/xfs/
Dxfs_ioctl32.h158 __s16 l_type; member
Dxfs_ioctl32.c39 if (get_user(bf->l_type, &arg32->l_type) || in xfs_compat_flock64_copyin()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_fs.h115 __s16 l_type; member
/Linux-v4.19/arch/um/os-Linux/
Dfile.c575 struct flock lock = ((struct flock) { .l_type = type, in os_lock_file()
/Linux-v4.19/fs/nfs/
Dpnfs.h554 nfss->pnfs_curr_ld->id == src->l_type); in pnfs_use_threshold()

12