Home
last modified time | relevance | path

Searched refs:arg_flags (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/fs/ocfs2/
Ddlmglue.c1472 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()
2426 int arg_flags, in ocfs2_inode_lock_full_nested() argument
2449 if ((arg_flags & OCFS2_META_LOCK_GETBH) || in ocfs2_inode_lock_full_nested()
2453 if (!(arg_flags & OCFS2_META_LOCK_RECOVERY)) in ocfs2_inode_lock_full_nested()
2459 if (arg_flags & OCFS2_META_LOCK_NOQUEUE) in ocfs2_inode_lock_full_nested()
[all …]
Ddlmglue.h138 int arg_flags,
/Linux-v6.1/arch/x86/net/
Dbpf_jit_comp.c1763 if (m->arg_flags[i] & BTF_FMODEL_STRUCT_ARG) { in save_regs()
1793 if (m->arg_flags[i] & BTF_FMODEL_STRUCT_ARG) { in restore_regs()
2064 if (m->arg_flags[i] & BTF_FMODEL_STRUCT_ARG) in arch_prepare_bpf_trampoline()
/Linux-v6.1/arch/arm64/net/
Dbpf_jit_comp.c1987 if (m->arg_flags[i] & BTF_FMODEL_STRUCT_ARG) in arch_prepare_bpf_trampoline()
/Linux-v6.1/include/linux/
Dbpf.h788 u8 arg_flags[MAX_BPF_FUNC_ARGS]; member
/Linux-v6.1/kernel/bpf/
Dbtf.c5934 m->arg_flags[i] = 0; in btf_distill_func_proto()
5980 m->arg_flags[i] = __btf_type_is_struct(t) ? BTF_FMODEL_STRUCT_ARG : 0; in btf_distill_func_proto()