Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dfs-io-pagecache.h52 struct bch_folio_sector { struct
68 struct bch_folio_sector s[]; argument
H A Dfs-io-buffered.c350 struct bch_folio_sector *tmp;
526 w->tmp = kcalloc(f_sectors, sizeof(struct bch_folio_sector), GFP_NOFS|__GFP_NOFAIL); in __bch2_writepage()
538 memcpy(w->tmp, s->s, sizeof(struct bch_folio_sector) * f_sectors); in __bch2_writepage()
H A Dfs-io-pagecache.c131 sizeof(struct bch_folio_sector) * in __bch2_folio_create()
352 static inline unsigned sectors_to_reserve(struct bch_folio_sector *s, in sectors_to_reserve()