Searched refs:ntfs_attr_can_be_non_resident (Results 1 - 1 of 1) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
H A D | attrib.c | 3496 * done through ntfs_attr_can_be_non_resident(), based on 3937 * ntfs_attr_can_be_non_resident - check if an attribute can be non-resident 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)) { 4254 ntfs_log_perror("ntfs_attr_can_be_non_resident failed"); 4544 if (ntfs_attr_can_be_non_resident(ni->vol, type, name, name_len)) { 4547 ntfs_log_perror("ntfs_attr_can_be_non_resident failed"); 5126 if (ntfs_attr_can_be_non_resident(vol, na->type, na->name, na->name_len))
|
Completed in 7 milliseconds