Lines Matching refs:root_de
669 fnd->root_de = NULL; in fnd_clear()
702 return !fnd->root_de; in fnd_is_empty()
1160 e = fnd->level ? fnd->de[fnd->level - 1] : fnd->root_de; in indx_find()
1176 fnd->root_de = e; in indx_find()
1223 fnd->root_de = e; in indx_find_sort()
1225 if (de_is_last(fnd->root_de)) { in indx_find_sort()
1230 e = hdr_next_de(&root->ihdr, fnd->root_de); in indx_find_sort()
1233 fnd->root_de = e; in indx_find_sort()
1299 } else if (fnd->root_de) { in indx_find_sort()
1301 e = fnd->root_de; in indx_find_sort()
1302 fnd->root_de = NULL; in indx_find_sort()
1310 if (!fnd->root_de) in indx_find_sort()
1311 fnd->root_de = e; in indx_find_sort()
1337 fnd->root_de = e; in indx_find_raw()
1349 } else if (!fnd->root_de) in indx_find_raw()
1359 if (!de_is_last(fnd->root_de)) { in indx_find_raw()
1360 e = hdr_next_de(&root->ihdr, fnd->root_de); in indx_find_raw()
1363 fnd->root_de = e; in indx_find_raw()
1572 struct NTFS_DE *root_de, const void *ctx, in indx_insert_into_root() argument
1614 e = hdr_insert_de(indx, hdr, new_de, root_de, ctx); in indx_insert_into_root()
1617 fnd->root_de = e; in indx_insert_into_root()
1685 fnd->root_de = hdr_first_de(hdr); in indx_insert_into_root()
1963 err = indx_insert_into_root(indx, ni, new_de, fnd->root_de, ctx, in indx_insert_entry()
2293 e = fnd->root_de; in indx_delete_entry()