Searched refs:erofs_btell (Results 1 – 4 of 4) sorted by relevance
/external/erofs-utils/include/erofs/ |
D | cache.h | 71 static inline erofs_off_t erofs_btell(struct erofs_buffer_head *bh, bool end) in erofs_btell() function
|
/external/erofs-utils/lib/ |
D | inode.c | 395 erofs_off_t off = erofs_btell(bh, false); in erofs_bh_flush_write_inode() 597 const erofs_off_t off = erofs_btell(bh, false); in erofs_bh_flush_write_inline() 636 pos = erofs_btell(bh, true) - EROFS_BLKSIZ; in erofs_write_tail_end() 883 off = erofs_btell(bh, false); in erofs_fixup_meta_blkaddr() 902 off = erofs_btell(bh, false); in erofs_lookupnid()
|
D | xattr.c | 529 int err = dev_write(buf, erofs_btell(bh, false), shared_xattrs_size); in erofs_bh_flush_write_shared_xattrs() 579 off = erofs_btell(bh, false); in erofs_build_shared_xattrs_from_path()
|
D | cache.c | 42 erofs_off_t offset = erofs_btell(bh, false); in erofs_bh_flush_generic_write()
|