Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c732 uint_t offset_extra; in hsfs_getpage_ra() local
863 offset_extra = byte_offset % chunk_data_bytes; in hsfs_getpage_ra()
867 + offset_bytes + offset_extra); in hsfs_getpage_ra()
1017 uint_t offset_extra; in hsfs_getapage() local
1219 offset_extra = byte_offset % chunk_data_bytes; in hsfs_getapage()
1223 lbtodb(bof + xarsiz + offset_bytes + offset_extra); in hsfs_getapage()