Searched refs:INDEX_ROOT (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/ntfs3/ |
| H A D | index.c | 878 const struct INDEX_ROOT *root = resident_data(attr); in indx_init() 881 if (t32 <= offsetof(struct INDEX_ROOT, ihdr) || in indx_init() 883 t32 - offsetof(struct INDEX_ROOT, ihdr))) { in indx_init() 1000 struct INDEX_ROOT *root; in indx_get_root() 1010 root = resident_data_ex(a, sizeof(struct INDEX_ROOT)); in indx_get_root() 1591 struct INDEX_ROOT *root, *a_root; in indx_insert_into_root() 1941 struct INDEX_ROOT *root; in indx_insert_entry() 2001 const struct INDEX_ROOT *root, in indx_find_buffer() 2259 struct INDEX_ROOT *root; in indx_delete_entry() 2604 sizeof(struct INDEX_ROOT) + sizeof(struct NTFS_DE); in indx_delete_entry() [all …]
|
| H A D | fsntfs.c | 1849 const struct INDEX_ROOT *root_sii; in ntfs_security_init() 1850 const struct INDEX_ROOT *root_sdh; in ntfs_security_init() 1873 !(root_sdh = resident_data_ex(attr, sizeof(struct INDEX_ROOT))) || in ntfs_security_init() 1876 offsetof(struct INDEX_ROOT, ihdr) + in ntfs_security_init() 1896 offsetof(struct INDEX_ROOT, ihdr) + in ntfs_security_init() 1967 const struct INDEX_ROOT *root_sii; in ntfs_get_security_by_id() 2071 const struct INDEX_ROOT *root_sdh; in ntfs_insert_security() 2072 const struct INDEX_ROOT *root_sii; in ntfs_insert_security() 2266 const struct INDEX_ROOT *root_r; in ntfs_reparse_init() 2304 const struct INDEX_ROOT *root; in ntfs_objid_init() [all …]
|
| H A D | dir.c | 399 const struct INDEX_ROOT *root; in ntfs_readdir() 528 struct INDEX_ROOT *root; in ntfs_dir_count()
|
| H A D | ntfs.h | 793 struct INDEX_ROOT { struct 802 static_assert(sizeof(struct INDEX_ROOT) == 0x20); argument 803 static_assert(offsetof(struct INDEX_ROOT, ihdr) == 0x10);
|
| H A D | ntfs_fs.h | 681 struct INDEX_ROOT *indx_get_root(struct ntfs_index *indx, struct ntfs_inode *ni, 686 const struct INDEX_ROOT *root, const void *Key, size_t KeyLen, 690 const struct INDEX_ROOT *root, struct NTFS_DE **entry, 693 const struct INDEX_ROOT *root, struct NTFS_DE **entry,
|
| H A D | inode.c | 42 const struct INDEX_ROOT *root; in ntfs_read_mft() 1173 struct INDEX_ROOT *root, *dir_root; in ntfs_create_inode() 1384 dsize = sizeof(struct INDEX_ROOT) + sizeof(struct NTFS_DE); in ntfs_create_inode() 1399 memcpy(root, dir_root, offsetof(struct INDEX_ROOT, ihdr)); in ntfs_create_inode() 1405 e = Add2Ptr(root, sizeof(struct INDEX_ROOT)); in ntfs_create_inode()
|
| H A D | fslog.c | 2664 const struct INDEX_ROOT *root = resident_data(attr); in check_index_root() 2671 if (le32_to_cpu(attr->res.data_size) < sizeof(struct INDEX_ROOT) || in check_index_root() 2685 offsetof(struct INDEX_ROOT, ihdr)); in check_index_root() 3048 struct INDEX_ROOT *root; in do_action()
|