Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dindex.c668 fnd->root_de = NULL; in fnd_clear()
700 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()
1221 fnd->root_de = e; in indx_find_sort()
1223 if (de_is_last(fnd->root_de)) { in indx_find_sort()
1228 e = hdr_next_de(&root->ihdr, fnd->root_de); in indx_find_sort()
1231 fnd->root_de = e; in indx_find_sort()
1297 } else if (fnd->root_de) { in indx_find_sort()
1299 e = fnd->root_de; in indx_find_sort()
1587 indx_insert_into_root(struct ntfs_index * indx,struct ntfs_inode * ni,const struct NTFS_DE * new_de,struct NTFS_DE * root_de,const void * ctx,struct ntfs_fnd * fnd,bool undo) indx_insert_into_root() argument
[all...]
H A Dntfs_fs.h434 struct NTFS_DE *root_de;
437 struct NTFS_DE *root_de; global() member