Searched refs:xfs_ioend_bioset (Results 1 – 3 of 3) sorted by relevance
9 extern struct bio_set xfs_ioend_bioset;
54 struct bio_set xfs_ioend_bioset; variable1844 if (bioset_init(&xfs_ioend_bioset, 4 * (PAGE_SIZE / SECTOR_SIZE), in xfs_init_zones()1988 bioset_exit(&xfs_ioend_bioset); in xfs_init_zones()2019 bioset_exit(&xfs_ioend_bioset); in xfs_destroy_zones()
544 bio = bio_alloc_bioset(GFP_NOFS, BIO_MAX_PAGES, &xfs_ioend_bioset); in xfs_alloc_ioend()