Searched refs:root_de (Results 1 – 2 of 2) sorted by relevance
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()[all …]
403 struct NTFS_DE *root_de; member