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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.c2636 * ntfs_attr_find - find (next) attribute in mft record
2647 * ntfs_attr_find() takes a search context @ctx as parameter and searches the
2649 * attribute of @type, optionally @name and @val. If found, ntfs_attr_find()
2652 * If not found, ntfs_attr_find() returns -1, with errno set to ENOENT and
2656 * On actual error, ntfs_attr_find() returns -1 with errno set to the error
2665 * ntfs_attr_find() repeatedly until it returns -1 with errno set to ENOENT to
2667 * successful call of ntfs_attr_find() will return the next attribute in the
2692 * ntfs_attr_find() only searches the specified mft record and it ignores the
2696 * ntfs_attr_find() to search for extent records of non-resident attributes, as
2705 static int ntfs_attr_find(cons function
[all...]

Completed in 42 milliseconds