Lines Matching refs:root_de
670 fnd->root_de = NULL; in fnd_clear()
702 return !fnd->root_de; in fnd_is_empty()
1157 e = fnd->level ? fnd->de[fnd->level - 1] : fnd->root_de; in indx_find()
1173 fnd->root_de = e; in indx_find()
1218 fnd->root_de = e; in indx_find_sort()
1220 if (de_is_last(fnd->root_de)) { in indx_find_sort()
1225 e = hdr_next_de(&root->ihdr, fnd->root_de); in indx_find_sort()
1228 fnd->root_de = e; in indx_find_sort()
1294 } else if (fnd->root_de) { in indx_find_sort()
1296 e = fnd->root_de; in indx_find_sort()
1297 fnd->root_de = NULL; in indx_find_sort()
1305 if (!fnd->root_de) in indx_find_sort()
1306 fnd->root_de = e; in indx_find_sort()
1332 fnd->root_de = e; in indx_find_raw()
1344 } else if (!fnd->root_de) in indx_find_raw()
1354 if (!de_is_last(fnd->root_de)) { in indx_find_raw()
1355 e = hdr_next_de(&root->ihdr, fnd->root_de); in indx_find_raw()
1358 fnd->root_de = e; in indx_find_raw()
1577 struct NTFS_DE *root_de, const void *ctx, in indx_insert_into_root() argument
1619 e = hdr_insert_de(indx, hdr, new_de, root_de, ctx); in indx_insert_into_root()
1622 fnd->root_de = e; in indx_insert_into_root()
1690 fnd->root_de = hdr_first_de(hdr); in indx_insert_into_root()
1982 err = indx_insert_into_root(indx, ni, new_de, fnd->root_de, ctx, in indx_insert_entry()
2312 e = fnd->root_de; in indx_delete_entry()