Searched refs:ntfs_attr_find (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | attrib.c | 666 static int ntfs_attr_find(const __le32 type, const __le16 *name, in ntfs_attr_find() function 1043 err = ntfs_attr_find(AT_ATTRIBUTE_LIST, NULL, 0, in ntfs_external_attr_find() 1341 return ntfs_attr_find(AT_END, name, name_len, ic, val, val_len, in ntfs_external_attr_find() 1376 err = ntfs_attr_find(type, name, name_len, ic, val, val_len, in ntfs_external_attr_find() 1433 return ntfs_attr_find(type, name, name_len, ic, val, val_len, in ntfs_attr_lookup() 2261 err = ntfs_attr_find(type, name, name_len, CASE_SENSITIVE, val, size, ctx); in ntfs_resident_attr_record_add() 2382 err = ntfs_attr_find(type, name, name_len, CASE_SENSITIVE, NULL, 0, ctx); in ntfs_non_resident_attr_record_add() 3259 err = ntfs_attr_find(a->type, (__le16 *)((u8 *)a + le16_to_cpu(a->name_offset)), in ntfs_attr_record_move_to()
|