Searched refs:pagefound (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c1104 page_t *pagefound; local
1184 pagefound = 0;
1211 if ((pagefound = page_exists(vp, off)) == 0) {
1500 if (pagefound) {
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c1451 page_t *pagefound; local
1484 if ((pagefound = page_exists(vp, off)) == NULL) {
1557 if (pagefound) {
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c1842 page_t *pagefound; local
1876 if ((pagefound = page_exists(vp, off)) == NULL) {
1982 if (pagefound) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c3722 page_t *pagefound; local
3732 pagefound = NULL;
3803 if ((pagefound = page_exists(vp, off)) == NULL) {
3942 if (pagefound) {
H A Dnfs3_vnops.c4626 page_t *pagefound; local
4637 pagefound = NULL;
4708 if ((pagefound = page_exists(vp, off)) == NULL) {
4852 if (pagefound) {
H A Dnfs4_vnops.c9847 page_t *pagefound; local
9860 pagefound = NULL;
9931 if ((pagefound = page_exists(vp, off)) == NULL) {
10073 if (pagefound) {

Completed in 146 milliseconds