Home
last modified time | relevance | path

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

/external/erofs-utils/include/erofs/
Dcache.h15 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,
[all …]
Dinternal.h61 struct erofs_buffer_head;
151 struct erofs_buffer_head *bh;
152 struct erofs_buffer_head *bh_inline, *bh_data;
/external/erofs-utils/lib/
Dcache.c21 static bool erofs_bh_flush_drop_directly(struct erofs_buffer_head *bh) in erofs_bh_flush_drop_directly()
30 static bool erofs_bh_flush_skip_write(struct erofs_buffer_head *bh) in erofs_bh_flush_skip_write()
39 int erofs_bh_flush_generic_write(struct erofs_buffer_head *bh, void *buf) in erofs_bh_flush_generic_write()
41 struct erofs_buffer_head *nbh = list_next_entry(bh, list); in erofs_bh_flush_generic_write()
48 static bool erofs_bh_flush_buf_write(struct erofs_buffer_head *bh) in erofs_bh_flush_buf_write()
63 struct erofs_buffer_head *erofs_buffer_init(void) in erofs_buffer_init()
65 struct erofs_buffer_head *bh = erofs_balloc(META, 0, 0, 0); in erofs_buffer_init()
76 struct erofs_buffer_head *bh, in __erofs_battach()
117 int erofs_bh_balloon(struct erofs_buffer_head *bh, erofs_off_t incr) in erofs_bh_balloon()
128 struct erofs_buffer_head *erofs_balloc(int type, erofs_off_t size, in erofs_balloc()
[all …]
Dinode.c133 struct erofs_buffer_head *bh; in __allocate_inode_bh_data()
391 static bool erofs_bh_flush_write_inode(struct erofs_buffer_head *bh) in erofs_bh_flush_write_inode()
511 struct erofs_buffer_head *bh; in erofs_prepare_tail_block()
541 struct erofs_buffer_head *bh, *ibh; in erofs_prepare_inode_buffer()
594 static bool erofs_bh_flush_write_inline(struct erofs_buffer_head *bh) in erofs_bh_flush_write_inline()
618 struct erofs_buffer_head *bh, *ibh; in erofs_write_tail_end()
879 struct erofs_buffer_head *const bh = rootdir->bh; in erofs_fixup_meta_blkaddr()
895 struct erofs_buffer_head *const bh = inode->bh; in erofs_lookupnid()
Dxattr.c526 static bool erofs_bh_flush_write_shared_xattrs(struct erofs_buffer_head *bh) in erofs_bh_flush_write_shared_xattrs()
544 struct erofs_buffer_head *bh; in erofs_build_shared_xattrs_from_path()
Dcompress.c393 struct erofs_buffer_head *bh; in erofs_write_compressed_file()
/external/erofs-utils/mkfs/
Dmain.c286 int erofs_mkfs_update_super_block(struct erofs_buffer_head *bh, in erofs_mkfs_update_super_block()
426 struct erofs_buffer_head *sb_bh; in main()