Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h106 count3 c_commlen; /* len to commit */ member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vnops.c6092 rp->r_commit.c_commlen = PAGESIZE; in nfs3_dispose()
6109 len = rp->r_commit.c_commlen; in nfs3_dispose()
6359 rp->r_commit.c_commlen = PAGESIZE; in nfs3_get_commit()
6361 rp->r_commit.c_commlen = rp->r_commit.c_commbase - in nfs3_get_commit()
6362 (offset3)pp->p_offset + rp->r_commit.c_commlen; in nfs3_get_commit()
6364 } else if ((rp->r_commit.c_commbase + rp->r_commit.c_commlen) in nfs3_get_commit()
6366 rp->r_commit.c_commlen = (offset3)pp->p_offset - in nfs3_get_commit()
6438 rp->r_commit.c_commlen = PAGESIZE; in nfs3_get_commit_range()
6440 rp->r_commit.c_commlen = (offset3)pp->p_offset - in nfs3_get_commit_range()
6559 len = rp->r_commit.c_commlen; in nfs3_commit_vp()
H A Dnfs4_vnops.c11646 rp->r_commit.c_commlen = PAGESIZE; in nfs4_dispose()
11663 len = rp->r_commit.c_commlen; in nfs4_dispose()
11988 rp->r_commit.c_commlen = PAGESIZE; in nfs4_get_commit()
11990 rp->r_commit.c_commlen = rp->r_commit.c_commbase - in nfs4_get_commit()
11991 (offset3)pp->p_offset + rp->r_commit.c_commlen; in nfs4_get_commit()
11993 } else if ((rp->r_commit.c_commbase + rp->r_commit.c_commlen) in nfs4_get_commit()
11995 rp->r_commit.c_commlen = (offset3)pp->p_offset - in nfs4_get_commit()
12066 rp->r_commit.c_commlen = PAGESIZE; in nfs4_get_commit_range()
12068 rp->r_commit.c_commlen = (offset3)pp->p_offset - in nfs4_get_commit_range()
12209 len = rp->r_commit.c_commlen; in nfs4_commit_vp()