Home
last modified time | relevance | path

Searched defs:name_off (Results 1 – 18 of 18) sorted by relevance

/linux/include/uapi/linux/
H A Dbtf.h32 __u32 name_off; member
106 __u32 name_off; member
123 __u32 name_off; member
146 __u32 name_off; member
195 __u32 name_off; member
/linux/tools/include/uapi/linux/
H A Dbtf.h32 __u32 name_off; member
106 __u32 name_off; member
123 __u32 name_off; member
146 __u32 name_off; member
195 __u32 name_off; member
/linux/kernel/bpf/preload/iterators/
H A Diterators.bpf.c27 __u32 name_off; member
62 unsigned int name_off; in get_name() local
/linux/tools/lib/bpf/
H A Dbtf.c2002 int sz, name_off; in btf__add_int() local
2050 int sz, name_off; in btf__add_float() local
2095 int sz, name_off = 0; in btf_add_ref_kind() local
2175 int sz, name_off = 0; in btf_add_composite() local
2257 int sz, name_off = 0; in btf__add_field() local
2310 int sz, name_off = 0; in btf_add_enum_common() local
2372 int sz, name_off; in btf__add_enum_value() local
2449 int sz, name_off; in btf__add_enum64_value() local
2671 int sz, name_off = 0; in btf__add_func_param() local
2724 int sz, name_off; in btf__add_var() local
[all …]
H A Dlinker.c85 int name_off; member
1033 int name_off; in init_sec() local
1889 int name_off, sym_type, sym_bind, sym_vis, err; in linker_append_elf_sym() local
2710 int name_off; in emit_elf_data_sec() local
H A Dbtf_dump.c132 static const char *btf_name_of(const struct btf_dump *d, __u32 name_off) in btf_name_of()
H A Dlibbpf.c6872 int name_off; in clone_func_btf_info() local
/linux/tools/bpf/bpftool/
H A Dbtf.c634 int name_off = t->name_off; in btf_type_sort_name() local
664 static __u64 btf_name_hasher(__u64 hash, const struct btf *btf, __u32 name_off) in btf_name_hasher()
684 __u32 name_off = btf_is_enum(t) ? in btf_type_disambig_hash() local
/linux/fs/ntfs3/
H A Dfrecord.c460 const __le16 *name, u8 name_len, u32 asize, u16 name_off, in ni_ins_new_attr()
887 u16 name_off = le16_to_cpu(b->name_off); in ni_create_attr_list() local
943 u32 asize, CLST svcn, u16 name_off, bool force_ext, in ni_ins_attr_ext()
1094 u16 name_off, CLST svcn, struct ATTRIB **ins_attr, in ni_insert_attr()
1453 u32 name_off = is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT; in ni_insert_nonresident() local
H A Drecord.c472 u16 name_off) in mi_insert_attr()
H A Dntfs.h373 __le16 name_off; // 0x0A: Offset to the attribute name. member
519 u8 name_off; // 0x07: The offset to attribute name. member
/linux/fs/smb/server/
H A Dsmb2misc.c111 unsigned short int name_off = in smb2_get_data_area_len() local
H A Doplock.c1545 unsigned int remain_len, name_off, name_len, value_off, value_len, in smb2_find_context_vals() local
H A Dsmb2pdu.c1406 unsigned int name_off, name_len, secbuf_len; in session_user() local
/linux/fs/btrfs/
H A Dbackref.c2127 u32 name_len, unsigned long name_off, in btrfs_ref_to_path()
2709 static int inode_to_path(u64 inum, u32 name_len, unsigned long name_off, in inode_to_path()
H A Dsend.c1009 unsigned long name_off; in iterate_inode_ref() local
/linux/tools/perf/util/
H A Dsymbol-elf.c2867 size_t name_off, desc_off, offset; construct_sdt_notes_list() local
/linux/kernel/bpf/
H A Dbtf.c186 #define BTF_STR_OFFSET_VALID(name_off) ((name_off) <= BTF_MAX_NAME_OFFSET) argument