Searched refs:l_type (Results 1 - 17 of 17) sorted by relevance

/linux-master/tools/testing/selftests/filelock/
H A Dofdlocks.c48 fl.l_type = F_RDLCK;
60 fl.l_type = F_RDLCK;
66 if (fl.l_type != F_UNLCK) {
71 fl.l_type = F_WRLCK;
77 if (fl.l_type != F_UNLCK) {
86 fl.l_type = F_UNLCK;
95 if (fl.l_type != F_UNLCK) {
98 fl.l_type, fl.l_pid, fl.l_len);
105 fl2.l_type = F_UNLCK;
117 fl.l_type, f
[all...]
/linux-master/include/linux/
H A Dfalloc.h13 __s16 l_type; member in struct:space_resv
38 __s16 l_type; member in struct:space_resv_32
H A Dcompat.h267 short l_type; member in struct:compat_flock
281 short l_type; member in struct:compat_flock64
H A Dnfs_xdr.h40 __u32 l_type; member in struct:nfs4_threshold
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h196 short l_type; member in struct:flock
210 short l_type; member in struct:flock64
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h196 short l_type; member in struct:flock
210 short l_type; member in struct:flock64
/linux-master/arch/arm/kernel/
H A Dsys_oabi-compat.c193 short l_type; member in struct:oabi_flock64
208 kernel->l_type = user.l_type;
221 user.l_type = kernel->l_type;
/linux-master/fs/ocfs2/
H A Docfs2_ioctl.h21 __s16 l_type; member in struct:ocfs2_space_resv
H A Ddlmglue.c288 return lockres->l_type == OCFS2_LOCK_TYPE_META ||
289 lockres->l_type == OCFS2_LOCK_TYPE_RW ||
290 lockres->l_type == OCFS2_LOCK_TYPE_OPEN;
307 BUG_ON(lockres->l_type != OCFS2_LOCK_TYPE_DENTRY);
314 BUG_ON(lockres->l_type != OCFS2_LOCK_TYPE_QINFO);
358 if ((_lockres)->l_type != OCFS2_LOCK_TYPE_DENTRY) \
516 res->l_type = type;
1124 ocfs2_lock_type_string(lockres->l_type));
3172 if (lockres->l_type == OCFS2_LOCK_TYPE_DENTRY)
3629 list_empty(&lockres->l_mask_waiters), lockres->l_type,
[all...]
H A Docfs2.h173 unsigned char l_type; member in struct:ocfs2_lock_res
/linux-master/fs/
H A Dlocks.c535 return assign_type(&fl->c, l->l_type);
545 .l_type = l->l_type,
2255 flock->l_type = fl->c.flc_type;
2267 flock->l_type = fl->c.flc_type;
2283 if (cmd != F_OFD_GETLK && flock->l_type != F_RDLCK
2284 && flock->l_type != F_WRLCK)
2304 flock->l_type = fl->c.flc_type;
2493 if (cmd != F_OFD_GETLK && flock->l_type != F_RDLCK
2494 && flock->l_type !
[all...]
H A Dfcntl.c534 (dst)->l_type = (src)->l_type; \
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_switch.c2836 enum ice_sw_lkup_type l_type; local
2877 l_type = fm_entry->fltr_info.lkup_type;
2878 recp = &hw->switch_info->recp_list[l_type];
3702 enum ice_sw_lkup_type l_type = local
3705 if (l_type != ICE_SW_LKUP_ETHERTYPE_MAC &&
3706 l_type != ICE_SW_LKUP_ETHERTYPE)
3709 em_list_itr->status = ice_add_rule_internal(hw, l_type,
3730 enum ice_sw_lkup_type l_type = local
3733 if (l_type != ICE_SW_LKUP_ETHERTYPE_MAC &&
3734 l_type !
3913 enum ice_sw_lkup_type l_type = list_itr->fltr_info.lkup_type; local
3948 enum ice_sw_lkup_type l_type = v_list_itr->fltr_info.lkup_type; local
[all...]
/linux-master/arch/um/os-Linux/
H A Dfile.c580 struct flock lock = ((struct flock) { .l_type = type,
/linux-master/fs/xfs/libxfs/
H A Dxfs_fs.h100 __s16 l_type; member in struct:xfs_flock64
/linux-master/fs/nfs/
H A Dpnfs.h625 nfss->pnfs_curr_ld->id == src->l_type);
H A Dnfs4xdr.c4576 res->l_type = be32_to_cpup(p);

Completed in 323 milliseconds