Lines Matching defs:fixup
2684 struct btrfs_writepage_fixup *fixup =
2689 struct page *page = fixup->page;
2690 struct btrfs_inode *inode = fixup->inode;
2707 * Before we queued this fixup, we took a reference on the page.
2718 * first time we come into the fixup worker, or could happen
2796 kfree(fixup);
2800 * that could need flushing space. Recursing back to fixup worker would
2821 struct btrfs_writepage_fixup *fixup;
2828 * PageChecked is set below when we create a fixup worker for this page,
2837 fixup = kzalloc(sizeof(*fixup), GFP_NOFS);
2838 if (!fixup)
2850 btrfs_init_work(&fixup->work, btrfs_writepage_fixup_worker, NULL, NULL);
2851 fixup->page = page;
2852 fixup->inode = BTRFS_I(inode);
2853 btrfs_queue_work(fs_info->fixup_workers, &fixup->work);