Home
last modified time | relevance | path

Searched refs:erofs_inode (Results 1 – 5 of 5) sorted by relevance

/linux/fs/erofs/
H A Dishare.c32 struct erofs_inode *vi = EROFS_I(inode); in erofs_ishare_iget5_set()
43 struct erofs_inode *vi = EROFS_I(inode); in erofs_ishare_fill_inode()
91 struct erofs_inode *vi = EROFS_I(inode); in erofs_ishare_free_inode()
185 struct erofs_inode *vi, *vi_share; in erofs_real_inode()
H A Dzmap.c26 struct erofs_inode *const vi = EROFS_I(inode); in z_erofs_load_full_lcluster()
99 struct erofs_inode *const vi = EROFS_I(inode); in z_erofs_load_compact_lcluster()
238 struct erofs_inode *vi = EROFS_I(m->inode); in z_erofs_load_lcluster_from_disk()
267 struct erofs_inode *const vi = EROFS_I(m->inode); in z_erofs_extent_lookback()
299 struct erofs_inode *vi = EROFS_I(inode); in z_erofs_get_extent_compressedlen()
352 struct erofs_inode *vi = EROFS_I(inode); in z_erofs_get_extent_decompressedlen()
389 struct erofs_inode *vi = EROFS_I(inode); in z_erofs_map_blocks_fo()
504 struct erofs_inode *vi = EROFS_I(inode); in z_erofs_map_blocks_ext()
612 struct erofs_inode *const vi = EROFS_I(inode); in z_erofs_fill_inode()
747 struct erofs_inode *const vi = EROFS_I(inode); in z_erofs_map_blocks_iter()
H A Dsuper.c62 struct erofs_inode *vi = ptr; in erofs_inode_init_once()
69 struct erofs_inode *vi = in erofs_alloc_inode()
76 memset(vi, 0, offsetof(struct erofs_inode, vfs_inode)); in erofs_alloc_inode()
82 struct erofs_inode *vi = EROFS_I(inode); in erofs_free_inode()
968 struct erofs_inode *vi = EROFS_I(inode); in erofs_free_anon_inode()
1007 sizeof(struct erofs_inode), 0, in erofs_module_init()
H A Dinode.c13 struct erofs_inode *vi = EROFS_I(inode); in erofs_fill_symlink()
45 struct erofs_inode *vi = EROFS_I(inode); in erofs_read_inode()
H A Dinternal.h275 struct erofs_inode { struct
326 #define EROFS_I(ptr) container_of(ptr, struct erofs_inode, vfs_inode) argument