Lines Matching refs:INDEX_ROOT
168 static inline NTFS_CMP_FUNC get_cmp_func(const struct INDEX_ROOT *root)
878 const struct INDEX_ROOT *root = resident_data(attr);
881 if (t32 <= offsetof(struct INDEX_ROOT, ihdr) ||
883 t32 - offsetof(struct INDEX_ROOT, ihdr))) {
994 struct INDEX_ROOT *indx_get_root(struct ntfs_index *indx, struct ntfs_inode *ni,
1000 struct INDEX_ROOT *root;
1010 root = resident_data_ex(a, sizeof(struct INDEX_ROOT));
1014 offsetof(struct INDEX_ROOT, ihdr) + le32_to_cpu(root->ihdr.used) >
1140 const struct INDEX_ROOT *root, const void *key, size_t key_len,
1203 const struct INDEX_ROOT *root, struct NTFS_DE **entry,
1313 const struct INDEX_ROOT *root, struct NTFS_DE **entry,
1586 struct INDEX_ROOT *root, *a_root;
1660 new_root_size = sizeof(struct INDEX_ROOT) + sizeof(struct NTFS_DE) +
1681 cpu_to_le32(new_root_size - offsetof(struct INDEX_ROOT, ihdr));
1782 struct INDEX_ROOT *root, const struct NTFS_DE *new_de,
1936 struct INDEX_ROOT *root;
1996 const struct INDEX_ROOT *root,
2254 struct INDEX_ROOT *root;
2599 sizeof(struct INDEX_ROOT) + sizeof(struct NTFS_DE);
2620 new_root_size - offsetof(struct INDEX_ROOT, ihdr));
2644 struct INDEX_ROOT *root;