Searched refs:erofs_init_metabuf (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/erofs/ |
| H A D | xattr.c | 272 ret = erofs_init_metabuf(&it->buf, it->sb, erofs_inode_in_metabox(inode)); in erofs_xattr_iter_inline() 313 ret = erofs_init_metabuf(&it->buf, sb, in erofs_xattr_iter_shared() 512 (void)erofs_init_metabuf(&buf, sb, true); in erofs_xattr_prefixes_init() 519 (void)erofs_init_metabuf(&buf, sb, false); in erofs_xattr_prefixes_init()
|
| H A D | data.c | 54 int erofs_init_metabuf(struct erofs_buf *buf, struct super_block *sb, in erofs_init_metabuf() function 81 err = erofs_init_metabuf(buf, sb, in_metabox); in erofs_read_metabuf()
|
| H A D | internal.h | 407 int erofs_init_metabuf(struct erofs_buf *buf, struct super_block *sb,
|
| H A D | decompressor.c | 436 (void)erofs_init_metabuf(&buf, sb, false); in z_erofs_parse_cfgs()
|
| H A D | zdata.c | 822 ret = erofs_init_metabuf(&map->buf, sb, in z_erofs_pcluster_begin()
|