Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
A Dindex.c821 const struct INDEX_ROOT *root = resident_data(attr); in indx_init()
938 return resident_data_ex(a, sizeof(struct INDEX_ROOT)); in indx_get_root()
1217 const struct INDEX_ROOT *root, struct NTFS_DE **entry, in indx_find_raw()
1487 struct INDEX_ROOT *root, *a_root; in indx_insert_into_root()
1683 struct INDEX_ROOT *root, const struct NTFS_DE *new_de, in indx_insert_into_buffer()
1823 struct INDEX_ROOT *root; in indx_insert_entry()
1887 const struct INDEX_ROOT *root, in indx_find_buffer()
2141 struct INDEX_ROOT *root; in indx_delete_entry()
2483 sizeof(struct INDEX_ROOT) + sizeof(struct NTFS_DE); in indx_delete_entry()
2504 new_root_size - offsetof(struct INDEX_ROOT, ihdr)); in indx_delete_entry()
[all …]
A Dfsntfs.c1848 const struct INDEX_ROOT *root_sii; in ntfs_security_init()
1849 const struct INDEX_ROOT *root_sdh; in ntfs_security_init()
1962 const struct INDEX_ROOT *root_sii; in ntfs_get_security_by_id()
2066 const struct INDEX_ROOT *root_sdh; in ntfs_insert_security()
2067 const struct INDEX_ROOT *root_sii; in ntfs_insert_security()
2261 const struct INDEX_ROOT *root_r; in ntfs_reparse_init()
2299 const struct INDEX_ROOT *root; in ntfs_objid_init()
2385 struct INDEX_ROOT *root_r; in ntfs_remove_reparse()
A Ddir.c367 const struct INDEX_ROOT *root; in ntfs_readdir()
490 struct INDEX_ROOT *root; in ntfs_dir_count()
A Dntfs.h793 struct INDEX_ROOT { struct
802 static_assert(sizeof(struct INDEX_ROOT) == 0x20); argument
803 static_assert(offsetof(struct INDEX_ROOT, ihdr) == 0x10);
A Dntfs_fs.h663 struct INDEX_ROOT *indx_get_root(struct ntfs_index *indx, struct ntfs_inode *ni,
668 const struct INDEX_ROOT *root, const void *Key, size_t KeyLen,
672 const struct INDEX_ROOT *root, struct NTFS_DE **entry,
675 const struct INDEX_ROOT *root, struct NTFS_DE **entry,
A Dinode.c42 const struct INDEX_ROOT *root; in ntfs_read_mft()
1190 struct INDEX_ROOT *root, *dir_root; in ntfs_create_inode()
1383 dsize = sizeof(struct INDEX_ROOT) + sizeof(struct NTFS_DE); in ntfs_create_inode()
1398 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()
A Dfslog.c2668 const struct INDEX_ROOT *root = resident_data(attr); in check_index_root()
2674 if (le32_to_cpu(attr->res.data_size) < sizeof(struct INDEX_ROOT) || in check_index_root()
2688 offsetof(struct INDEX_ROOT, ihdr)); in check_index_root()
3048 struct INDEX_ROOT *root; in do_action()
/linux/fs/ntfs/
A Dindex.h67 INDEX_ROOT *ir;
A Dindex.c114 INDEX_ROOT *ir; in ntfs_index_lookup()
161 ir = (INDEX_ROOT*)((u8*)actx->attr + in ntfs_index_lookup()
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()
A 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()
A Dlayout.h2027 } __attribute__ ((__packed__)) INDEX_ROOT; typedef

Completed in 46 milliseconds