Symbol: erofs_buf
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
324
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;
fs/erofs/data.c
348
struct erofs_buf buf = {
fs/erofs/data.c
53
int erofs_init_metabuf(struct erofs_buf *buf, struct super_block *sb,
fs/erofs/data.c
76
void *erofs_read_metabuf(struct erofs_buf *buf, struct super_block *sb,
fs/erofs/data.c
89
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;
fs/erofs/decompressor.c
450
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;
fs/erofs/dir.c
50
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;
fs/erofs/fileio.c
110
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;
fs/erofs/fscache.c
259
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;
fs/erofs/inode.c
42
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;
fs/erofs/internal.h
211
#define __EROFS_BUF_INITIALIZER ((struct erofs_buf){ .page = NULL })
fs/erofs/internal.h
379
struct erofs_buf buf;
fs/erofs/internal.h
436
void *erofs_read_metadata(struct super_block *sb, struct erofs_buf *buf,
fs/erofs/internal.h
438
void erofs_unmap_metabuf(struct erofs_buf *buf);
fs/erofs/internal.h
439
void erofs_put_metabuf(struct erofs_buf *buf);
fs/erofs/internal.h
440
void *erofs_bread(struct erofs_buf *buf, erofs_off_t offset, bool need_kmap);
fs/erofs/internal.h
441
int erofs_init_metabuf(struct erofs_buf *buf, struct super_block *sb,
fs/erofs/internal.h
443
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
191
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;
fs/erofs/super.c
255
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
491
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;
fs/erofs/zdata.c
987
struct erofs_buf buf = __EROFS_BUF_INITIALIZER;