Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c269 hp->hs_ra_bytes > 0; in hsfs_read()
855 extension += hp->hs_ra_bytes; in hsfs_getpage_ra()
887 hp->hs_ra_bytes = 0; in hsfs_getpage_ra()
1198 if (hp->hs_ra_bytes > 0 && chunk_data_bytes != PAGESIZE) { in hsfs_getapage()
1216 extension += hp->hs_ra_bytes; in hsfs_getapage()
1251 hp->hs_ra_bytes = 0; in hsfs_getapage()
1547 hp->hs_ra_bytes > 0 && in hsfs_getapage()
1628 if (hp->hs_ra_bytes < in hsfs_getpage()
1630 hp->hs_ra_bytes += PAGESIZE; in hsfs_getpage()
1637 if (hp->hs_ra_bytes > 0) in hsfs_getpage()
[all …]
H A Dhsfs_node.c609 hp->hs_ra_bytes = 0; in hs_makenode()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h106 int hs_ra_bytes; /* Bytes to readahead */ member