Home
last modified time | relevance | path

Searched refs:al_find_ex (Results 1 – 4 of 4) sorted by relevance

/fs/ntfs3/
Dattrlist.c174 return al_find_ex(ni, le, attr->type, attr_name(attr), attr->name_len, in al_find_le()
185 struct ATTR_LIST_ENTRY *al_find_ex(struct ntfs_inode *ni, in al_find_ex() function
398 le = al_find_ex(ni, NULL, type, name, name_len, &vcn); in al_delete_le()
Dfrecord.c205 le = al_find_ex(ni, le_o ? *le_o : NULL, type, name, name_len, vcn); in ni_find_attr()
295 le = al_find_ex(ni, NULL, type, name, name_len, NULL); in ni_load_attr()
306 next = al_find_ex(ni, le, type, name, name_len, NULL); in ni_load_attr()
Dntfs_fs.h457 struct ATTR_LIST_ENTRY *al_find_ex(struct ntfs_inode *ni,
Dattrib.c1836 le = al_find_ex(ni, NULL, ATTR_DATA, NULL, 0, in attr_collapse_range()