Searched refs:INDEX_ROOT (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/ntfs3/
H A Dindex.c168 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 *roo
[all...]
H A Dfsntfs.c1873 const struct INDEX_ROOT *root_sii;
1874 const struct INDEX_ROOT *root_sdh;
1897 !(root_sdh = resident_data_ex(attr, sizeof(struct INDEX_ROOT))) ||
1900 offsetof(struct INDEX_ROOT, ihdr) +
1917 !(root_sii = resident_data_ex(attr, sizeof(struct INDEX_ROOT))) ||
1920 offsetof(struct INDEX_ROOT, ihdr) +
1991 const struct INDEX_ROOT *root_sii;
2095 const struct INDEX_ROOT *root_sdh;
2096 const struct INDEX_ROOT *root_sii;
2290 const struct INDEX_ROOT *root_
[all...]
H A Ddir.c391 const struct INDEX_ROOT *root;
514 struct INDEX_ROOT *root;
H A Dntfs_fs.h680 struct INDEX_ROOT *indx_get_root(struct ntfs_index *indx, struct ntfs_inode *ni,
685 const struct INDEX_ROOT *root, const void *Key, size_t KeyLen,
689 const struct INDEX_ROOT *root, struct NTFS_DE **entry,
692 const struct INDEX_ROOT *root, struct NTFS_DE **entry,
H A Dntfs.h795 struct INDEX_ROOT { struct
804 static_assert(sizeof(struct INDEX_ROOT) == 0x20);
805 static_assert(offsetof(struct INDEX_ROOT, ihdr) == 0x10);
H A Dinode.c42 const struct INDEX_ROOT *root;
1243 struct INDEX_ROOT *root, *dir_root;
1451 dsize = sizeof(struct INDEX_ROOT) + sizeof(struct NTFS_DE);
1466 memcpy(root, dir_root, offsetof(struct INDEX_ROOT, ihdr));
1472 e = Add2Ptr(root, sizeof(struct INDEX_ROOT));
H A Dfslog.c2644 const struct INDEX_ROOT *root = resident_data(attr);
2651 if (le32_to_cpu(attr->res.data_size) < sizeof(struct INDEX_ROOT) ||
2665 offsetof(struct INDEX_ROOT, ihdr));
3028 struct INDEX_ROOT *root;

Completed in 159 milliseconds