Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ntfs3/
A Dfsntfs.c2265 const struct INDEX_ROOT *root_r; in ntfs_reparse_init() local
2278 root_r = resident_data(attr); in ntfs_reparse_init()
2279 if (root_r->type != ATTR_ZERO || in ntfs_reparse_init()
2280 root_r->rule != NTFS_COLLATION_TYPE_UINTS) { in ntfs_reparse_init()
2389 struct INDEX_ROOT *root_r; in ntfs_remove_reparse() local
2410 root_r = indx_get_root(indx, ni, NULL, NULL); in ntfs_remove_reparse()
2411 if (!root_r) { in ntfs_remove_reparse()
2417 err = indx_find(indx, ni, root_r, &rkey, sizeof(rkey), (void *)1, &diff, in ntfs_remove_reparse()

Completed in 14 milliseconds