NTFS_ATTR_CAN_BE_NON_RESIDENT
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
ntfs_attr_can_be_non_resident - check if an attribute can be non-resident
SYNOPSIS
"SYNOPSIS"
int ntfs_attr_can_be_non_resident (const ntfs_volume * vol, const ATTR_TYPE type);
ARGUMENTS
- vol
-
ntfs volume to which the attribute belongs
- type
-
attribute type which to check
DESCRIPTION
Check whether the attribute of type on the ntfs volume vol is allowed to
be non-resident. This information is obtained from $AttrDef system file.
Return 0 if the attribute is allowed to be non-resident, -EPERM if not, and
-ENOENT if the attribute is not listed in $AttrDef.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:33 GMT, October 09, 2005