Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dfsntfs.c1884 const struct INDEX_ROOT *root_sdh; in ntfs_security_init() local
1907 !(root_sdh = resident_data_ex(attr, sizeof(struct INDEX_ROOT))) || in ntfs_security_init()
1908 root_sdh->type != ATTR_ZERO || in ntfs_security_init()
1909 root_sdh->rule != NTFS_COLLATION_TYPE_SECURITY_HASH || in ntfs_security_init()
1911 le32_to_cpu(root_sdh->ihdr.used) > in ntfs_security_init()
2105 const struct INDEX_ROOT *root_sdh; in ntfs_insert_security() local
2133 root_sdh = indx_get_root(indx_sdh, ni, NULL, NULL); in ntfs_insert_security()
2134 if (!root_sdh) { in ntfs_insert_security()
2149 err = indx_find(indx_sdh, ni, root_sdh, &hash_key, sizeof(hash_key), in ntfs_insert_security()
2173 err = indx_find_sort(indx_sdh, ni, root_sdh, in ntfs_insert_security()