Searched refs:erofs_off_t (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/erofs/ |
| H A D | internal.h | 39 typedef u64 erofs_off_t; typedef 161 erofs_off_t dir_ra_bytes; 215 #define erofs_pos(sb, blk) ((erofs_off_t)(blk) << (sb)->s_blocksize_bits) 305 erofs_off_t z_fragmentoff; 333 static inline erofs_off_t erofs_iloc(struct inode *inode) in erofs_iloc() 381 erofs_off_t m_pa, m_la; 410 erofs_off_t m_pa; 437 erofs_off_t *offset, int *lengthp); 440 void *erofs_bread(struct erofs_buf *buf, erofs_off_t offset, bool need_kmap); 444 erofs_off_t offset, bool in_metabox);
|
| 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() 101 const erofs_off_t ebase = Z_EROFS_MAP_HEADER_END(erofs_iloc(inode) + in z_erofs_load_compact_lcluster() 108 erofs_off_t pos; in z_erofs_load_compact_lcluster() 514 erofs_off_t pos = round_up(Z_EROFS_MAP_HEADER_END(erofs_iloc(inode) + in z_erofs_map_blocks_ext() 518 erofs_off_t lend = inode->i_size; in z_erofs_map_blocks_ext() 519 erofs_off_t l, r, mid, pa, la, lstart; in z_erofs_map_blocks_ext() 622 erofs_off_t pos; in z_erofs_fill_inode()
|
| H A D | data.c | 29 void *erofs_bread(struct erofs_buf *buf, erofs_off_t offset, bool need_kmap) in erofs_bread() 77 erofs_off_t offset, bool in_metabox) in erofs_read_metabuf() 96 erofs_off_t pos; in erofs_map_blocks() 140 map->m_llen = min_t(erofs_off_t, 1UL << vi->chunkbits, in erofs_map_blocks() 190 erofs_off_t startoff; in erofs_map_dev()
|
| H A D | xattr.c | 14 erofs_off_t pos; 37 erofs_off_t pos; in erofs_init_inode_xattrs() 256 erofs_off_t next_pos; in erofs_xattr_iter_inline() 492 erofs_off_t pos = (erofs_off_t)sbi->xattr_prefix_start << 2; in erofs_xattr_prefixes_init()
|
| H A D | zdata.c | 49 erofs_off_t pos; 506 erofs_off_t headoffset; 984 unsigned int cur, unsigned int end, erofs_off_t pos) in z_erofs_read_fragment() 1041 erofs_off_t fpos = offset + cur - map->m_la; in z_erofs_scan_folio() 1672 erofs_off_t last_pa; in z_erofs_submit_queue() 1690 erofs_off_t cur, end; in z_erofs_submit_queue() 1834 erofs_off_t cur, end, headoffset = f->headoffset; in z_erofs_pcluster_readmore()
|
| H A D | super.c | 92 erofs_off_t *offset, int *lengthp) in erofs_read_metadata() 126 struct erofs_device_info *dif, erofs_off_t *pos) in erofs_init_device() 190 erofs_off_t pos; in erofs_scan_devices()
|
| /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 )
|