Searched refs:ntfs_attr_find (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | attrib.c | 519 * ntfs_attr_find - find (next) attribute in mft record 531 * ntfs_attr_find() takes a search context @ctx as parameter and searches the 535 * If the attribute is found, ntfs_attr_find() returns 0 and @ctx->attr will 538 * If the attribute is not found, ntfs_attr_find() returns -ENOENT and 542 * On actual error, ntfs_attr_find() returns -EIO. In this case @ctx->attr is 561 * ntfs_attr_find() only searches the specified mft record and it ignores the 565 * use ntfs_attr_find() to search for extent records of non-resident 575 static int ntfs_attr_find(const ATTR_TYPE type, const ntfschar *name, in ntfs_attr_find() function 833 * attribute is in a different mft record/inode, ntfs_attr_find() the attribute 956 * that is inconsistent with ntfs_attr_find() in ntfs_external_attr_find() [all...] |
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | attrib.c | 519 * ntfs_attr_find - find (next) attribute in mft record 531 * ntfs_attr_find() takes a search context @ctx as parameter and searches the 535 * If the attribute is found, ntfs_attr_find() returns 0 and @ctx->attr will 538 * If the attribute is not found, ntfs_attr_find() returns -ENOENT and 542 * On actual error, ntfs_attr_find() returns -EIO. In this case @ctx->attr is 561 * ntfs_attr_find() only searches the specified mft record and it ignores the 565 * use ntfs_attr_find() to search for extent records of non-resident 575 static int ntfs_attr_find(const ATTR_TYPE type, const ntfschar *name, in ntfs_attr_find() function 833 * attribute is in a different mft record/inode, ntfs_attr_find() the attribute 956 * that is inconsistent with ntfs_attr_find() in ntfs_external_attr_find() [all...] |
Completed in 5 milliseconds