Home
last modified time | relevance | path

Searched refs:xfs_ioend_bioset (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_aops.h9 extern struct bio_set xfs_ioend_bioset;
Dxfs_super.c54 struct bio_set xfs_ioend_bioset; variable
1844 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()
Dxfs_aops.c544 bio = bio_alloc_bioset(GFP_NOFS, BIO_MAX_PAGES, &xfs_ioend_bioset); in xfs_alloc_ioend()