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

/linux-master/fs/ntfs3/
H A Dindex.c670 fnd->root_de = NULL;
702 return !fnd->root_de;
1157 e = fnd->level ? fnd->de[fnd->level - 1] : fnd->root_de;
1173 fnd->root_de = e;
1218 fnd->root_de = e;
1220 if (de_is_last(fnd->root_de)) {
1225 e = hdr_next_de(&root->ihdr, fnd->root_de);
1228 fnd->root_de = e;
1294 } else if (fnd->root_de) {
1296 e = fnd->root_de;
1568 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) argument
[all...]
H A Dntfs_fs.h412 struct NTFS_DE *root_de; member in struct:ntfs_fnd

Completed in 109 milliseconds