Lines Matching refs:root_sii
1873 const struct INDEX_ROOT *root_sii;
1917 !(root_sii = resident_data_ex(attr, sizeof(struct INDEX_ROOT))) ||
1918 root_sii->type != ATTR_ZERO ||
1919 root_sii->rule != NTFS_COLLATION_TYPE_UINT ||
1921 le32_to_cpu(root_sii->ihdr.used) >
1954 err = indx_find_raw(indx_sii, ni, root_sii, &ne, &off, fnd_sii);
1991 const struct INDEX_ROOT *root_sii;
2004 root_sii = indx_get_root(indx, ni, NULL, NULL);
2005 if (!root_sii) {
2011 err = indx_find(indx, ni, root_sii, &security_id, sizeof(security_id),
2096 const struct INDEX_ROOT *root_sii;
2129 root_sii = indx_get_root(indx_sii, ni, NULL, NULL);
2130 if (!root_sii) {