| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | fcntl.h | 30 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */ member 45 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | fcntl.h | 42 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */ member 52 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */ member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | falloc.h | 13 __s16 l_type; member 38 __s16 l_type; member
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | sys_oabi-compat.c | 187 short l_type; member 205 kernel.l_type = user.l_type; in do_locks() 217 user.l_type = kernel.l_type; in do_locks()
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | fcntl.h | 197 short l_type; member 212 short l_type; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | fcntl.h | 197 short l_type; member 212 short l_type; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | fcntl.h | 197 short l_type; member 212 short l_type; member
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | 196 short l_type; member 211 short l_type; member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | compat.h | 52 short l_type; member 64 short l_type; member
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | compat.h | 70 short l_type; member 82 short l_type; member
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | compat.h | 80 short l_type; member 93 short l_type; member
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | compat.h | 58 short l_type; member 66 short l_type; member
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | compat.h | 54 short l_type; member 68 short l_type; member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/make/make/ |
| H A D | 0003-posixfcn-fcntl-gnulib-make-emulated.patch | 32 /* Implementation note: None of the values of l_type below can be zero 46 short l_type;
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | compat.h | 53 short l_type; member 69 short l_type; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_switch.c | 1043 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 …]
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | compat.h | 107 short l_type; member 119 short l_type; member
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | fcntl.h | 65 short l_type; member
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | locks.c | 562 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()
|
| H A D | fcntl.c | 533 (dst)->l_type = (src)->l_type; \
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | ocfs2_ioctl.h | 31 __s16 l_type; member
|
| H A D | dlmglue.c | 289 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() 3618 list_empty(&lockres->l_mask_waiters), lockres->l_type, in ocfs2_prepare_downconvert()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_ioctl32.h | 149 __s16 l_type; member
|
| H A D | xfs_ioctl32.c | 35 if (get_user(bf->l_type, &arg32->l_type) || in xfs_compat_flock64_copyin()
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_fs.h | 115 __s16 l_type; member
|