Searched refs:al_find_ex (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/ntfs3/ |
D | attrlist.c | 174 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
|
D | frecord.c | 208 le = al_find_ex(ni, le_o ? *le_o : NULL, type, name, name_len, vcn); in ni_find_attr() 299 le = al_find_ex(ni, NULL, type, name, name_len, NULL); in ni_load_attr() 310 next = al_find_ex(ni, le, type, name, name_len, NULL); in ni_load_attr()
|
D | ntfs_fs.h | 467 struct ATTR_LIST_ENTRY *al_find_ex(struct ntfs_inode *ni,
|