Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dzmap.c27 struct erofs_inode *const vi = EROFS_I(inode); in z_erofs_load_full_lcluster()
100 struct erofs_inode *const vi = EROFS_I(inode); in z_erofs_load_compact_lcluster()
239 struct erofs_inode *vi = EROFS_I(m->inode); in z_erofs_load_lcluster_from_disk()
268 struct erofs_inode *const vi = EROFS_I(m->inode); in z_erofs_extent_lookback()
300 struct erofs_inode *vi = EROFS_I(inode); in z_erofs_get_extent_compressedlen()
353 struct erofs_inode *vi = EROFS_I(inode); in z_erofs_get_extent_decompressedlen()
390 struct erofs_inode *vi = EROFS_I(inode); in z_erofs_map_blocks_fo()
510 struct erofs_inode *vi = EROFS_I(inode); in z_erofs_map_blocks_ext()
618 struct erofs_inode *const vi = EROFS_I(inode); in z_erofs_fill_inode()
742 struct erofs_inode *const vi = EROFS_I(inode); in z_erofs_map_blocks_iter()
H A Dinode.c14 struct erofs_inode *vi = EROFS_I(inode); in erofs_fill_symlink()
37 struct erofs_inode *vi = EROFS_I(inode); in erofs_read_inode()
206 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()
319 struct erofs_inode *const vi = EROFS_I(inode); in erofs_xattr_iter_inline()
366 struct erofs_inode *const vi = EROFS_I(inode); in erofs_xattr_iter_shared()
400 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()
953 sizeof(struct erofs_inode), 0, in erofs_module_init()
H A Dinternal.h268 struct erofs_inode { struct
307 #define EROFS_I(ptr) container_of(ptr, struct erofs_inode, vfs_inode) argument
H A Ddata.c91 struct erofs_inode *vi = EROFS_I(inode); in erofs_map_blocks()