Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dattrlist.c183 return al_find_ex(ni, le, attr->type, attr_name(attr), attr->name_len, in al_find_le()
194 struct ATTR_LIST_ENTRY *al_find_ex(struct ntfs_inode *ni, in al_find_ex() function
H A Dntfs_fs.h504 struct ATTR_LIST_ENTRY *al_find_ex(struct ntfs_inode *ni,
H A Dfrecord.c213 le = al_find_ex(ni, le_o ? *le_o : NULL, type, name, name_len, vcn); in ni_find_attr()