Searched refs:ntfs_attr_can_be_resident (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.h315 extern int ntfs_attr_can_be_resident(const ntfs_volume *vol,
H A Dattrib.c3628 * ntfs_attr_can_be_resident - check if an attribute can be resident
3649 int ntfs_attr_can_be_resident(const ntfs_volume *vol, const ATTR_TYPES type) function
3753 if (ntfs_attr_can_be_resident(ni->vol, type)) {
3757 ntfs_log_trace("ntfs_attr_can_be_resident failed.\n");
4206 if (!ntfs_attr_can_be_resident(ni->vol, type)) {
4211 ntfs_log_perror("ntfs_attr_can_be_resident failed");
5260 if (ntfs_attr_can_be_resident(vol, na->type))

Completed in 49 milliseconds