Home
last modified time | relevance | path

Searched refs:erofs_off_t (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/fs/erofs/
H A Dinternal.h43 typedef u64 erofs_off_t; typedef
235 #define erofs_pos(sb, blk) ((erofs_off_t)(blk) << (sb)->s_blocksize_bits)
293 erofs_off_t z_idataoff;
296 erofs_off_t z_fragmentoff;
307 static inline erofs_off_t erofs_iloc(struct inode *inode) in erofs_iloc()
354 erofs_off_t m_pa, m_la;
384 erofs_off_t m_pa;
409 erofs_off_t *offset, int *lengthp);
H A Ddata.c38 erofs_off_t offset = (erofs_off_t)blkaddr << inode->i_blkbits; in erofs_bread()
132 erofs_off_t pos; in erofs_map_blocks()
165 map->m_plen = min_t(erofs_off_t, 1UL << vi->chunkbits, in erofs_map_blocks()
233 erofs_off_t startoff, length; in erofs_map_dev()
H A Dzmap.c21 erofs_off_t nextpackoff;
30 const erofs_off_t pos = Z_EROFS_FULL_INDEX_ALIGN(erofs_iloc(inode) + in z_erofs_load_full_lcluster()
119 erofs_off_t pos, bool lookahead) in unpack_compacted_index()
230 const erofs_off_t ebase = sizeof(struct z_erofs_map_header) + in z_erofs_load_compact_lcluster()
235 erofs_off_t pos; in z_erofs_load_compact_lcluster()
581 erofs_off_t pos; in z_erofs_fill_inode_lazy()
H A Dxattr.c14 erofs_off_t pos;
325 erofs_off_t next_pos; in erofs_xattr_iter_inline()
483 erofs_off_t pos = (erofs_off_t)sbi->xattr_prefix_start << 2; in erofs_xattr_prefixes_init()
H A Dsuper.c126 erofs_off_t *offset, int *lengthp) in erofs_read_metadata()
172 struct erofs_device_info *dif, erofs_off_t *pos) in erofs_init_device()
222 erofs_off_t pos; in erofs_scan_devices()
H A Dzdata.c531 erofs_off_t headoffset;
945 unsigned int cur, unsigned int end, erofs_off_t pos) in z_erofs_read_fragment()
1006 erofs_off_t fpos = offset + cur - map->m_la; in z_erofs_do_read_page()
1778 erofs_off_t cur, end, headoffset = f->headoffset; in z_erofs_pcluster_readmore()
1834 f.headoffset = (erofs_off_t)folio->index << PAGE_SHIFT; in z_erofs_read_folio()
H A Ddecompressor.c399 erofs_off_t offset; in z_erofs_parse_cfgs()
H A Dinode.c17 const erofs_off_t inode_loc = erofs_iloc(inode); in erofs_read_inode()
/kernel/linux/linux-5.10/fs/erofs/
H A Ddata.c130 erofs_off_t *last_block, in erofs_read_raw_page()
136 erofs_off_t current_block = (erofs_off_t)page->index; in erofs_read_raw_page()
268 erofs_off_t last_block; in erofs_raw_access_readpage()
285 erofs_off_t last_block; in erofs_raw_access_readahead()
H A Dinternal.h45 typedef u64 erofs_off_t; typedef
212 #define blknr_to_addr(nr) ((erofs_off_t)(nr) * EROFS_BLKSIZ)
214 static inline erofs_off_t iloc(struct erofs_sb_info *sbi, erofs_nid_t nid) in iloc()
329 erofs_off_t m_pa, m_la;
H A Dzmap.c34 erofs_off_t pos; in z_erofs_fill_inode_lazy()
154 const erofs_off_t ibase = iloc(EROFS_I_SB(inode), vi->nid); in legacy_load_cluster_from_disk()
155 const erofs_off_t pos = in legacy_load_cluster_from_disk()
276 const erofs_off_t ebase = ALIGN(iloc(EROFS_I_SB(inode), vi->nid) + in compacted_load_cluster_from_disk()
282 erofs_off_t pos; in compacted_load_cluster_from_disk()
H A Dzdata.c141 erofs_off_t headoffset;
550 erofs_off_t la) in should_alloc_managed_pages()
632 cur = end - min_t(erofs_off_t, offset + end - map->m_la, end); in z_erofs_do_read_page()
1286 f.headoffset = (erofs_off_t)page->index << PAGE_SHIFT; in z_erofs_readpage()
H A Dinode.c22 const erofs_off_t inode_loc = iloc(sbi, vi->nid); in erofs_read_inode()
/kernel/linux/linux-5.10/include/trace/events/
H A Derofs.h153 __field( erofs_off_t, la )
196 __field( erofs_off_t, la )
197 __field( erofs_off_t, pa )
/kernel/linux/linux-6.6/include/trace/events/
H A Derofs.h155 __field( erofs_off_t, la )
198 __field( erofs_off_t, la )
199 __field( erofs_off_t, pa )

Completed in 13 milliseconds