Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
H A Dattrib.h321 extern int ntfs_attr_can_be_resident(const ntfs_volume *vol,
/third_party/ntfs-3g/libntfs-3g/
H A Dattrib.c3991 * ntfs_attr_can_be_resident - check if an attribute can be resident
4012 int ntfs_attr_can_be_resident(const ntfs_volume *vol, const ATTR_TYPES type) function
4116 if (ntfs_attr_can_be_resident(ni->vol, type)) {
4120 ntfs_log_trace("ntfs_attr_can_be_resident failed.\n");
4569 if (!ntfs_attr_can_be_resident(ni->vol, type)) {
4574 ntfs_log_perror("ntfs_attr_can_be_resident failed");
5641 if (ntfs_attr_can_be_resident(vol, na->type))

Completed in 8 milliseconds