Searched refs:__bch2_folio_create (Results 1 – 3 of 3) sorted by relevance
112 struct bch_folio *__bch2_folio_create(struct folio *, gfp_t);
126 struct bch_folio *__bch2_folio_create(struct folio *folio, gfp_t gfp) in __bch2_folio_create() function143 return bch2_folio(folio) ?: __bch2_folio_create(folio, gfp); in bch2_folio_create()
121 if (!__bch2_folio_create(folio, GFP_KERNEL)) { in readpage_bio_extend()