Searched refs:erofs_off_t (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.1/fs/erofs/ |
| D | internal.h | 46 typedef u64 erofs_off_t; typedef 273 #define blknr_to_addr(nr) ((erofs_off_t)(nr) * EROFS_BLKSIZ) 275 static inline erofs_off_t iloc(struct erofs_sb_info *sbi, erofs_nid_t nid) in iloc() 332 erofs_off_t z_idataoff; 335 erofs_off_t z_fragmentoff; 415 erofs_off_t m_pa, m_la; 465 erofs_off_t m_pa;
|
| D | zmap.c | 37 erofs_off_t pos; in z_erofs_fill_inode_lazy() 163 erofs_off_t nextpackoff; 172 const erofs_off_t ibase = iloc(EROFS_I_SB(inode), vi->nid); in legacy_load_cluster_from_disk() 173 const erofs_off_t pos = in legacy_load_cluster_from_disk() 262 erofs_off_t pos, bool lookahead) in unpack_compacted_index() 375 const erofs_off_t ebase = ALIGN(iloc(EROFS_I_SB(inode), vi->nid) + in compacted_load_cluster_from_disk() 381 erofs_off_t pos; in compacted_load_cluster_from_disk()
|
| D | data.c | 36 erofs_off_t offset = blknr_to_addr(blkaddr); in erofs_bread() 133 erofs_off_t pos; in erofs_map_blocks() 166 map->m_plen = min_t(erofs_off_t, 1UL << vi->chunkbits, in erofs_map_blocks() 230 erofs_off_t startoff, length; in erofs_map_dev()
|
| D | zdata.c | 285 erofs_off_t headoffset; 642 erofs_off_t la) in should_alloc_managed_pages() 654 static int z_erofs_read_fragment(struct inode *inode, erofs_off_t pos, in z_erofs_read_fragment() 1554 erofs_off_t end, in z_erofs_pcluster_readmore() 1560 erofs_off_t cur; in z_erofs_pcluster_readmore() 1621 f.headoffset = (erofs_off_t)page->index << PAGE_SHIFT; in z_erofs_read_folio()
|
| D | super.c | 130 erofs_off_t *offset, int *lengthp) in erofs_read_metadata() 169 erofs_off_t offset; in erofs_load_compr_cfgs() 224 struct erofs_device_info *dif, erofs_off_t *pos) in erofs_init_device() 274 erofs_off_t pos; in erofs_scan_devices()
|
| D | inode.c | 17 const erofs_off_t inode_loc = iloc(sbi, vi->nid); in erofs_read_inode()
|
| /Linux-v6.1/include/trace/events/ |
| D | erofs.h | 150 __field( erofs_off_t, la ) 193 __field( erofs_off_t, la ) 194 __field( erofs_off_t, pa )
|