Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Derofs_fs.h430 __le32 lstart_hi; /* logical offset MSB (>= 4GiB inodes) */ member
H A Dzmap.c567 if (recsz > offsetof(struct z_erofs_extent, lstart_hi)) in z_erofs_map_blocks_ext()
568 la |= (u64)le32_to_cpu(ext->lstart_hi) << 32; in z_erofs_map_blocks_ext()