Searched refs:erofs_off_t (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/erofs/ |
| H A D | internal.h | 41 typedef u64 erofs_off_t; typedef 138 erofs_off_t dir_ra_bytes; 182 #define erofs_pos(sb, blk) ((erofs_off_t)(blk) << (sb)->s_blocksize_bits) 272 erofs_off_t z_fragmentoff; 300 static inline erofs_off_t erofs_iloc(struct inode *inode) in erofs_iloc() 347 erofs_off_t m_pa, m_la; 376 erofs_off_t m_pa; 403 erofs_off_t *offset, int *lengthp); 406 void *erofs_bread(struct erofs_buf *buf, erofs_off_t offset, bool need_kmap); 410 erofs_off_t offset, bool in_metabox);
|
| 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() 98 erofs_off_t pos = ALIGN(erofs_iloc(inode) + vi->inode_isize + in erofs_map_chunks() 101 erofs_off_t endpos = round_up(pos + 1, sb->s_blocksize); in erofs_map_chunks() 142 map->m_llen = min_t(erofs_off_t, map->m_llen, in erofs_map_chunks() 153 erofs_off_t pos; in erofs_map_blocks() 201 erofs_off_t startoff; in erofs_map_dev()
|
| 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() 106 const erofs_off_t ebase = Z_EROFS_MAP_HEADER_END(erofs_iloc(inode) + in z_erofs_load_compact_lcluster() 113 erofs_off_t pos; in z_erofs_load_compact_lcluster() 519 erofs_off_t pos = round_up(Z_EROFS_MAP_HEADER_END(erofs_iloc(inode) + in z_erofs_map_blocks_ext() 523 erofs_off_t lend = inode->i_size; in z_erofs_map_blocks_ext() 524 erofs_off_t l, r, mid, pa, la, lstart; in z_erofs_map_blocks_ext() 631 erofs_off_t pos; in z_erofs_fill_inode()
|
| H A D | xattr.c | 14 erofs_off_t pos; 37 erofs_off_t pos; in erofs_init_inode_xattrs() 262 erofs_off_t next_pos; in erofs_xattr_iter_inline() 498 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; 516 erofs_off_t headoffset; 986 unsigned int cur, unsigned int end, erofs_off_t pos) in z_erofs_read_fragment() 1040 erofs_off_t fpos = offset + cur - map->m_la; in z_erofs_scan_folio() 1651 erofs_off_t last_pa; in z_erofs_submit_queue() 1669 erofs_off_t cur, end; in z_erofs_submit_queue() 1807 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() 188 erofs_off_t pos; in erofs_scan_devices()
|
| H A D | decompressor.c | 422 erofs_off_t offset; in z_erofs_parse_cfgs()
|