Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dxattr.c104 xattr_id = erofs_bread(&buf, pos + i * sizeof(__le32), true); in erofs_init_inode_xattrs()
130 it->kaddr = erofs_bread(&it->buf, it->pos, true); in erofs_xattr_copy_to_buffer()
232 it->kaddr = erofs_bread(&it->buf, it->pos, true); in erofs_getxattr_foreach()
279 it->kaddr = erofs_bread(&it->buf, it->pos, true); in erofs_xattr_iter_inline()
321 it->kaddr = erofs_bread(&it->buf, it->pos, true); in erofs_xattr_iter_shared()
H A Dnamei.c103 de = erofs_bread(&buf, erofs_pos(dir->i_sb, mid), true); in erofs_find_target_block()
H A Ddata.c29 void *erofs_bread(struct erofs_buf *buf, erofs_off_t offset, bool need_kmap) in erofs_bread() function
84 return erofs_bread(buf, offset, true); in erofs_read_metabuf()
H A Dinternal.h406 void *erofs_bread(struct erofs_buf *buf, erofs_off_t offset, bool need_kmap);
H A Dsuper.c98 ptr = erofs_bread(buf, *offset, true); in erofs_read_metadata()
114 ptr = erofs_bread(buf, *offset, true); in erofs_read_metadata()
H A Dzdata.c826 ptr = erofs_bread(&map->buf, map->m_pa, false); in z_erofs_pcluster_begin()
999 src = erofs_bread(&buf, pos, true); in z_erofs_read_fragment()