Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs3/
Dindex.c622 fnd->root_de = NULL; in fnd_clear()
655 return !fnd->root_de; in fnd_is_empty()
1062 e = fnd->level ? fnd->de[fnd->level - 1] : fnd->root_de; in indx_find()
1078 fnd->root_de = e; in indx_find()
1121 fnd->root_de = e; in indx_find_sort()
1123 if (de_is_last(fnd->root_de)) { in indx_find_sort()
1128 e = hdr_next_de(&root->ihdr, fnd->root_de); in indx_find_sort()
1131 fnd->root_de = e; in indx_find_sort()
1197 } else if (fnd->root_de) { in indx_find_sort()
1199 e = fnd->root_de; in indx_find_sort()
[all …]
Dntfs_fs.h401 struct NTFS_DE *root_de; member