Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dindex.c992 struct INDEX_ROOT *indx_get_root(struct ntfs_index *indx, struct ntfs_inode *ni, in indx_get_root() function
1146 root = indx_get_root(&ni->dir, ni, NULL, NULL); in indx_find()
1606 root = indx_get_root(indx, ni, &attr, &mi); in indx_insert_into_root()
1709 root = indx_get_root(indx, ni, &attr, &mi); in indx_insert_into_root()
1965 root = indx_get_root(indx, ni, NULL, NULL); in indx_insert_entry()
2307 root = indx_get_root(indx, ni, &attr, &mi); in indx_delete_entry()
2414 root = indx_get_root(indx, ni, &attr, &mi); in indx_delete_entry()
2619 root = indx_get_root(indx, ni, &attr, &mi); in indx_delete_entry()
2681 root = indx_get_root(indx, ni, NULL, &mi); in indx_update_dup()
H A Dntfs_fs.h745 struct INDEX_ROOT *indx_get_root(struct ntfs_index *indx, struct ntfs_inode *ni,