Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Ddata.c53 static inline struct bio *__f2fs_bio_alloc(gfp_t gfp_mask, in __f2fs_bio_alloc() function
63 return __f2fs_bio_alloc(GFP_NOIO, npages); in f2fs_bio_alloc()
71 return __f2fs_bio_alloc(GFP_KERNEL, npages); in f2fs_bio_alloc()