Searched refs:erofs_off_t (Results 1 – 5 of 5) 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() 380 erofs_off_t m_pa, m_la; 409 erofs_off_t m_pa; 436 erofs_off_t *offset, int *lengthp); 439 void *erofs_bread(struct erofs_buf *buf, erofs_off_t offset, bool need_kmap); 443 erofs_off_t offset, bool in_metabox);
|
| H A D | zmap.c | 19 erofs_off_t nextpackoff; 27 const erofs_off_t pos = Z_EROFS_FULL_INDEX_START(erofs_iloc(inode) + in z_erofs_load_full_lcluster() 100 const erofs_off_t ebase = Z_EROFS_MAP_HEADER_END(erofs_iloc(inode) + in z_erofs_load_compact_lcluster() 107 erofs_off_t pos; in z_erofs_load_compact_lcluster() 508 erofs_off_t pos = round_up(Z_EROFS_MAP_HEADER_END(erofs_iloc(inode) + in z_erofs_map_blocks_ext() 512 erofs_off_t lend = inode->i_size; in z_erofs_map_blocks_ext() 513 erofs_off_t l, r, mid, pa, la, lstart; in z_erofs_map_blocks_ext() 615 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; 506 erofs_off_t headoffset; 983 unsigned int cur, unsigned int end, erofs_off_t pos) in z_erofs_read_fragment() 1037 erofs_off_t fpos = offset + cur - map->m_la; in z_erofs_scan_folio() 1671 erofs_off_t last_pa; in z_erofs_submit_queue() 1689 erofs_off_t cur, end; in z_erofs_submit_queue() 1833 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() 194 erofs_off_t pos; in erofs_scan_devices()
|