Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dfs-io-buffered.h7 int bch2_read_single_folio(struct folio *, struct address_space *);
H A Dfs-io-buffered.c332 int bch2_read_single_folio(struct folio *folio, struct address_space *mapping) in bch2_read_single_folio() function
378 ret = bch2_read_single_folio(folio, folio->mapping); in bch2_read_folio()
733 ret = bch2_read_single_folio(folio, mapping); in bch2_write_begin()
854 ret = bch2_read_single_folio(f, mapping); in __bch2_buffered_write()
866 ret = bch2_read_single_folio(f, mapping); in __bch2_buffered_write()
896 ret = bch2_read_single_folio(f, mapping); in __bch2_buffered_write()
H A Dfs-io.c329 ret = bch2_read_single_folio(folio, mapping); in __bch2_truncate_folio()