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

/linux-master/fs/ntfs3/
H A Dattrlist.c174 return al_find_ex(ni, le, attr->type, attr_name(attr), attr->name_len,
179 * al_find_ex
185 struct ATTR_LIST_ENTRY *al_find_ex(struct ntfs_inode *ni, function
397 le = al_find_ex(ni, NULL, type, name, name_len, &vcn);
H A Dntfs_fs.h465 struct ATTR_LIST_ENTRY *al_find_ex(struct ntfs_inode *ni,
H A Dfrecord.c206 le = al_find_ex(ni, le_o ? *le_o : NULL, type, name, name_len, vcn);
297 le = al_find_ex(ni, NULL, type, name, name_len, NULL);
308 next = al_find_ex(ni, le, type, name, name_len, NULL);

Completed in 287 milliseconds