Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dxattr.c98 xattr_id = erofs_bread(&buf, pos + i * sizeof(__le32), true); in erofs_init_inode_xattrs()
124 it->kaddr = erofs_bread(&it->buf, it->pos, true); in erofs_xattr_copy_to_buffer()
226 it->kaddr = erofs_bread(&it->buf, it->pos, true); in erofs_getxattr_foreach()
273 it->kaddr = erofs_bread(&it->buf, it->pos, true); in erofs_xattr_iter_inline()
315 it->kaddr = erofs_bread(&it->buf, it->pos, true); in erofs_xattr_iter_shared()
H A Ddir.c82 de = erofs_bread(&buf, dbstart, true); in erofs_readdir()
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 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 Dinternal.h440 void *erofs_bread(struct erofs_buf *buf, erofs_off_t offset, bool need_kmap);
H A Dzdata.c821 ptr = erofs_bread(&map->buf, map->m_pa, false); in z_erofs_pcluster_begin()
997 src = erofs_bread(&buf, pos, true); in z_erofs_read_fragment()