Searched refs:al_find_ex (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/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 397 le = al_find_ex(ni, NULL, type, name, name_len, &vcn); in al_delete_le()
|
D | frecord.c | 206 le = al_find_ex(ni, le_o ? *le_o : NULL, type, name, name_len, vcn); in ni_find_attr() 297 le = al_find_ex(ni, NULL, type, name, name_len, NULL); in ni_load_attr() 308 next = al_find_ex(ni, le, type, name, name_len, NULL); in ni_load_attr()
|
D | ntfs_fs.h | 463 struct ATTR_LIST_ENTRY *al_find_ex(struct ntfs_inode *ni,
|