Symbol: erofs_off_t
fs/erofs/data.c
140
map->m_llen = min_t(erofs_off_t, 1UL << vi->chunkbits,
fs/erofs/data.c
190
erofs_off_t startoff;
fs/erofs/data.c
29
void *erofs_bread(struct erofs_buf *buf, erofs_off_t offset, bool need_kmap)
fs/erofs/data.c
77
erofs_off_t offset, bool in_metabox)
fs/erofs/data.c
96
erofs_off_t pos;
fs/erofs/decompressor.c
452
erofs_off_t offset;
fs/erofs/dir.c
63
erofs_off_t dbstart = ctx->pos - ofs;
fs/erofs/internal.h
161
erofs_off_t dir_ra_bytes;
fs/erofs/internal.h
215
#define erofs_pos(sb, blk) ((erofs_off_t)(blk) << (sb)->s_blocksize_bits)
fs/erofs/internal.h
305
erofs_off_t z_fragmentoff;
fs/erofs/internal.h
333
static inline erofs_off_t erofs_iloc(struct inode *inode)
fs/erofs/internal.h
381
erofs_off_t m_pa, m_la;
fs/erofs/internal.h
410
erofs_off_t m_pa;
fs/erofs/internal.h
437
erofs_off_t *offset, int *lengthp);
fs/erofs/internal.h
440
void *erofs_bread(struct erofs_buf *buf, erofs_off_t offset, bool need_kmap);
fs/erofs/internal.h
444
erofs_off_t offset, bool in_metabox);
fs/erofs/super.c
126
struct erofs_device_info *dif, erofs_off_t *pos)
fs/erofs/super.c
190
erofs_off_t pos;
fs/erofs/super.c
92
erofs_off_t *offset, int *lengthp)
fs/erofs/xattr.c
14
erofs_off_t pos;
fs/erofs/xattr.c
256
erofs_off_t next_pos;
fs/erofs/xattr.c
37
erofs_off_t pos;
fs/erofs/xattr.c
492
erofs_off_t pos = (erofs_off_t)sbi->xattr_prefix_start << 2;
fs/erofs/zdata.c
1041
erofs_off_t fpos = offset + cur - map->m_la;
fs/erofs/zdata.c
1672
erofs_off_t last_pa;
fs/erofs/zdata.c
1690
erofs_off_t cur, end;
fs/erofs/zdata.c
1834
erofs_off_t cur, end, headoffset = f->headoffset;
fs/erofs/zdata.c
49
erofs_off_t pos;
fs/erofs/zdata.c
506
erofs_off_t headoffset;
fs/erofs/zdata.c
984
unsigned int cur, unsigned int end, erofs_off_t pos)
fs/erofs/zmap.c
101
const erofs_off_t ebase = Z_EROFS_MAP_HEADER_END(erofs_iloc(inode) +
fs/erofs/zmap.c
108
erofs_off_t pos;
fs/erofs/zmap.c
19
erofs_off_t nextpackoff;
fs/erofs/zmap.c
28
const erofs_off_t pos = Z_EROFS_FULL_INDEX_START(erofs_iloc(inode) +
fs/erofs/zmap.c
514
erofs_off_t pos = round_up(Z_EROFS_MAP_HEADER_END(erofs_iloc(inode) +
fs/erofs/zmap.c
518
erofs_off_t lend = inode->i_size;
fs/erofs/zmap.c
519
erofs_off_t l, r, mid, pa, la, lstart;
fs/erofs/zmap.c
622
erofs_off_t pos;
include/trace/events/erofs.h
156
__field( erofs_off_t, la )
include/trace/events/erofs.h
186
__field( erofs_off_t, la )
include/trace/events/erofs.h
187
__field( erofs_off_t, pa )