| /linux/include/uapi/linux/ |
| H A D | btf.h | 32 __u32 name_off; member 106 __u32 name_off; global() member 123 __u32 name_off; global() member 146 __u32 name_off; global() member 195 __u32 name_off; global() member
|
| /linux/tools/include/uapi/linux/ |
| H A D | btf.h | 32 __u32 name_off; member 106 __u32 name_off; global() member 123 __u32 name_off; global() member 146 __u32 name_off; global() member 195 __u32 name_off; global() member
|
| /linux/kernel/bpf/preload/iterators/ |
| H A D | iterators.bpf.c | 27 __u32 name_off; member 62 unsigned int name_off; in get_name() local
|
| /linux/tools/lib/bpf/ |
| H A D | btf.c | 2070 int sz, name_off; btf__add_int() local 2118 int sz, name_off; btf__add_float() local 2163 int sz, name_off = 0; btf_add_ref_kind() local 2243 int sz, name_off = 0; btf_add_composite() local 2325 int sz, name_off = 0; btf__add_field() local 2378 int sz, name_off = 0; btf_add_enum_common() local 2440 int sz, name_off; btf__add_enum_value() local 2517 int sz, name_off; btf__add_enum64_value() local 2756 int sz, name_off = 0; btf__add_func_param() local 2809 int sz, name_off; btf__add_var() local 2858 int sz, name_off; btf__add_datasec() local [all...] |
| H A D | linker.c | 90 int name_off; global() member 1146 int name_off; init_sec() local 2002 int name_off, sym_type, sym_bind, sym_vis, err; linker_append_elf_sym() local 2824 int name_off; emit_elf_data_sec() local [all...] |
| H A D | usdt.c | 583 static int parse_usdt_note(GElf_Nhdr *nhdr, const char *data, size_t name_off, in collect_usdt_targets() local 1136 parse_usdt_note(Elf * elf,const char * path,GElf_Nhdr * nhdr,const char * data,size_t name_off,size_t desc_off,struct usdt_note * note) parse_usdt_note() argument
|
| H A D | btf_dump.c | 133 btf_name_of(const struct btf_dump * d,__u32 name_off) btf_name_of() argument [all...] |
| H A D | libbpf.c | 6896 int name_off; clone_func_btf_info() local [all...] |
| /linux/tools/bpf/bpftool/ |
| H A D | btf.c | 636 int name_off = t->name_off; in btf_type_sort_name() local 666 static __u64 btf_name_hasher(__u64 hash, const struct btf *btf, __u32 name_off) in btf_name_hasher() 686 __u32 name_off = btf_is_enum(t) ? in btf_type_disambig_hash() local
|
| /linux/fs/ntfs3/ |
| H A D | frecord.c | 408 const __le16 *name, u8 name_len, u32 asize, u16 name_off, in ni_ins_new_attr() 835 u16 name_off = le16_to_cpu(b->name_off); in ni_create_attr_list() local 891 u32 asize, CLST svcn, u16 name_off, bool force_ext, in ni_ins_attr_ext() 1042 u16 name_off, CLST svcn, struct ATTRIB **ins_attr, in ni_insert_attr() 1401 u32 name_off = is_ext ? SIZEOF_NONRESIDENT_EX : SIZEOF_NONRESIDENT; in ni_insert_nonresident() local
|
| H A D | record.c | 477 u8 name_len, u32 asize, u16 name_off) in mi_insert_attr()
|
| H A D | ntfs.h | 373 __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 D | smb2misc.c | 111 unsigned short int name_off = in smb2_get_data_area_len() local
|
| H A D | oplock.c | 1548 unsigned int remain_len, name_off, name_len, value_off, value_len, in smb2_find_context_vals() local
|
| H A D | smb2pdu.c | 1416 unsigned int name_off, name_len, secbuf_len; in session_user() local
|
| /linux/fs/btrfs/ |
| H A D | backref.c | 2126 u32 name_len, unsigned long name_off, in btrfs_ref_to_path() 2708 static int inode_to_path(u64 inum, u32 name_len, unsigned long name_off, in inode_to_path()
|
| H A D | send.c | 991 unsigned long name_off; in iterate_inode_ref() local
|
| /linux/tools/perf/util/ |
| H A D | symbol-elf.c | 2809 size_t name_off, desc_off, offset; in construct_sdt_notes_list() local
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 187 #define BTF_STR_OFFSET_VALID(name_off) ((name_off) <= BTF_MAX_NAME_OFFSET) argument [all...] |