Searched refs:erofs_off_t (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/erofs/
H A Dinternal.h45 typedef u64 erofs_off_t; typedef
225 #define erofs_pos(sb, blk) ((erofs_off_t)(blk) << (sb)->s_blocksize_bits)
283 erofs_off_t z_idataoff;
286 erofs_off_t z_fragmentoff;
297 static inline erofs_off_t erofs_iloc(struct inode *inode)
344 erofs_off_t m_pa, m_la;
374 erofs_off_t m_pa;
399 erofs_off_t *offset, int *lengthp);
402 void *erofs_bread(struct erofs_buf *buf, erofs_off_t offset,
406 erofs_off_t offse
[all...]
H A Ddata.c32 void *erofs_bread(struct erofs_buf *buf, erofs_off_t offset,
75 erofs_off_t offset, enum erofs_kmap_type type)
128 erofs_off_t pos;
161 map->m_plen = min_t(erofs_off_t, 1UL << vi->chunkbits,
229 erofs_off_t startoff, length;
H A Dxattr.c14 erofs_off_t pos;
319 erofs_off_t next_pos;
474 erofs_off_t pos = (erofs_off_t)sbi->xattr_prefix_start << 2;
H A Dzmap.c21 erofs_off_t nextpackoff;
30 const erofs_off_t pos = Z_EROFS_FULL_INDEX_ALIGN(erofs_iloc(inode) +
108 erofs_off_t pos, bool lookahead)
219 const erofs_off_t ebase = sizeof(struct z_erofs_map_header) +
224 erofs_off_t pos;
571 erofs_off_t pos;
H A Dzdata.c529 erofs_off_t headoffset;
929 unsigned int cur, unsigned int end, erofs_off_t pos)
990 erofs_off_t fpos = offset + cur - map->m_la;
1599 erofs_off_t last_pa;
1618 erofs_off_t cur, end;
1747 erofs_off_t cur, end, headoffset = f->headoffset;
1803 f.headoffset = (erofs_off_t)folio->index << PAGE_SHIFT;
H A Dsuper.c129 erofs_off_t *offset, int *lengthp)
175 struct erofs_device_info *dif, erofs_off_t *pos)
223 erofs_off_t pos;
H A Ddecompressor.c416 erofs_off_t offset;
H A Dinode.c17 const erofs_off_t inode_loc = erofs_iloc(inode);
/linux-master/include/trace/events/
H A Derofs.h155 __field( erofs_off_t, la )
198 __field( erofs_off_t, la )
199 __field( erofs_off_t, pa )

Completed in 146 milliseconds