Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/f2fs/
H A Ddata.c36 static struct bio_set f2fs_bioset; variable
42 return bioset_init(&f2fs_bioset, F2FS_BIO_POOL_SIZE, in f2fs_init_bioset()
48 bioset_exit(&f2fs_bioset); in f2fs_destroy_bioset()
471 GFP_NOIO, &f2fs_bioset); in __bio_alloc()
1118 for_write ? GFP_NOIO : GFP_KERNEL, &f2fs_bioset); in f2fs_grab_read_bio()
/kernel/linux/linux-5.10/fs/f2fs/
H A 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()

Completed in 10 milliseconds