Searched refs:name_length (Results 1 – 4 of 4) sorted by relevance
/fs/ntfs/ |
D | attrib.c | 135 a->name_length == ni->name_len && in ntfs_map_runlist_nolock() 626 if (a->name_length) in ntfs_attr_find() 630 a->name_length, ic, upcase, upcase_len)) { in ntfs_attr_find() 636 a->name_length, 1, IGNORE_CASE, in ntfs_attr_find() 650 a->name_length, 1, CASE_SENSITIVE, in ntfs_attr_find() 923 al_name_len = al_entry->name_length; in ntfs_external_attr_find() 973 next_al_entry->name_length == al_name_len && in ntfs_external_attr_find() 977 next_al_entry->name_length, in ntfs_external_attr_find() 1062 le16_to_cpu(a->name_offset)), a->name_length, in ntfs_external_attr_find() 1646 mp_ofs = (name_ofs + a->name_length * sizeof(ntfschar) + 7) & ~7; in ntfs_attr_make_non_resident() [all …]
|
D | inode.c | 814 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() 1991 if (al_entry->name_length) in ntfs_read_inode_mount()
|
D | layout.h | 705 /* 9*/ u8 name_length; /* Unicode character size of name of attribute. member 976 /* 6*/ u8 name_length; /* Size in Unicode chars of the name of the member
|
/fs/xfs/libxfs/ |
D | xfs_da_btree.h | 210 uint xfs_da_hashname(const __uint8_t *name_string, int name_length);
|