Searched refs:name_length (Results 1 – 4 of 4) sorted by relevance
/fs/ntfs/ |
D | attrib.c | 121 a->name_length == ni->name_len && in ntfs_map_runlist_nolock() 610 a->name_length * sizeof(ntfschar); in ntfs_attr_find() 636 if (a->name_length) in ntfs_attr_find() 640 a->name_length, ic, upcase, upcase_len)) { in ntfs_attr_find() 646 a->name_length, 1, IGNORE_CASE, in ntfs_attr_find() 660 a->name_length, 1, CASE_SENSITIVE, in ntfs_attr_find() 933 al_name_len = al_entry->name_length; in ntfs_external_attr_find() 983 next_al_entry->name_length == al_name_len && in ntfs_external_attr_find() 987 next_al_entry->name_length, in ntfs_external_attr_find() 1072 le16_to_cpu(a->name_offset)), a->name_length, in ntfs_external_attr_find() [all …]
|
D | inode.c | 788 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_inode() 917 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_inode() 1315 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_attr_inode() 1343 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_attr_inode() 1519 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_index_inode() 1618 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_index_inode() 1980 if (al_entry->name_length) in ntfs_read_inode_mount()
|
D | layout.h | 691 /* 9*/ u8 name_length; /* Unicode character size of name of attribute. member 962 /* 6*/ u8 name_length; /* Size in Unicode chars of the name of the member
|
/fs/xfs/libxfs/ |
D | xfs_da_btree.h | 212 uint xfs_da_hashname(const uint8_t *name_string, int name_length);
|