Searched refs:ntfs_attr_find (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | attrib.c | 836 static int ntfs_attr_find(const __le32 type, const __le16 *name, in ntfs_attr_find() function 1244 err = ntfs_attr_find(AT_ATTRIBUTE_LIST, NULL, 0, in ntfs_external_attr_find() 1514 return ntfs_attr_find(AT_END, name, name_len, ic, val, val_len, in ntfs_external_attr_find() 1549 err = ntfs_attr_find(type, name, name_len, ic, val, val_len, in ntfs_external_attr_find() 1606 return ntfs_attr_find(type, name, name_len, ic, val, val_len, in ntfs_attr_lookup() 2434 err = ntfs_attr_find(type, name, name_len, CASE_SENSITIVE, val, size, ctx); in ntfs_resident_attr_record_add() 2555 err = ntfs_attr_find(type, name, name_len, CASE_SENSITIVE, NULL, 0, ctx); in ntfs_non_resident_attr_record_add() 3432 err = ntfs_attr_find(a->type, (__le16 *)((u8 *)a + le16_to_cpu(a->name_offset)), in ntfs_attr_record_move_to()
|