Searched refs:indx_get_root (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/fs/ntfs3/ |
A D | index.c | 983 struct INDEX_ROOT *indx_get_root(struct ntfs_index *indx, struct ntfs_inode *ni, in indx_get_root() function 1121 root = indx_get_root(&ni->dir, ni, NULL, NULL); in indx_find() 1559 root = indx_get_root(indx, ni, &attr, &mi); in indx_insert_into_root() 1662 root = indx_get_root(indx, ni, &attr, &mi); in indx_insert_into_root() 1903 root = indx_get_root(indx, ni, NULL, NULL); in indx_insert_entry() 2240 root = indx_get_root(indx, ni, &attr, &mi); in indx_delete_entry() 2346 root = indx_get_root(indx, ni, &attr, &mi); in indx_delete_entry() 2551 root = indx_get_root(indx, ni, &attr, &mi); in indx_delete_entry() 2612 root = indx_get_root(indx, ni, NULL, &mi); in indx_update_dup()
|
A D | dir.c | 415 root = indx_get_root(&ni->dir, ni, NULL, NULL); in ntfs_readdir() 503 root = indx_get_root(&ni->dir, ni, NULL, NULL); in ntfs_dir_count()
|
A D | fsntfs.c | 1979 root_sii = indx_get_root(indx, ni, NULL, NULL); in ntfs_get_security_by_id() 2098 root_sdh = indx_get_root(indx_sdh, ni, NULL, NULL); in ntfs_insert_security() 2104 root_sii = indx_get_root(indx_sii, ni, NULL, NULL); in ntfs_insert_security() 2410 root_r = indx_get_root(indx, ni, NULL, NULL); in ntfs_remove_reparse()
|
A D | ntfs_fs.h | 671 struct INDEX_ROOT *indx_get_root(struct ntfs_index *indx, struct ntfs_inode *ni,
|
A D | inode.c | 1217 dir_root = indx_get_root(&dir_ni->dir, dir_ni, NULL, NULL); in ntfs_create_inode()
|
Completed in 19 milliseconds