Home
last modified time | relevance | path

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

/linux-6.15/fs/erofs/
H A Dzmap.c27 struct erofs_inode *const vi = EROFS_I(inode); in z_erofs_load_full_lcluster()
104 struct erofs_inode *const vi = EROFS_I(inode); in z_erofs_load_compact_lcluster()
257 struct erofs_inode *const vi = EROFS_I(m->inode); in z_erofs_extent_lookback()
295 struct erofs_inode *vi = EROFS_I(inode); in z_erofs_get_extent_compressedlen()
355 struct erofs_inode *vi = EROFS_I(inode); in z_erofs_get_extent_decompressedlen()
397 struct erofs_inode *vi = EROFS_I(inode); in z_erofs_map_blocks_fo()
540 struct erofs_inode *vi = EROFS_I(inode); in z_erofs_map_blocks_ext()
649 struct erofs_inode *const vi = EROFS_I(inode); in z_erofs_fill_inode_lazy()
757 struct erofs_inode *const vi = EROFS_I(inode); in z_erofs_map_blocks_iter()
H A Dinode.c13 struct erofs_inode *vi = EROFS_I(inode); in erofs_fill_symlink()
35 struct erofs_inode *vi = EROFS_I(inode); in erofs_read_inode()
204 struct erofs_inode *vi = EROFS_I(inode); in erofs_fill_inode()
H A Dxattr.c30 struct erofs_inode *const vi = EROFS_I(inode); in erofs_init_inode_xattrs()
317 struct erofs_inode *const vi = EROFS_I(inode); in erofs_xattr_iter_inline()
361 struct erofs_inode *const vi = EROFS_I(inode); in erofs_xattr_iter_shared()
390 struct erofs_inode *vi = EROFS_I(inode); in erofs_getxattr()
H A Dsuper.c61 struct erofs_inode *vi = ptr; in erofs_inode_init_once()
68 struct erofs_inode *vi = in erofs_alloc_inode()
75 memset(vi, 0, offsetof(struct erofs_inode, vfs_inode)); in erofs_alloc_inode()
81 struct erofs_inode *vi = EROFS_I(inode); in erofs_free_inode()
856 sizeof(struct erofs_inode), 0, in erofs_module_init()
H A Dinternal.h240 struct erofs_inode { struct
279 #define EROFS_I(ptr) container_of(ptr, struct erofs_inode, vfs_inode) argument
H A Ddata.c78 struct erofs_inode *vi = EROFS_I(inode); in erofs_map_blocks()