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

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c1601 * ntfs_attr_find - find (next) attribute in mft record
1612 * ntfs_attr_find() takes a search context @ctx as parameter and searches the
1614 * attribute of @type, optionally @name and @val. If found, ntfs_attr_find()
1617 * If not found, ntfs_attr_find() returns -1, with errno set to ENOENT and
1621 * On actual error, ntfs_attr_find() returns -1 with errno set to the error
1630 * ntfs_attr_find() repeatedly until it returns -1 with errno set to ENOENT to
1632 * successful call of ntfs_attr_find() will return the next attribute in the
1657 * ntfs_attr_find() only searches the specified mft record and it ignores the
1661 * ntfs_attr_find() to search for extent records of non-resident attributes, as
1670 static int ntfs_attr_find(cons function
[all...]

Completed in 25 milliseconds