Searched refs:ntfs_external_attr_find (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | attrib.c | 818 * ntfs_external_attr_find - find an attribute in the attribute list of an inode 845 * If the attribute is found, ntfs_external_attr_find() returns 0 and 850 * If the attribute is not found, ntfs_external_attr_find() returns -ENOENT and 864 * On actual error, ntfs_external_attr_find() returns -EIO. In this case 867 static int ntfs_external_attr_find(const ATTR_TYPE type, in ntfs_external_attr_find() function 1215 return ntfs_external_attr_find(type, name, name_len, ic, lowest_vcn, in ntfs_attr_lookup() 1259 * This needs resetting due to ntfs_external_attr_find() which in ntfs_attr_reinit_search_ctx()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | attrib.c | 818 * ntfs_external_attr_find - find an attribute in the attribute list of an inode 845 * If the attribute is found, ntfs_external_attr_find() returns 0 and 850 * If the attribute is not found, ntfs_external_attr_find() returns -ENOENT and 864 * On actual error, ntfs_external_attr_find() returns -EIO. In this case 867 static int ntfs_external_attr_find(const ATTR_TYPE type, in ntfs_external_attr_find() function 1215 return ntfs_external_attr_find(type, name, name_len, ic, lowest_vcn, in ntfs_attr_lookup() 1259 * This needs resetting due to ntfs_external_attr_find() which in ntfs_attr_reinit_search_ctx()
|
Completed in 6 milliseconds