Home
last modified time | relevance | path

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

/external/erofs-utils/lib/
Dinode.c53 static struct erofs_inode *erofs_igrab(struct erofs_inode *inode) in erofs_igrab()
60 struct erofs_inode *erofs_iget(dev_t dev, ino_t ino) in erofs_iget()
64 struct erofs_inode *inode; in erofs_iget()
72 struct erofs_inode *erofs_iget_by_nid(erofs_nid_t nid) in erofs_iget_by_nid()
76 struct erofs_inode *inode; in erofs_iget_by_nid()
84 unsigned int erofs_iput(struct erofs_inode *inode) in erofs_iput()
114 struct erofs_dentry *erofs_d_alloc(struct erofs_inode *parent, in erofs_d_alloc()
130 static int __allocate_inode_bh_data(struct erofs_inode *inode, in __allocate_inode_bh_data()
159 int erofs_prepare_dir_file(struct erofs_inode *dir) in erofs_prepare_dir_file()
244 int erofs_write_dir_file(struct erofs_inode *dir) in erofs_write_dir_file()
[all …]
Ddata.c14 static int erofs_map_blocks_flatmode(struct erofs_inode *inode, in erofs_map_blocks_flatmode()
21 struct erofs_inode *vi = inode; in erofs_map_blocks_flatmode()
73 static int erofs_read_raw_data(struct erofs_inode *inode, char *buffer, in erofs_read_raw_data()
120 static int z_erofs_read_data(struct erofs_inode *inode, char *buffer, in z_erofs_read_data()
189 int erofs_pread(struct erofs_inode *inode, char *buf, in erofs_pread()
Dzmap.c15 int z_erofs_fill_inode(struct erofs_inode *vi) in z_erofs_fill_inode()
30 static int z_erofs_fill_inode_lazy(struct erofs_inode *vi) in z_erofs_fill_inode_lazy()
75 struct erofs_inode *inode;
109 struct erofs_inode *const vi = m->inode; in legacy_load_cluster_from_disk()
163 struct erofs_inode *const vi = m->inode; in unpack_compacted_index()
226 struct erofs_inode *const vi = m->inode; in compacted_load_cluster_from_disk()
294 struct erofs_inode *const vi = m->inode; in z_erofs_extent_lookback()
336 int z_erofs_map_blocks_iter(struct erofs_inode *vi, in z_erofs_map_blocks_iter()
Dnamei.c26 static int erofs_read_inode_from_disk(struct erofs_inode *vi) in erofs_read_inode_from_disk()
184 struct erofs_inode vi = { .nid = nid }; in erofs_namei()
252 int erofs_ilookup(const char *path, struct erofs_inode *vi) in erofs_ilookup()
Dcompress.c147 static int vle_compress_one(struct erofs_inode *inode, in vle_compress_one()
307 int z_erofs_convert_to_compacted_format(struct erofs_inode *inode, in z_erofs_convert_to_compacted_format()
391 int erofs_write_compressed_file(struct erofs_inode *inode) in erofs_write_compressed_file()
Dxattr.c363 static int erofs_droid_xattr_set_caps(struct erofs_inode *inode) in erofs_droid_xattr_set_caps()
398 static int erofs_droid_xattr_set_caps(struct erofs_inode *inode) in erofs_droid_xattr_set_caps()
404 int erofs_prepare_xattr_ibody(struct erofs_inode *inode) in erofs_prepare_xattr_ibody()
/external/erofs-utils/include/erofs/
Dinode.h16 unsigned int erofs_iput(struct erofs_inode *inode);
17 erofs_nid_t erofs_lookupnid(struct erofs_inode *inode);
18 struct erofs_inode *erofs_mkfs_build_tree_from_path(struct erofs_inode *parent,
Dinternal.h112 struct erofs_inode { struct
122 struct erofs_inode *i_parent; argument
170 static inline bool is_inode_layout_compression(struct erofs_inode *inode) in is_inode_layout_compression() argument
201 struct erofs_inode *inode;
255 int erofs_ilookup(const char *path, struct erofs_inode *vi);
258 int erofs_pread(struct erofs_inode *inode, char *buf,
261 int z_erofs_fill_inode(struct erofs_inode *vi);
262 int z_erofs_map_blocks_iter(struct erofs_inode *vi,
Dcompress.h19 int erofs_write_compressed_file(struct erofs_inode *inode);
Dxattr.h45 int erofs_prepare_xattr_ibody(struct erofs_inode *inode);
/external/erofs-utils/fuse/
Ddir.c13 static int erofs_fill_dentries(struct erofs_inode *dir, in erofs_fill_dentries()
56 struct erofs_inode dir; in erofsfuse_readdir()
Dmain.c39 struct erofs_inode vi = {}; in erofsfuse_getattr()
66 struct erofs_inode vi; in erofsfuse_read()
/external/erofs-utils/mkfs/
Dmain.c427 struct erofs_inode *root_inode; in main()