Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Ddata.c36 static struct bio_set f2fs_bioset; variable
42 if (bioset_init(&f2fs_bioset, F2FS_BIO_POOL_SIZE, in f2fs_init_bioset()
50 bioset_exit(&f2fs_bioset); in f2fs_destroy_bioset()
56 return bio_alloc_bioset(gfp_mask, nr_iovecs, &f2fs_bioset); in __f2fs_bio_alloc()