Home
last modified time | relevance | path

Searched refs:erofs_off_t (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/fs/erofs/
H A Ddata.c117 erofs_off_t *last_block, in erofs_read_raw_page()
123 erofs_off_t current_block = (erofs_off_t)page->index; in erofs_read_raw_page()
255 erofs_off_t last_block; in erofs_raw_access_readpage()
272 erofs_off_t last_block; in erofs_raw_access_readahead()
H A Dinternal.h45 typedef u64 erofs_off_t; typedef
223 #define blknr_to_addr(nr) ((erofs_off_t)(nr) * EROFS_BLKSIZ)
225 static inline erofs_off_t iloc(struct erofs_sb_info *sbi, erofs_nid_t nid) in iloc()
350 erofs_off_t m_pa, m_la;
H A Dzmap.c33 erofs_off_t pos; in z_erofs_fill_inode_lazy()
158 const erofs_off_t ibase = iloc(EROFS_I_SB(inode), vi->nid); in legacy_load_cluster_from_disk()
159 const erofs_off_t pos = in legacy_load_cluster_from_disk()
322 const erofs_off_t ebase = ALIGN(iloc(EROFS_I_SB(inode), vi->nid) + in compacted_load_cluster_from_disk()
328 erofs_off_t pos; in compacted_load_cluster_from_disk()
H A Dsuper.c129 erofs_off_t *offset, int *lengthp) in erofs_read_metadata()
196 erofs_off_t offset; in erofs_load_compr_cfgs()
H A Dzdata.c223 erofs_off_t headoffset;
639 erofs_off_t la) in should_alloc_managed_pages()
1392 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()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Derofs.h153 __field( erofs_off_t, la )
196 __field( erofs_off_t, la )
197 __field( erofs_off_t, pa )