Home
last modified time | relevance | path

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

/linux-6.15/fs/erofs/
H A Dxattr.c84 it.kaddr = erofs_bread(&it.buf, it.pos, true); in erofs_init_inode_xattrs()
105 it.kaddr = erofs_bread(&it.buf, it.pos, true); in erofs_init_inode_xattrs()
186 it->kaddr = erofs_bread(&it->buf, it->pos, true); in erofs_xattr_copy_to_buffer()
289 it->kaddr = erofs_bread(&it->buf, it->pos, true); in erofs_getxattr_foreach()
333 it->kaddr = erofs_bread(&it->buf, it->pos, true); in erofs_xattr_iter_inline()
370 it->kaddr = erofs_bread(&it->buf, it->pos, true); in erofs_xattr_iter_shared()
H A Ddir.c61 de = erofs_bread(&buf, dbstart, true); in erofs_readdir()
H A Ddata.c28 void *erofs_bread(struct erofs_buf *buf, erofs_off_t offset, bool need_kmap) in erofs_bread() function
70 return erofs_bread(buf, offset, need_kmap); in erofs_read_metabuf()
H A Dnamei.c103 de = erofs_bread(&buf, erofs_pos(dir->i_sb, mid), true); in erofs_find_target_block()
H A Dinternal.h382 void *erofs_bread(struct erofs_buf *buf, erofs_off_t offset, bool need_kmap);
H A Dsuper.c97 ptr = erofs_bread(buf, *offset, true); in erofs_read_metadata()
113 ptr = erofs_bread(buf, *offset, true); in erofs_read_metadata()
H A Dzdata.c963 src = erofs_bread(&buf, pos, true); in z_erofs_read_fragment()