Searched refs:name_offset (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.10/arch/powerpc/platforms/pseries/ |
| D | dlpar.c | 37 __be32 name_offset; member 59 name = (char *)ccwa + be32_to_cpu(ccwa->name_offset); in dlpar_parse_cc_property() 86 name = (const char *)ccwa + be32_to_cpu(ccwa->name_offset); in dlpar_parse_cc_node()
|
| /Linux-v5.10/fs/ntfs/ |
| D | attrib.c | 122 !memcmp((u8*)a + le16_to_cpu(a->name_offset), in ntfs_map_runlist_nolock() 615 (ntfschar*)((u8*)a + le16_to_cpu(a->name_offset)), in ntfs_attr_find() 621 le16_to_cpu(a->name_offset)), in ntfs_attr_find() 635 le16_to_cpu(a->name_offset)), in ntfs_attr_find() 910 al_name = (ntfschar*)((u8*)al_entry + al_entry->name_offset); in ntfs_external_attr_find() 962 next_al_entry->name_offset), in ntfs_external_attr_find() 1048 le16_to_cpu(a->name_offset)), a->name_length, in ntfs_external_attr_find() 1667 memmove((u8*)a + name_ofs, (u8*)a + le16_to_cpu(a->name_offset), in ntfs_attr_make_non_resident() 1669 a->name_offset = cpu_to_le16(name_ofs); in ntfs_attr_make_non_resident() 1748 memmove((u8*)a + name_ofs, (u8*)a + le16_to_cpu(a->name_offset), in ntfs_attr_make_non_resident() [all …]
|
| D | inode.c | 782 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_inode() 911 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_inode() 1309 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_attr_inode() 1337 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_attr_inode() 1513 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_index_inode() 1612 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_index_inode()
|
| D | layout.h | 693 /* 10*/ le16 name_offset; /* If name_length != 0, the byte offset to the member 964 /* 7*/ u8 name_offset; /* Byte offset to beginning of attribute name member
|
| /Linux-v5.10/include/linux/ |
| D | export.h | 62 int name_offset; member
|
| /Linux-v5.10/fs/ocfs2/ |
| D | xattr.c | 1213 int ret = -ENODATA, name_offset, name_len, i; in ocfs2_xattr_block_get() local 1241 name_offset = le16_to_cpu(xs->here->xe_name_offset); in ocfs2_xattr_block_get() 1250 &name_offset); in ocfs2_xattr_block_get() 1259 name_offset + name_len, size); in ocfs2_xattr_block_get() 1262 (xs->base + name_offset + name_len); in ocfs2_xattr_block_get() 3051 int name_offset, name_len = 0; in ocfs2_calc_xattr_set_need() local 3079 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_calc_xattr_set_need() 3087 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_calc_xattr_set_need() 3096 &name_offset); in ocfs2_calc_xattr_set_need() 3149 (base + name_offset + name_len); in ocfs2_calc_xattr_set_need() [all …]
|
| /Linux-v5.10/arch/sparc/kernel/ |
| D | mdesc.c | 56 u32 name_offset; member 647 if (!strcmp(names + ep[ret].name_offset, name)) in mdesc_node_by_name() 692 if (!strcmp(names + ep->name_offset, name)) { in mdesc_get_property() 719 if (strcmp(names + ep->name_offset, arc_type)) in mdesc_next_arc() 752 return names + ep->name_offset; in mdesc_node_name()
|
| /Linux-v5.10/drivers/visorbus/ |
| D | controlvmchannel.h | 582 u32 name_offset; member
|
| D | visorchipset.c | 584 if ((unsigned long)phdr->name_offset + in parser_name_get() 587 ctx->curr = (char *)&phdr + phdr->name_offset; in parser_name_get()
|
| /Linux-v5.10/include/acpi/ |
| D | actbl1.h | 1589 u16 name_offset; member 1605 u16 name_offset; member
|
| /Linux-v5.10/tools/perf/util/ |
| D | probe-event.c | 276 int name_offset; in find_module_name() local 308 name_offset = 12; in find_module_name() 310 name_offset = 24; in find_module_name() 312 mod_name = strdup((char *)data->d_buf + name_offset); in find_module_name()
|
| /Linux-v5.10/kernel/ |
| D | module.c | 550 return offset_to_ptr(&sym->name_offset); in kernel_symbol_name()
|