Searched refs:erofs_bread (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/erofs/ |
| H A D | xattr.c | 98 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 D | dir.c | 82 de = erofs_bread(&buf, dbstart, true); in erofs_readdir()
|
| H A D | namei.c | 103 de = erofs_bread(&buf, erofs_pos(dir->i_sb, mid), true); in erofs_find_target_block()
|
| H A D | data.c | 29 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 D | super.c | 98 ptr = erofs_bread(buf, *offset, true); in erofs_read_metadata() 114 ptr = erofs_bread(buf, *offset, true); in erofs_read_metadata()
|
| H A D | internal.h | 440 void *erofs_bread(struct erofs_buf *buf, erofs_off_t offset, bool need_kmap);
|
| H A D | zdata.c | 821 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()
|