Searched refs:erofs_off_t (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/fs/erofs/ |
| H A D | internal.h | 39 typedef u64 erofs_off_t; typedef 209 #define erofs_pos(sb, blk) ((erofs_off_t)(blk) << (sb)->s_blocksize_bits) 270 erofs_off_t z_fragmentoff; 281 static inline erofs_off_t erofs_iloc(struct inode *inode) in erofs_iloc() 324 erofs_off_t m_pa, m_la; 353 erofs_off_t m_pa; 379 erofs_off_t *offset, int *lengthp); 382 void *erofs_bread(struct erofs_buf *buf, erofs_off_t offset, bool need_kmap); 385 erofs_off_t offset, bool need_kmap);
|
| H A D | zmap.c | 19 erofs_off_t nextpackoff; 28 const erofs_off_t pos = Z_EROFS_FULL_INDEX_START(erofs_iloc(inode) + in z_erofs_load_full_lcluster() 105 const erofs_off_t ebase = Z_EROFS_MAP_HEADER_END(erofs_iloc(inode) + in z_erofs_load_compact_lcluster() 112 erofs_off_t pos; in z_erofs_load_compact_lcluster() 544 erofs_off_t pos = round_up(Z_EROFS_MAP_HEADER_END(erofs_iloc(inode) + in z_erofs_map_blocks_ext() 546 erofs_off_t lend = inode->i_size; in z_erofs_map_blocks_ext() 547 erofs_off_t l, r, mid, pa, la, lstart; in z_erofs_map_blocks_ext() 652 erofs_off_t pos; in z_erofs_fill_inode_lazy()
|
| H A D | data.c | 28 void *erofs_bread(struct erofs_buf *buf, erofs_off_t offset, bool need_kmap) in erofs_bread() 67 erofs_off_t offset, bool need_kmap) in erofs_read_metabuf() 82 erofs_off_t pos; in erofs_map_blocks() 126 map->m_llen = min_t(erofs_off_t, 1UL << vi->chunkbits, in erofs_map_blocks() 176 erofs_off_t startoff; in erofs_map_dev()
|
| H A D | xattr.c | 14 erofs_off_t pos; 319 erofs_off_t next_pos; in erofs_xattr_iter_inline() 474 erofs_off_t pos = (erofs_off_t)sbi->xattr_prefix_start << 2; in erofs_xattr_prefixes_init()
|
| 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 pos; 480 erofs_off_t headoffset; 950 unsigned int cur, unsigned int end, erofs_off_t pos) in z_erofs_read_fragment() 1007 erofs_off_t fpos = offset + cur - map->m_la; in z_erofs_scan_folio() 1628 erofs_off_t last_pa; in z_erofs_submit_queue() 1646 erofs_off_t cur, end; in z_erofs_submit_queue() 1784 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 | decompressor.c | 459 erofs_off_t offset; in z_erofs_parse_cfgs()
|
| /linux-6.15/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 )
|