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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dattrib.h99 extern int ntfs_attr_can_be_resident(const ntfs_volume *vol,
H A Dattrib.c1387 * ntfs_attr_can_be_resident - check if an attribute can be resident
1404 int ntfs_attr_can_be_resident(const ntfs_volume *vol, const ATTR_TYPE type) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dattrib.h280 extern int ntfs_attr_can_be_resident(const ntfs_volume *vol,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrib.c2604 * ntfs_attr_can_be_resident - check if an attribute can be resident
2625 int ntfs_attr_can_be_resident(const ntfs_volume *vol, const ATTR_TYPES type) function
2729 if (ntfs_attr_can_be_resident(ni->vol, type)) {
2733 ntfs_log_trace("ntfs_attr_can_be_resident failed.\n");
3176 if (!ntfs_attr_can_be_resident(ni->vol, type)) {
3181 ntfs_log_perror("ntfs_attr_can_be_resident failed");
4090 if (ntfs_attr_can_be_resident(vol, na->type))

Completed in 103 milliseconds