Searched refs:INDEX_ROOT (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | index.c | 168 static inline NTFS_CMP_FUNC get_cmp_func(const struct INDEX_ROOT *root) in get_cmp_func() 876 const struct INDEX_ROOT *root = resident_data(attr); in indx_init() 879 if (t32 <= offsetof(struct INDEX_ROOT, ihdr) || in indx_init() 881 t32 - offsetof(struct INDEX_ROOT, ihdr))) { in indx_init() 992 struct INDEX_ROOT *indx_get_root(struct ntfs_index *indx, struct ntfs_inode *ni, in indx_get_root() 998 struct INDEX_ROOT *root; in indx_get_root() 1008 root = resident_data_ex(a, sizeof(struct INDEX_ROOT)); in indx_get_root() 1012 offsetof(struct INDEX_ROOT, ihdr) + le32_to_cpu(root->ihdr.used) > in indx_get_root() 1137 const struct INDEX_ROOT *root, const void *key, size_t key_len, in indx_find() 1205 const struct INDEX_ROOT *root, struct NTFS_DE **entry, in indx_find_sort() [all …]
|
| H A D | fsntfs.c | 1875 const struct INDEX_ROOT *root_sii; in ntfs_security_init() 1876 const struct INDEX_ROOT *root_sdh; in ntfs_security_init() 1899 !(root_sdh = resident_data_ex(attr, sizeof(struct INDEX_ROOT))) || in ntfs_security_init() 1902 offsetof(struct INDEX_ROOT, ihdr) + in ntfs_security_init() 1919 !(root_sii = resident_data_ex(attr, sizeof(struct INDEX_ROOT))) || in ntfs_security_init() 1922 offsetof(struct INDEX_ROOT, ihdr) + in ntfs_security_init() 1993 const struct INDEX_ROOT *root_sii; in ntfs_get_security_by_id() 2097 const struct INDEX_ROOT *root_sdh; in ntfs_insert_security() 2098 const struct INDEX_ROOT *root_sii; in ntfs_insert_security() 2292 const struct INDEX_ROOT *root_r; in ntfs_reparse_init() [all …]
|
| H A D | ntfs.h | 796 struct INDEX_ROOT { struct 805 static_assert(sizeof(struct INDEX_ROOT) == 0x20); argument 806 static_assert(offsetof(struct INDEX_ROOT, ihdr) == 0x10);
|
| H A D | dir.c | 400 const struct INDEX_ROOT *root; in ntfs_readdir() 573 struct INDEX_ROOT *root; in ntfs_dir_count()
|
| H A D | ntfs_fs.h | 745 struct INDEX_ROOT *indx_get_root(struct ntfs_index *indx, struct ntfs_inode *ni, 755 const struct INDEX_ROOT *root, const void *Key, size_t KeyLen, 759 const struct INDEX_ROOT *root, struct NTFS_DE **entry, 762 const struct INDEX_ROOT *root, struct NTFS_DE **entry,
|
| H A D | inode.c | 43 const struct INDEX_ROOT *root = NULL; in ntfs_read_mft() 1259 struct INDEX_ROOT *root, *dir_root; in ntfs_create_inode() 1476 dsize = sizeof(struct INDEX_ROOT) + sizeof(struct NTFS_DE); in ntfs_create_inode() 1491 memcpy(root, dir_root, offsetof(struct INDEX_ROOT, ihdr)); in ntfs_create_inode() 1497 e = Add2Ptr(root, sizeof(struct INDEX_ROOT)); in ntfs_create_inode()
|
| H A D | fslog.c | 2666 const struct INDEX_ROOT *root = resident_data(attr); in check_index_root() 2673 if (le32_to_cpu(attr->res.data_size) < sizeof(struct INDEX_ROOT) || in check_index_root() 2687 offsetof(struct INDEX_ROOT, ihdr)); in check_index_root() 3070 struct INDEX_ROOT *root; in do_action()
|