Home
last modified time | relevance | path

Searched refs:INDEX_ROOT (Results 1 – 12 of 12) sorted by relevance

/fs/ntfs3/
Dindex.c168 static inline NTFS_CMP_FUNC get_cmp_func(const struct INDEX_ROOT *root) in get_cmp_func()
879 const struct INDEX_ROOT *root = resident_data(attr); in indx_init()
882 if (t32 <= offsetof(struct INDEX_ROOT, ihdr) || in indx_init()
884 t32 - offsetof(struct INDEX_ROOT, ihdr))) { in indx_init()
995 struct INDEX_ROOT *indx_get_root(struct ntfs_index *indx, struct ntfs_inode *ni, in indx_get_root()
1001 struct INDEX_ROOT *root = NULL; in indx_get_root()
1011 root = resident_data_ex(a, sizeof(struct INDEX_ROOT)); in indx_get_root()
1014 if (root && offsetof(struct INDEX_ROOT, ihdr) + le32_to_cpu(root->ihdr.used) > in indx_get_root()
1140 const struct INDEX_ROOT *root, const void *key, size_t key_len, in indx_find()
1208 const struct INDEX_ROOT *root, struct NTFS_DE **entry, in indx_find_sort()
[all …]
Dfsntfs.c1847 const struct INDEX_ROOT *root_sii; in ntfs_security_init()
1848 const struct INDEX_ROOT *root_sdh; in ntfs_security_init()
1875 if(!(root_sdh = resident_data_ex(attr, sizeof(struct INDEX_ROOT))) || in ntfs_security_init()
1878 offsetof(struct INDEX_ROOT, ihdr) + in ntfs_security_init()
1896 if(!(root_sii = resident_data_ex(attr, sizeof(struct INDEX_ROOT))) || in ntfs_security_init()
1899 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()
[all …]
Dntfs.h790 struct INDEX_ROOT { struct
799 static_assert(sizeof(struct INDEX_ROOT) == 0x20); argument
800 static_assert(offsetof(struct INDEX_ROOT, ihdr) == 0x10);
Ddir.c371 const struct INDEX_ROOT *root; in ntfs_readdir()
494 struct INDEX_ROOT *root; in ntfs_dir_count()
Dntfs_fs.h666 struct INDEX_ROOT *indx_get_root(struct ntfs_index *indx, struct ntfs_inode *ni,
671 const struct INDEX_ROOT *root, const void *Key, size_t KeyLen,
675 const struct INDEX_ROOT *root, struct NTFS_DE **entry,
678 const struct INDEX_ROOT *root, struct NTFS_DE **entry,
Dinode.c42 const struct INDEX_ROOT *root; in ntfs_read_mft()
1221 struct INDEX_ROOT *root, *dir_root; in ntfs_create_inode()
1414 dsize = sizeof(struct INDEX_ROOT) + sizeof(struct NTFS_DE); in ntfs_create_inode()
1429 memcpy(root, dir_root, offsetof(struct INDEX_ROOT, ihdr)); in ntfs_create_inode()
1436 e = Add2Ptr(root, sizeof(struct INDEX_ROOT)); in ntfs_create_inode()
Dfslog.c2646 const struct INDEX_ROOT *root = resident_data(attr); in check_index_root()
2652 if (le32_to_cpu(attr->res.data_size) < sizeof(struct INDEX_ROOT) || in check_index_root()
2666 offsetof(struct INDEX_ROOT, ihdr)); in check_index_root()
3029 struct INDEX_ROOT *root; in do_action()
/fs/ntfs/
Dindex.h67 INDEX_ROOT *ir;
Dindex.c114 INDEX_ROOT *ir; in ntfs_index_lookup()
161 ir = (INDEX_ROOT*)((u8*)actx->attr + in ntfs_index_lookup()
Ddir.c73 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()
Dinode.c763 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()
Dlayout.h2027 } __attribute__ ((__packed__)) INDEX_ROOT; typedef