Searched refs:name_offset (Results 1 – 4 of 4) sorted by relevance
/fs/ntfs/ |
D | attrib.c | 136 !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 …]
|
D | inode.c | 820 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_inode() 949 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_inode() 1348 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_attr_inode() 1376 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_attr_inode() 1553 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_index_inode() 1652 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_index_inode()
|
D | layout.h | 707 /* 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
|
/fs/ocfs2/ |
D | xattr.c | 1199 int ret = -ENODATA, name_offset, name_len, i; in ocfs2_xattr_block_get() local 1227 name_offset = le16_to_cpu(xs->here->xe_name_offset); in ocfs2_xattr_block_get() 1236 &name_offset); in ocfs2_xattr_block_get() 1245 name_offset + name_len, size); in ocfs2_xattr_block_get() 1248 (xs->base + name_offset + name_len); in ocfs2_xattr_block_get() 3036 int name_offset, name_len = 0; in ocfs2_calc_xattr_set_need() local 3064 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_calc_xattr_set_need() 3072 name_offset = le16_to_cpu(xe->xe_name_offset); in ocfs2_calc_xattr_set_need() 3081 &name_offset); in ocfs2_calc_xattr_set_need() 3134 (base + name_offset + name_len); in ocfs2_calc_xattr_set_need() [all …]
|