Home
last modified time | relevance | path

Searched refs:name_offset (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/fs/ntfs/
Dattrib.c136 !memcmp((u8*)a + le16_to_cpu(a->name_offset), in ntfs_map_runlist_nolock()
629 (ntfschar*)((u8*)a + le16_to_cpu(a->name_offset)), in ntfs_attr_find()
635 le16_to_cpu(a->name_offset)), in ntfs_attr_find()
649 le16_to_cpu(a->name_offset)), in ntfs_attr_find()
924 al_name = (ntfschar*)((u8*)al_entry + al_entry->name_offset); in ntfs_external_attr_find()
976 next_al_entry->name_offset), in ntfs_external_attr_find()
1062 le16_to_cpu(a->name_offset)), a->name_length, in ntfs_external_attr_find()
1681 memmove((u8*)a + name_ofs, (u8*)a + le16_to_cpu(a->name_offset), in ntfs_attr_make_non_resident()
1683 a->name_offset = cpu_to_le16(name_ofs); in ntfs_attr_make_non_resident()
1762 memmove((u8*)a + name_ofs, (u8*)a + le16_to_cpu(a->name_offset), in ntfs_attr_make_non_resident()
[all …]
Dinode.c814 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_inode()
943 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_inode()
1342 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_attr_inode()
1370 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_attr_inode()
1547 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_index_inode()
1646 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_index_inode()
Dlayout.h707 /* 10*/ le16 name_offset; /* If name_length != 0, the byte offset to the member
978 /* 7*/ u8 name_offset; /* Byte offset to beginning of attribute name member
/linux-4.1.27/arch/powerpc/platforms/pseries/
Ddlpar.c32 __be32 name_offset; member
54 name = (char *)ccwa + be32_to_cpu(ccwa->name_offset); in dlpar_parse_cc_property()
84 name = (char *)ccwa + be32_to_cpu(ccwa->name_offset); in dlpar_parse_cc_node()
/linux-4.1.27/arch/sparc/kernel/
Dmdesc.c54 u32 name_offset; member
404 if (!strcmp(names + ep[ret].name_offset, name)) in mdesc_node_by_name()
449 if (!strcmp(names + ep->name_offset, name)) { in mdesc_get_property()
476 if (strcmp(names + ep->name_offset, arc_type)) in mdesc_next_arc()
509 return names + ep->name_offset; in mdesc_node_name()
/linux-4.1.27/fs/ocfs2/
Dxattr.c1203 int ret = -ENODATA, name_offset, name_len, i; in ocfs2_xattr_block_get() local
1231 name_offset = le16_to_cpu(xs->here->xe_name_offset); in ocfs2_xattr_block_get()
1240 &name_offset); in ocfs2_xattr_block_get()
1249 name_offset + name_len, size); in ocfs2_xattr_block_get()
1252 (xs->base + name_offset + name_len); in ocfs2_xattr_block_get()
3040 int name_offset, name_len = 0; in ocfs2_calc_xattr_set_need() local
3068 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_calc_xattr_set_need()
3076 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_calc_xattr_set_need()
3085 &name_offset); in ocfs2_calc_xattr_set_need()
3138 (base + name_offset + name_len); in ocfs2_calc_xattr_set_need()
[all …]
/linux-4.1.27/include/acpi/
Dactbl2.h613 u16 name_offset; member
629 u16 name_offset; member
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
Dcontrolvmchannel.h504 u32 name_offset; member
/linux-4.1.27/drivers/staging/unisys/visorchipset/
Dparser.c210 ctx->curr = ctx->data + phdr->name_offset; in parser_param_start()