Home
last modified time | relevance | path

Searched refs:hdr_next_de (Results 1 – 2 of 2) sorted by relevance

/fs/ntfs3/
A Dindex.c1223 e = hdr_next_de(&root->ihdr, fnd->root_de); in indx_find_sort()
1234 e = hdr_next_de(&n->index->ihdr, e); in indx_find_sort()
1353 e = hdr_next_de(&root->ihdr, fnd->root_de); in indx_find_raw()
1369 e = hdr_next_de(&n->index->ihdr, e2); in indx_find_raw()
1638 for (e = e0;; e = hdr_next_de(hdr, e)) { in indx_insert_into_root()
2010 for (e = hdr_first_de(hdr);; e = hdr_next_de(hdr, e)) { in indx_find_buffer()
2126 for (e = hdr_first_de(hdr); e; e = hdr_next_de(hdr, e)) { in indx_free_children()
2413 for (e = hdr_first_de(hdr);; e = hdr_next_de(hdr, e)) { in indx_delete_entry()
2481 e = hdr_next_de(hdr, e); in indx_delete_entry()
A Dntfs.h730 static inline struct NTFS_DE *hdr_next_de(const struct INDEX_HDR *hdr, in hdr_next_de() function

Completed in 15 milliseconds