Lines Matching refs:submit
368 * worker function to build and submit bios for previously compressed pages.
420 /* create and submit bios for the compressed pages */
423 int submit = 0;
428 submit = btrfs_bio_fits_in_stripe(page, PAGE_SIZE, bio,
432 if (submit || bio_add_page(bio, page, PAGE_SIZE, 0) <
435 * inc the count before we submit the bio so
703 int submit = 0;
710 submit = btrfs_bio_fits_in_stripe(page, PAGE_SIZE,
714 if (submit || bio_add_page(comp_bio, page, PAGE_SIZE, 0) <
723 * inc the count before we submit the bio so