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.c713 offset_t bof, int chunk_lbn_count, int chunk_data_bytes) in hsfs_getpage_ra() argument
854 which_chunk_lbn = byte_offset / chunk_data_bytes; in hsfs_getpage_ra()
863 offset_extra = byte_offset % chunk_data_bytes; in hsfs_getpage_ra()
890 remaining_bytes = ((which_chunk_lbn + 1) * 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()
1096 if (hp->hs_ra_bytes > 0 && chunk_data_bytes ! in hsfs_getapage()
[all...]