Home
last modified time | relevance | path

Searched refs:z_physical_clusterbits (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/erofs/
Dzmap.c20 vi->z_physical_clusterbits[0] = vi->z_logical_clusterbits; in z_erofs_fill_inode()
21 vi->z_physical_clusterbits[1] = vi->z_logical_clusterbits; in z_erofs_fill_inode()
74 vi->z_physical_clusterbits[0] = vi->z_logical_clusterbits + in z_erofs_fill_inode_lazy()
77 if (vi->z_physical_clusterbits[0] != LOG_BLOCK_SIZE) { in z_erofs_fill_inode_lazy()
79 vi->z_physical_clusterbits[0], vi->nid); in z_erofs_fill_inode_lazy()
84 vi->z_physical_clusterbits[1] = vi->z_logical_clusterbits + in z_erofs_fill_inode_lazy()
Dinternal.h247 unsigned char z_physical_clusterbits[2]; member
Dzdata.c406 pcl->clusterbits = EROFS_I(inode)->z_physical_clusterbits[0]; in z_erofs_register_collection()