Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_aops.h9 extern struct bio_set xfs_ioend_bioset;
Dxfs_super.c54 struct bio_set xfs_ioend_bioset; variable
1837 if (bioset_init(&xfs_ioend_bioset, 4 * (PAGE_SIZE / SECTOR_SIZE), in xfs_init_zones()
1981 bioset_exit(&xfs_ioend_bioset); in xfs_init_zones()
2012 bioset_exit(&xfs_ioend_bioset); in xfs_destroy_zones()
Dxfs_aops.c542 bio = bio_alloc_bioset(GFP_NOFS, BIO_MAX_PAGES, &xfs_ioend_bioset); in xfs_alloc_ioend()