Lines Matching refs:root_de
670 fnd->root_de = NULL; in fnd_clear()
702 return !fnd->root_de; in fnd_is_empty()
1155 e = fnd->level ? fnd->de[fnd->level - 1] : fnd->root_de; in indx_find()
1171 fnd->root_de = e; in indx_find()
1216 fnd->root_de = e; in indx_find_sort()
1218 if (de_is_last(fnd->root_de)) { in indx_find_sort()
1223 e = hdr_next_de(&root->ihdr, fnd->root_de); in indx_find_sort()
1226 fnd->root_de = e; in indx_find_sort()
1292 } else if (fnd->root_de) { in indx_find_sort()
1294 e = fnd->root_de; in indx_find_sort()
1295 fnd->root_de = NULL; in indx_find_sort()
1303 if (!fnd->root_de) in indx_find_sort()
1304 fnd->root_de = e; in indx_find_sort()
1330 fnd->root_de = e; in indx_find_raw()
1342 } else if (!fnd->root_de) in indx_find_raw()
1352 if (!de_is_last(fnd->root_de)) { in indx_find_raw()
1353 e = hdr_next_de(&root->ihdr, fnd->root_de); in indx_find_raw()
1356 fnd->root_de = e; in indx_find_raw()
1575 struct NTFS_DE *root_de, const void *ctx, in indx_insert_into_root() argument
1617 e = hdr_insert_de(indx, hdr, new_de, root_de, ctx); in indx_insert_into_root()
1620 fnd->root_de = e; in indx_insert_into_root()
1688 fnd->root_de = hdr_first_de(hdr); in indx_insert_into_root()
1980 err = indx_insert_into_root(indx, ni, new_de, fnd->root_de, ctx, in indx_insert_entry()
2310 e = fnd->root_de; in indx_delete_entry()