Searched refs:arg_flags (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/fs/ocfs2/ |
D | dlmglue.c | 1472 int arg_flags, in __ocfs2_cluster_lock() argument 1633 if (wait && arg_flags & OCFS2_LOCK_NONBLOCK && in __ocfs2_cluster_lock() 1660 !!(arg_flags & OCFS2_META_LOCK_NOQUEUE), in __ocfs2_cluster_lock() 1664 !!(arg_flags & OCFS2_META_LOCK_NOQUEUE), in __ocfs2_cluster_lock() 1675 int arg_flags) in ocfs2_cluster_lock() argument 1677 return __ocfs2_cluster_lock(osb, lockres, level, lkm_flags, arg_flags, in ocfs2_cluster_lock() 2429 int arg_flags, in ocfs2_inode_lock_full_nested() argument 2452 if ((arg_flags & OCFS2_META_LOCK_GETBH) || in ocfs2_inode_lock_full_nested() 2456 if (!(arg_flags & OCFS2_META_LOCK_RECOVERY)) in ocfs2_inode_lock_full_nested() 2462 if (arg_flags & OCFS2_META_LOCK_NOQUEUE) in ocfs2_inode_lock_full_nested() [all …]
|
D | dlmglue.h | 138 int arg_flags,
|
/linux-6.6.21/arch/s390/net/ |
D | bpf_jit_comp.c | 1439 m->arg_flags[j])) in bpf_jit_insn()
|
/linux-6.6.21/arch/riscv/net/ |
D | bpf_jit_comp64.c | 846 if (m->arg_flags[i] & BTF_FMODEL_STRUCT_ARG) in __arch_prepare_bpf_trampoline()
|
/linux-6.6.21/arch/arm64/net/ |
D | bpf_jit_comp.c | 2045 if (m->arg_flags[i] & BTF_FMODEL_STRUCT_ARG) in arch_prepare_bpf_trampoline()
|
/linux-6.6.21/arch/x86/net/ |
D | bpf_jit_comp.c | 2372 if (m->arg_flags[i] & BTF_FMODEL_STRUCT_ARG) in arch_prepare_bpf_trampoline()
|
/linux-6.6.21/include/linux/ |
D | bpf.h | 1012 u8 arg_flags[MAX_BPF_FUNC_ARGS]; member
|
/linux-6.6.21/kernel/bpf/ |
D | btf.c | 6565 m->arg_flags[i] = 0; in btf_distill_func_proto() 6613 m->arg_flags[i] = __get_type_fmodel_flags(t); in btf_distill_func_proto()
|