Home
last modified time | relevance | path

Searched refs:erofs_bread (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/erofs/
H A Dxattr.c84 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 Ddir.c66 de = erofs_bread(&buf, i, EROFS_KMAP); in erofs_readdir()
H A Ddata.c34 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 Dnamei.c103 de = erofs_bread(&buf, mid, EROFS_KMAP); in erofs_find_target_block()
H A Dsuper.c132 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 Dinternal.h405 void *erofs_bread(struct erofs_buf *buf, erofs_blk_t blkaddr,
H A Dzdata.c959 src = erofs_bread(&buf, erofs_blknr(sb, pos), EROFS_KMAP); in z_erofs_read_fragment()