Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c854 which_chunk_lbn = byte_offset / chunk_data_bytes; in hsfs_getpage_ra()
863 offset_extra = byte_offset % chunk_data_bytes; in hsfs_getpage_ra()
1023 int chunk_data_bytes; in hsfs_getapage() local
1065 chunk_data_bytes = LBN_TO_BYTE(1, vp->v_vfsp); in hsfs_getapage()
1071 if (PAGESIZE % chunk_data_bytes == 0) { in hsfs_getapage()
1073 chunk_data_bytes = PAGESIZE; in hsfs_getapage()
1076 chunk_data_bytes = in hsfs_getapage()
1097 which_chunk_lbn = (off + len) / chunk_data_bytes; in hsfs_getapage()
1219 offset_extra = byte_offset % chunk_data_bytes; in hsfs_getapage()
1247 ((which_chunk_lbn + 1) * chunk_data_bytes) in hsfs_getapage()
[all …]