Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c807 int chunk_data_bytes) in hsfs_getpage_ra() argument
948 which_chunk_lbn = byte_offset / chunk_data_bytes; in hsfs_getpage_ra()
957 offset_extra = byte_offset % chunk_data_bytes; in hsfs_getpage_ra()
984 remaining_bytes = ((which_chunk_lbn + 1) * chunk_data_bytes) in hsfs_getpage_ra()
1125 int chunk_data_bytes; in hsfs_getapage() local
1167 chunk_data_bytes = LBN_TO_BYTE(1, vp->v_vfsp); in hsfs_getapage()
1173 if (PAGESIZE % chunk_data_bytes == 0) { in hsfs_getapage()
1175 chunk_data_bytes = PAGESIZE; in hsfs_getapage()
1178 chunk_data_bytes = in hsfs_getapage()
1198 if (hp->hs_ra_bytes > 0 && chunk_data_bytes != PAGESIZE) { in hsfs_getapage()
[all …]