Searched refs:erofs_off_t (Results 1 – 9 of 9) sorted by relevance
/linux/fs/erofs/ |
H A D | internal.h | 39 typedef u64 erofs_off_t; typedef 217 #define erofs_pos(sb, blk) ((erofs_off_t)(blk) << (sb)->s_blocksize_bits) 275 erofs_off_t z_idataoff; 278 erofs_off_t z_fragmentoff; 289 static inline erofs_off_t erofs_iloc(struct inode *inode) in erofs_iloc() 332 erofs_off_t m_pa, m_la; 361 erofs_off_t m_pa; 387 erofs_off_t *offset, int *lengthp); 390 void *erofs_bread(struct erofs_buf *buf, erofs_off_t offset, 394 erofs_off_t offset, enum erofs_kmap_type type);
|
H A D | data.c | 28 void *erofs_bread(struct erofs_buf *buf, erofs_off_t offset, in erofs_bread() 68 erofs_off_t offset, enum erofs_kmap_type type) in erofs_read_metabuf() 111 erofs_off_t pos; in erofs_map_blocks() 144 map->m_plen = min_t(erofs_off_t, 1UL << vi->chunkbits, in erofs_map_blocks() 195 erofs_off_t startoff, length; in erofs_map_dev()
|
H A D | zmap.c | 19 erofs_off_t nextpackoff; 28 const erofs_off_t pos = Z_EROFS_FULL_INDEX_ALIGN(erofs_iloc(inode) + in z_erofs_load_full_lcluster() 105 const erofs_off_t ebase = sizeof(struct z_erofs_map_header) + in z_erofs_load_compact_lcluster() 112 erofs_off_t pos; in z_erofs_load_compact_lcluster() 543 erofs_off_t pos; in z_erofs_fill_inode_lazy()
|
H A D | dir.c | 57 erofs_off_t dbstart = ctx->pos - ofs; in erofs_readdir()
|
H A D | zdata.c | 48 erofs_off_t index; 486 erofs_off_t headoffset; 957 unsigned int cur, unsigned int end, erofs_off_t pos) in z_erofs_read_fragment() 1014 erofs_off_t fpos = offset + cur - map->m_la; in z_erofs_scan_folio() 1633 erofs_off_t last_pa; in z_erofs_submit_queue() 1651 erofs_off_t cur, end; in z_erofs_submit_queue() 1788 erofs_off_t cur, end, headoffset = f->headoffset; in z_erofs_pcluster_readmore()
|
H A D | super.c | 91 erofs_off_t *offset, int *lengthp) in erofs_read_metadata() 137 struct erofs_device_info *dif, erofs_off_t *pos) in erofs_init_device() 193 erofs_off_t pos; in erofs_scan_devices()
|
H A D | inode.c | 32 const erofs_off_t inode_loc = erofs_iloc(inode); in erofs_read_inode()
|
H A D | decompressor.c | 482 erofs_off_t offset;
|
/linux/include/trace/events/ |
H A D | erofs.h | 156 __field( erofs_off_t, la ) 186 __field( erofs_off_t, la ) 187 __field( erofs_off_t, pa )
|