Home
last modified time | relevance | path

Searched refs:h_clusterbits (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/fs/erofs/
Dzmap.c73 vi->z_logical_clusterbits = LOG_BLOCK_SIZE + (h->h_clusterbits & 7); in z_erofs_fill_inode_lazy()
75 ((h->h_clusterbits >> 3) & 3); in z_erofs_fill_inode_lazy()
85 ((h->h_clusterbits >> 5) & 7); in z_erofs_fill_inode_lazy()
Derofs_fs.h221 __u8 h_clusterbits; member