Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/ntfs3/
H A Dindex.c168 static inline NTFS_CMP_FUNC get_cmp_func(const struct INDEX_ROOT *root) in get_cmp_func()
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()
994 struct INDEX_ROOT *indx_get_root(struct ntfs_index *indx, struct ntfs_inode *ni, in indx_get_root()
1000 struct INDEX_ROOT *root; in indx_get_root()
1010 root = resident_data_ex(a, sizeof(struct INDEX_ROOT)); in indx_get_root()
1014 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()
1203 const struct INDEX_ROOT *roo in indx_find_sort()
[all...]
H A Dfsntfs.c1873 const struct INDEX_ROOT *root_sii; in ntfs_security_init()
1874 const struct INDEX_ROOT *root_sdh; in ntfs_security_init()
1897 !(root_sdh = resident_data_ex(attr, sizeof(struct INDEX_ROOT))) || in ntfs_security_init()
1900 offsetof(struct INDEX_ROOT, ihdr) + in ntfs_security_init()
1917 !(root_sii = resident_data_ex(attr, sizeof(struct INDEX_ROOT))) || in ntfs_security_init()
1920 offsetof(struct INDEX_ROOT, ihdr) + in ntfs_security_init()
1991 const struct INDEX_ROOT *root_sii; in ntfs_get_security_by_id()
2095 const struct INDEX_ROOT *root_sdh; in ntfs_insert_security()
2096 const struct INDEX_ROOT *root_sii; in ntfs_insert_security()
2290 const struct INDEX_ROOT *root_ in ntfs_reparse_init()
[all...]
H A Ddir.c391 const struct INDEX_ROOT *root; in ntfs_readdir()
514 struct INDEX_ROOT *root; in ntfs_dir_count()
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 Dntfs_fs.h676 struct INDEX_ROOT *indx_get_root(struct ntfs_index *indx, struct ntfs_inode *ni,
681 const struct INDEX_ROOT *root, const void *Key, size_t KeyLen,
685 const struct INDEX_ROOT *root, struct NTFS_DE **entry,
688 const struct INDEX_ROOT *root, struct NTFS_DE **entry,
H A Dinode.c42 const struct INDEX_ROOT *root; in ntfs_read_mft()
1235 struct INDEX_ROOT *root, *dir_root; in ntfs_create_inode()
1443 dsize = sizeof(struct INDEX_ROOT) + sizeof(struct NTFS_DE); in ntfs_create_inode()
1458 memcpy(root, dir_root, offsetof(struct INDEX_ROOT, ihdr)); in ntfs_create_inode()
1464 e = Add2Ptr(root, sizeof(struct INDEX_ROOT)); in ntfs_create_inode()
H A Dfslog.c2644 const struct INDEX_ROOT *root = resident_data(attr); in check_index_root()
2651 if (le32_to_cpu(attr->res.data_size) < sizeof(struct INDEX_ROOT) || in check_index_root()
2665 offsetof(struct INDEX_ROOT, ihdr)); in check_index_root()
3028 struct INDEX_ROOT *root; in do_action()
/kernel/linux/linux-5.10/fs/ntfs/
H A Dindex.h67 INDEX_ROOT *ir;
H A Dindex.c114 INDEX_ROOT *ir; in ntfs_index_lookup()
161 ir = (INDEX_ROOT*)((u8*)actx->attr + in ntfs_index_lookup()
H A 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()
H A Dinode.c763 INDEX_ROOT *ir; in ntfs_read_locked_inode()
775 ntfs_error(vi->i_sb, "$INDEX_ROOT attribute " in ntfs_read_locked_inode()
783 ntfs_error(vol->sb, "$INDEX_ROOT attribute is not " in ntfs_read_locked_inode()
790 ntfs_error(vol->sb, "$INDEX_ROOT attribute name is " in ntfs_read_locked_inode()
812 ir = (INDEX_ROOT*)((u8*)a + in ntfs_read_locked_inode()
816 ntfs_error(vi->i_sb, "$INDEX_ROOT attribute is " in ntfs_read_locked_inode()
900 "$INDEX_ROOT indicated it is."); in ntfs_read_locked_inode()
1474 INDEX_ROOT *ir; in ntfs_read_locked_index_inode()
1508 ntfs_error(vi->i_sb, "$INDEX_ROOT attribute is " in ntfs_read_locked_index_inode()
1515 ntfs_error(vol->sb, "$INDEX_ROOT attribut in ntfs_read_locked_index_inode()
[all...]
H A Dlayout.h1980 equal the index_block_size specified by the INDEX_ROOT attribute
2027 } __attribute__ ((__packed__)) INDEX_ROOT; typedef
/kernel/linux/linux-6.6/fs/ntfs/
H A Dindex.h67 INDEX_ROOT *ir;
H A Dindex.c114 INDEX_ROOT *ir; in ntfs_index_lookup()
161 ir = (INDEX_ROOT*)((u8*)actx->attr + in ntfs_index_lookup()
H A 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()
H A Dinode.c763 INDEX_ROOT *ir; in ntfs_read_locked_inode()
775 ntfs_error(vi->i_sb, "$INDEX_ROOT attribute " in ntfs_read_locked_inode()
783 ntfs_error(vol->sb, "$INDEX_ROOT attribute is not " in ntfs_read_locked_inode()
790 ntfs_error(vol->sb, "$INDEX_ROOT attribute name is " in ntfs_read_locked_inode()
812 ir = (INDEX_ROOT*)((u8*)a + in ntfs_read_locked_inode()
816 ntfs_error(vi->i_sb, "$INDEX_ROOT attribute is " in ntfs_read_locked_inode()
900 "$INDEX_ROOT indicated it is."); in ntfs_read_locked_inode()
1474 INDEX_ROOT *ir; in ntfs_read_locked_index_inode()
1508 ntfs_error(vi->i_sb, "$INDEX_ROOT attribute is " in ntfs_read_locked_index_inode()
1515 ntfs_error(vol->sb, "$INDEX_ROOT attribut in ntfs_read_locked_index_inode()
[all...]
H A Dlayout.h1980 equal the index_block_size specified by the INDEX_ROOT attribute
2027 } __attribute__ ((__packed__)) INDEX_ROOT; typedef

Completed in 36 milliseconds