Searched refs:ntfs_attr_can_be_non_resident (Results 1 – 1 of 1) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/ |
H A D | attrib.c | 3955 static int ntfs_attr_can_be_non_resident(const ntfs_volume *vol, const ATTR_TYPES type, function 4250 if (ntfs_attr_can_be_non_resident(ni->vol, type, name, name_len)) { 4544 if (ntfs_attr_can_be_non_resident(ni->vol, type, name, name_len)) { 5126 if (ntfs_attr_can_be_non_resident(vol, na->type, na->name, na->name_len))
|