Lines Matching defs:expand_t
3112 } expand_t;
3155 static ATTR_RECORD *get_unnamed_attr(expand_t *expand, ATTR_TYPES type,
3192 static ATTR_RECORD *read_and_get_attr(expand_t *expand, ATTR_TYPES type,
3224 static s64 get_data_size(expand_t *expand, s64 inum)
3247 static u8 *get_mft_bitmap(expand_t *expand)
3298 static int check_expand_bad_sectors(expand_t *expand, ATTR_RECORD *a)
3365 static int check_expand_constraints(expand_t *expand)
3445 static BOOL can_expand(expand_t *expand, ntfs_volume *vol)
3581 static int set_bitmap(expand_t *expand, runlist_element *rl)
3633 static int write_bootsector(expand_t *expand)
3666 static int write_bitmap(expand_t *expand)
3711 static int copy_mftmirr(expand_t *expand)
3764 static int copy_boot(expand_t *expand)
3878 static int expand_index_sizes(expand_t *expand)
3901 static int update_runlist(expand_t *expand, s64 inum,
4002 static int minimal_record(expand_t *expand, MFT_RECORD *mrec)
4026 static int rebase_runlists(expand_t *expand, s64 inum)
4074 static runlist_element *rebase_runlists_meta(expand_t *expand, s64 inum)
4207 static int rebase_inode(expand_t *expand, const runlist_element *prl,
4276 static int rebase_all_inodes(expand_t *expand)
4349 static ntfs_volume *get_volume_data(expand_t *expand, struct ntfs_device *dev,
4402 static int really_expand(expand_t *expand)
4487 expand_t expand;