Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ntfs3/
A Dfsntfs.c1851 const struct INDEX_ROOT *root_sdh; in ntfs_security_init() local
1878 root_sdh = resident_data_ex(attr, sizeof(struct INDEX_ROOT)); in ntfs_security_init()
1879 if (root_sdh->type != ATTR_ZERO || in ntfs_security_init()
1880 root_sdh->rule != NTFS_COLLATION_TYPE_SECURITY_HASH || in ntfs_security_init()
1881 offsetof(struct INDEX_ROOT, ihdr) + root_sdh->ihdr.used > attr->res.data_size) { in ntfs_security_init()
2070 const struct INDEX_ROOT *root_sdh; in ntfs_insert_security() local
2098 root_sdh = indx_get_root(indx_sdh, ni, NULL, NULL); in ntfs_insert_security()
2099 if (!root_sdh) { in ntfs_insert_security()
2114 err = indx_find(indx_sdh, ni, root_sdh, &hash_key, sizeof(hash_key), in ntfs_insert_security()
2138 err = indx_find_sort(indx_sdh, ni, root_sdh, in ntfs_insert_security()

Completed in 9 milliseconds