Searched refs:INDEX_ROOT (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/fs/ntfs3/ |
D | index.c | 168 static inline NTFS_CMP_FUNC get_cmp_func(const struct INDEX_ROOT *root) in get_cmp_func() 821 const struct INDEX_ROOT *root = resident_data(attr); in indx_init() 923 struct INDEX_ROOT *indx_get_root(struct ntfs_index *indx, struct ntfs_inode *ni, in indx_get_root() 938 return resident_data_ex(a, sizeof(struct INDEX_ROOT)); in indx_get_root() 1045 const struct INDEX_ROOT *root, const void *key, size_t key_len, in indx_find() 1106 const struct INDEX_ROOT *root, struct NTFS_DE **entry, in indx_find_sort() 1216 const struct INDEX_ROOT *root, struct NTFS_DE **entry, in indx_find_raw() 1486 struct INDEX_ROOT *root, *a_root; in indx_insert_into_root() 1560 new_root_size = sizeof(struct INDEX_ROOT) + sizeof(struct NTFS_DE) + in indx_insert_into_root() 1581 cpu_to_le32(new_root_size - offsetof(struct INDEX_ROOT, ihdr)); in indx_insert_into_root() [all …]
|
D | fsntfs.c | 1824 const struct INDEX_ROOT *root_sii; in ntfs_security_init() 1825 const struct INDEX_ROOT *root_sdh; in ntfs_security_init() 1852 root_sdh = resident_data_ex(attr, sizeof(struct INDEX_ROOT)); in ntfs_security_init() 1855 offsetof(struct INDEX_ROOT, ihdr) + root_sdh->ihdr.used > attr->res.data_size) { in ntfs_security_init() 1871 root_sii = resident_data_ex(attr, sizeof(struct INDEX_ROOT)); in ntfs_security_init() 1874 offsetof(struct INDEX_ROOT, ihdr) + root_sii->ihdr.used > attr->res.data_size) { in ntfs_security_init() 1940 const struct INDEX_ROOT *root_sii; in ntfs_get_security_by_id() 2044 const struct INDEX_ROOT *root_sdh; in ntfs_insert_security() 2045 const struct INDEX_ROOT *root_sii; in ntfs_insert_security() 2239 const struct INDEX_ROOT *root_r; in ntfs_reparse_init() [all …]
|
D | dir.c | 367 const struct INDEX_ROOT *root; in ntfs_readdir() 490 struct INDEX_ROOT *root; in ntfs_dir_count()
|
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);
|
D | ntfs_fs.h | 664 struct INDEX_ROOT *indx_get_root(struct ntfs_index *indx, struct ntfs_inode *ni, 669 const struct INDEX_ROOT *root, const void *Key, size_t KeyLen, 673 const struct INDEX_ROOT *root, struct NTFS_DE **entry, 676 const struct INDEX_ROOT *root, struct NTFS_DE **entry,
|
D | inode.c | 42 const struct INDEX_ROOT *root; in ntfs_read_mft() 1198 struct INDEX_ROOT *root, *dir_root; in ntfs_create_inode() 1391 dsize = sizeof(struct INDEX_ROOT) + sizeof(struct NTFS_DE); in ntfs_create_inode() 1406 memcpy(root, dir_root, offsetof(struct INDEX_ROOT, ihdr)); in ntfs_create_inode() 1413 e = Add2Ptr(root, sizeof(struct INDEX_ROOT)); in ntfs_create_inode()
|
D | fslog.c | 2644 const struct INDEX_ROOT *root = resident_data(attr); in check_index_root() 2650 if (le32_to_cpu(attr->res.data_size) < sizeof(struct INDEX_ROOT) || in check_index_root() 2664 offsetof(struct INDEX_ROOT, ihdr)); in check_index_root() 3027 struct INDEX_ROOT *root; in do_action()
|
/linux-6.1.9/fs/ntfs/ |
D | index.h | 67 INDEX_ROOT *ir;
|
D | index.c | 114 INDEX_ROOT *ir; in ntfs_index_lookup() 161 ir = (INDEX_ROOT*)((u8*)actx->attr + in ntfs_index_lookup()
|
D | dir.c | 73 INDEX_ROOT *ir; in ntfs_lookup_inode_by_name() 113 ir = (INDEX_ROOT*)((u8*)ctx->attr + in ntfs_lookup_inode_by_name() 626 INDEX_ROOT *ir; 664 ir = (INDEX_ROOT*)((u8*)ctx->attr + 1095 INDEX_ROOT *ir = NULL; in ntfs_readdir()
|
D | inode.c | 763 INDEX_ROOT *ir; in ntfs_read_locked_inode() 812 ir = (INDEX_ROOT*)((u8*)a + in ntfs_read_locked_inode() 1474 INDEX_ROOT *ir; in ntfs_read_locked_index_inode() 1535 ir = (INDEX_ROOT*)((u8*)a + le16_to_cpu(a->data.resident.value_offset)); in ntfs_read_locked_index_inode()
|
D | layout.h | 2027 } __attribute__ ((__packed__)) INDEX_ROOT; typedef
|