Searched refs:erofs_bread (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/erofs/ |
H A D | xattr.c | 84 it.kaddr = erofs_bread(&it.buf, erofs_blknr(sb, it.pos), EROFS_KMAP); in erofs_init_inode_xattrs() 105 it.kaddr = erofs_bread(&it.buf, erofs_blknr(sb, it.pos), in erofs_init_inode_xattrs() 188 it->kaddr = erofs_bread(&it->buf, erofs_blknr(sb, it->pos), in erofs_xattr_copy_to_buffer() 294 it->kaddr = erofs_bread(&it->buf, erofs_blknr(sb, it->pos), in erofs_getxattr_foreach() 339 it->kaddr = erofs_bread(&it->buf, erofs_blknr(it->sb, it->pos), in erofs_xattr_iter_inline() 378 it->kaddr = erofs_bread(&it->buf, erofs_blknr(sb, it->pos), in erofs_xattr_iter_shared()
|
H A D | dir.c | 66 de = erofs_bread(&buf, i, EROFS_KMAP); in erofs_readdir()
|
H A D | data.c | 34 void *erofs_bread(struct erofs_buf *buf, erofs_blk_t blkaddr, in erofs_bread() function 82 return erofs_bread(buf, blkaddr, type); in erofs_read_metabuf()
|
H A D | namei.c | 103 de = erofs_bread(&buf, mid, EROFS_KMAP); in erofs_find_target_block()
|
H A D | super.c | 132 ptr = erofs_bread(buf, erofs_blknr(sb, *offset), EROFS_KMAP); in erofs_read_metadata() 148 ptr = erofs_bread(buf, erofs_blknr(sb, *offset), EROFS_KMAP); in erofs_read_metadata()
|
H A D | internal.h | 405 void *erofs_bread(struct erofs_buf *buf, erofs_blk_t blkaddr,
|
H A D | zdata.c | 959 src = erofs_bread(&buf, erofs_blknr(sb, pos), EROFS_KMAP); in z_erofs_read_fragment()
|