Home
last modified time | relevance | path

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

/fs/erofs/
A Dinternal.h141 struct erofs_inode { struct
153 struct erofs_inode *i_parent; argument
218 static inline bool is_inode_layout_compression(struct erofs_inode *inode) in is_inode_layout_compression() argument
249 struct erofs_inode *inode;
332 int erofs_read_inode_from_disk(struct erofs_inode *vi);
333 int erofs_ilookup(const char *path, struct erofs_inode *vi);
334 int erofs_read_inode_from_disk(struct erofs_inode *vi);
337 int erofs_pread(struct erofs_inode *inode, char *buf,
344 int z_erofs_read_one_data(struct erofs_inode *inode,
374 int z_erofs_fill_inode(struct erofs_inode *vi);
[all …]
A Ddata.c5 static int erofs_map_blocks_flatmode(struct erofs_inode *inode, in erofs_map_blocks_flatmode()
12 struct erofs_inode *vi = inode; in erofs_map_blocks_flatmode()
53 int erofs_map_blocks(struct erofs_inode *inode, in erofs_map_blocks()
56 struct erofs_inode *vi = inode; in erofs_map_blocks()
170 static int erofs_read_raw_data(struct erofs_inode *inode, char *buffer, in erofs_read_raw_data()
219 int z_erofs_read_one_data(struct erofs_inode *inode, in z_erofs_read_one_data()
227 struct erofs_inode packed_inode = { in z_erofs_read_one_data()
274 static int z_erofs_read_data(struct erofs_inode *inode, char *buffer, in z_erofs_read_data()
341 int erofs_pread(struct erofs_inode *inode, char *buf, in erofs_pread()
A Dfs.c57 struct erofs_inode inode;
63 static int erofs_readlink(struct erofs_inode *vi) in erofs_readlink()
178 struct erofs_inode vi; in erofs_readdir()
206 struct erofs_inode vi; in erofs_exists()
215 struct erofs_inode vi; in erofs_size()
228 struct erofs_inode vi; in erofs_read()
A Dzmap.c4 static int z_erofs_do_map_blocks(struct erofs_inode *vi,
8 int z_erofs_fill_inode(struct erofs_inode *vi) in z_erofs_fill_inode()
23 static int z_erofs_fill_inode_lazy(struct erofs_inode *vi) in z_erofs_fill_inode_lazy()
100 struct erofs_inode *inode;
136 struct erofs_inode *const vi = m->inode; in legacy_load_cluster_from_disk()
226 struct erofs_inode *const vi = m->inode; in unpack_compacted_index()
334 struct erofs_inode *const vi = m->inode; in compacted_load_cluster_from_disk()
403 struct erofs_inode *const vi = m->inode; in z_erofs_extent_lookback()
448 struct erofs_inode *const vi = m->inode; in z_erofs_get_extent_compressedlen()
515 struct erofs_inode *const vi = m->inode; in z_erofs_get_extent_decompressedlen()
[all …]
A Dnamei.c13 int erofs_read_inode_from_disk(struct erofs_inode *vi) in erofs_read_inode_from_disk()
186 struct erofs_inode vi = { .nid = nid }; in erofs_namei()
255 int erofs_ilookup(const char *path, struct erofs_inode *vi) in erofs_ilookup()

Completed in 9 milliseconds