Symbol: erofs_buf
fs/erofs/data.c
101
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;
fs/erofs/data.c
12
void erofs_unmap_metabuf(struct erofs_buf *buf)
fs/erofs/data.c
20
void erofs_put_metabuf(struct erofs_buf *buf)
fs/erofs/data.c
29
void *erofs_bread(struct erofs_buf *buf, erofs_off_t offset, bool need_kmap)
fs/erofs/data.c
347
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;
fs/erofs/data.c
371
struct erofs_buf buf = {
fs/erofs/data.c
67
int erofs_init_metabuf(struct erofs_buf *buf, struct super_block *sb,
fs/erofs/data.c
88
void *erofs_read_metabuf(struct erofs_buf *buf, struct super_block *sb,
fs/erofs/decompressor.c
450
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;
fs/erofs/dir.c
52
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;
fs/erofs/fileio.c
110
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;
fs/erofs/inode.c
42
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;
fs/erofs/internal.h
184
#define __EROFS_BUF_INITIALIZER ((struct erofs_buf){ .page = NULL })
fs/erofs/internal.h
351
struct erofs_buf buf;
fs/erofs/internal.h
402
void *erofs_read_metadata(struct super_block *sb, struct erofs_buf *buf,
fs/erofs/internal.h
404
void erofs_unmap_metabuf(struct erofs_buf *buf);
fs/erofs/internal.h
405
void erofs_put_metabuf(struct erofs_buf *buf);
fs/erofs/internal.h
406
void *erofs_bread(struct erofs_buf *buf, erofs_off_t offset, bool need_kmap);
fs/erofs/internal.h
407
int erofs_init_metabuf(struct erofs_buf *buf, struct super_block *sb,
fs/erofs/internal.h
409
void *erofs_read_metabuf(struct erofs_buf *buf, struct super_block *sb,
fs/erofs/namei.c
165
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;
fs/erofs/namei.c
89
static void *erofs_find_target_block(struct erofs_buf *target,
fs/erofs/namei.c
99
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;
fs/erofs/super.c
125
static int erofs_init_device(struct erofs_buf *buf, struct super_block *sb,
fs/erofs/super.c
189
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;
fs/erofs/super.c
253
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;
fs/erofs/super.c
91
void *erofs_read_metadata(struct super_block *sb, struct erofs_buf *buf,
fs/erofs/xattr.c
13
struct erofs_buf buf;
fs/erofs/xattr.c
32
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;
fs/erofs/xattr.c
497
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;
fs/erofs/zdata.c
984
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;