Searched refs:al_find_ex (Results 1 – 4 of 4) sorted by relevance
/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 398 le = al_find_ex(ni, NULL, type, name, name_len, &vcn); in al_delete_le()
|
D | frecord.c | 205 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()
|
D | ntfs_fs.h | 457 struct ATTR_LIST_ENTRY *al_find_ex(struct ntfs_inode *ni,
|
D | attrib.c | 1836 le = al_find_ex(ni, NULL, ATTR_DATA, NULL, 0, in attr_collapse_range()
|