Searched refs:root_sdh (Results 1 – 1 of 1) sorted by relevance
/linux/fs/ntfs3/ |
H A D | fsntfs.c | 1878 const struct INDEX_ROOT *root_sdh; in ntfs_security_init() local 1901 !(root_sdh = resident_data_ex(attr, sizeof(struct INDEX_ROOT))) || in ntfs_security_init() 1902 root_sdh->type != ATTR_ZERO || in ntfs_security_init() 1903 root_sdh->rule != NTFS_COLLATION_TYPE_SECURITY_HASH || in ntfs_security_init() 1905 le32_to_cpu(root_sdh->ihdr.used) > in ntfs_security_init() 2099 const struct INDEX_ROOT *root_sdh; in ntfs_insert_security() local 2127 root_sdh = indx_get_root(indx_sdh, ni, NULL, NULL); in ntfs_insert_security() 2128 if (!root_sdh) { in ntfs_insert_security() 2143 err = indx_find(indx_sdh, ni, root_sdh, &hash_key, sizeof(hash_key), in ntfs_insert_security() 2167 err = indx_find_sort(indx_sdh, ni, root_sdh, in ntfs_insert_security()
|