Searched refs:root_sdh (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/ntfs3/ |
D | fsntfs.c | 1874 const struct INDEX_ROOT *root_sdh; in ntfs_security_init() local 1897 !(root_sdh = resident_data_ex(attr, sizeof(struct INDEX_ROOT))) || in ntfs_security_init() 1898 root_sdh->type != ATTR_ZERO || in ntfs_security_init() 1899 root_sdh->rule != NTFS_COLLATION_TYPE_SECURITY_HASH || in ntfs_security_init() 1901 le32_to_cpu(root_sdh->ihdr.used) > in ntfs_security_init() 2095 const struct INDEX_ROOT *root_sdh; in ntfs_insert_security() local 2123 root_sdh = indx_get_root(indx_sdh, ni, NULL, NULL); in ntfs_insert_security() 2124 if (!root_sdh) { in ntfs_insert_security() 2139 err = indx_find(indx_sdh, ni, root_sdh, &hash_key, sizeof(hash_key), in ntfs_insert_security() 2163 err = indx_find_sort(indx_sdh, ni, root_sdh, in ntfs_insert_security()
|