Searched defs:fixup (Results 1 - 2 of 2) sorted by relevance

/fs/btrfs/
H A Dscrub.c609 struct scrub_fixup_nodatasum *fixup = fixup_ctx; local
623 fs_info = fixup->root->fs_info;
670 fixup->logical, page,
672 fixup->mirror_num);
693 fixup->mirror_num);
726 struct scrub_fixup_nodatasum *fixup; local
732 fixup = container_of(work, struct scrub_fixup_nodatasum, work);
733 sctx = fixup->sctx;
744 trans = btrfs_join_transaction(fixup->root);
759 ret = iterate_inodes_from_logical(fixup
[all...]
H A Dinode.c1846 struct btrfs_writepage_fixup *fixup; local
1855 fixup = container_of(work, struct btrfs_writepage_fixup, work);
1856 page = fixup->page;
1902 kfree(fixup);
1919 struct btrfs_writepage_fixup *fixup; local
1929 fixup = kzalloc(sizeof(*fixup), GFP_NOFS);
1930 if (!fixup)
1935 btrfs_init_work(&fixup->work, btrfs_fixup_helper,
1937 fixup
[all...]

Completed in 13 milliseconds