Home
last modified time | relevance | path

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

/Linux-v5.15/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()
397 bio = bio_alloc_bioset(GFP_NOIO, npages, &f2fs_bioset); in __bio_alloc()
989 bio_max_segs(nr_pages), &f2fs_bioset); in f2fs_grab_read_bio()