Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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()
80 vi->z_physical_clusterbits[0] = vi->z_logical_clusterbits + in z_erofs_fill_inode_lazy()
83 if (vi->z_physical_clusterbits[0] != LOG_BLOCK_SIZE) { in z_erofs_fill_inode_lazy()
85 vi->z_physical_clusterbits[0], vi->nid); in z_erofs_fill_inode_lazy()
90 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.c404 pcl->clusterbits = EROFS_I(inode)->z_physical_clusterbits[0]; in z_erofs_register_collection()