Lines Matching refs:erofs_buffer_head
15 struct erofs_buffer_head;
26 bool (*preflush)(struct erofs_buffer_head *bh);
27 bool (*flush)(struct erofs_buffer_head *bh);
30 struct erofs_buffer_head { struct
46 struct erofs_buffer_head buffers; argument
71 static inline erofs_off_t erofs_btell(struct erofs_buffer_head *bh, bool end) in erofs_btell()
82 static inline bool erofs_bh_flush_generic_end(struct erofs_buffer_head *bh) in erofs_bh_flush_generic_end()
89 struct erofs_buffer_head *erofs_buffer_init(void);
90 int erofs_bh_balloon(struct erofs_buffer_head *bh, erofs_off_t incr);
92 struct erofs_buffer_head *erofs_balloc(int type, erofs_off_t size,
95 struct erofs_buffer_head *erofs_battach(struct erofs_buffer_head *bh,
101 void erofs_bdrop(struct erofs_buffer_head *bh, bool tryrevoke);