Searched refs:root_sdh (Results 1 – 1 of 1) sorted by relevance
/fs/ntfs3/ |
D | fsntfs.c | 1848 const struct INDEX_ROOT *root_sdh; in ntfs_security_init() local 1875 if(!(root_sdh = resident_data_ex(attr, sizeof(struct INDEX_ROOT))) || in ntfs_security_init() 1876 root_sdh->type != ATTR_ZERO || in ntfs_security_init() 1877 root_sdh->rule != NTFS_COLLATION_TYPE_SECURITY_HASH || in ntfs_security_init() 1879 le32_to_cpu(root_sdh->ihdr.used) > in ntfs_security_init() 2071 const struct INDEX_ROOT *root_sdh; in ntfs_insert_security() local 2099 root_sdh = indx_get_root(indx_sdh, ni, NULL, NULL); in ntfs_insert_security() 2100 if (!root_sdh) { in ntfs_insert_security() 2115 err = indx_find(indx_sdh, ni, root_sdh, &hash_key, sizeof(hash_key), in ntfs_insert_security() 2139 err = indx_find_sort(indx_sdh, ni, root_sdh, in ntfs_insert_security()
|