Home
last modified time | relevance | path

Searched refs:erofs_off_t (Results 1 – 10 of 10) sorted by relevance

/external/erofs-utils/lib/
Ddata.c74 erofs_off_t size, erofs_off_t offset) in erofs_read_raw_data()
80 erofs_off_t ptr = offset; in erofs_read_raw_data()
83 erofs_off_t eend; in erofs_read_raw_data()
121 erofs_off_t size, erofs_off_t offset) in z_erofs_read_data()
124 erofs_off_t end, length, skip; in z_erofs_read_data()
190 erofs_off_t count, erofs_off_t offset) in erofs_pread()
Dcache.c42 erofs_off_t offset = erofs_btell(bh, false); in erofs_bh_flush_generic_write()
77 erofs_off_t incr, in __erofs_battach()
82 const erofs_off_t alignedoffset = roundup(bb->buffers.off, alignsize); 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()
Dnamei.c32 const erofs_off_t inode_loc = iloc(vi->nid); in erofs_read_inode_from_disk()
185 erofs_off_t offset; in erofs_namei()
193 erofs_off_t maxsize = min_t(erofs_off_t, in erofs_namei()
Dzmap.c33 erofs_off_t pos; in z_erofs_fill_inode_lazy()
110 const erofs_off_t ibase = iloc(vi->nid); in legacy_load_cluster_from_disk()
111 const erofs_off_t pos = in legacy_load_cluster_from_disk()
228 const erofs_off_t ebase = round_up(iloc(vi->nid) + vi->inode_isize + in compacted_load_cluster_from_disk()
234 erofs_off_t pos; in compacted_load_cluster_from_disk()
Dinode.c395 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()
633 erofs_off_t pos; in erofs_write_tail_end()
878 const erofs_off_t rootnid_maxoffset = 0xffff << EROFS_ISLOTBITS; in erofs_fixup_meta_blkaddr()
880 erofs_off_t off, meta_offset; in erofs_fixup_meta_blkaddr()
896 erofs_off_t off, meta_offset; in erofs_lookupnid()
Dcompress.c40 static unsigned int vle_compressmeta_capacity(erofs_off_t filesize) in vle_compressmeta_capacity()
395 erofs_off_t remaining; in erofs_write_compressed_file()
Dxattr.c548 erofs_off_t off; in erofs_build_shared_xattrs_from_path()
/external/erofs-utils/include/erofs/
Dinternal.h47 typedef u64 erofs_off_t; typedef
57 #define blknr_to_addr(nr) ((erofs_off_t)(nr) * EROFS_BLKSIZ)
87 static inline erofs_off_t iloc(erofs_nid_t nid) in iloc()
125 erofs_off_t i_size;
244 erofs_off_t m_pa, m_la;
259 erofs_off_t count, erofs_off_t offset);
Dcache.h34 erofs_off_t off;
71 static inline erofs_off_t erofs_btell(struct erofs_buffer_head *bh, bool end) in erofs_btell()
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,
/external/erofs-utils/fuse/
Ddir.c58 erofs_off_t pos; in erofsfuse_readdir()