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

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dattrib.h312 extern int ntfs_attr_can_be_resident(const ntfs_volume *vol,
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c2524 * ntfs_attr_can_be_resident - check if an attribute can be resident
2545 int ntfs_attr_can_be_resident(const ntfs_volume *vol, const ATTR_TYPES type) function
2648 if (ntfs_attr_can_be_resident(ni->vol, type)) {
2652 ntfs_log_trace("ntfs_attr_can_be_resident failed.\n");
3097 if (ntfs_attr_can_be_resident(ni->vol, type)) {
3100 ntfs_log_trace("ntfs_attr_can_be_resident() failed.\n");
4066 if (ntfs_attr_can_be_resident(vol, na->type))

Completed in 23 milliseconds