Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/nfs/
H A Drnode.h106 count3 c_commlen; /* len to commit */ member
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs3_vnops.c6078 rp->r_commit.c_commlen = PAGESIZE; in nfs3_dispose()
6095 len = rp->r_commit.c_commlen; in nfs3_dispose()
6345 rp->r_commit.c_commlen = PAGESIZE; in nfs3_get_commit()
6347 rp->r_commit.c_commlen = rp->r_commit.c_commbase - in nfs3_get_commit()
6348 (offset3)pp->p_offset + rp->r_commit.c_commlen; in nfs3_get_commit()
6350 } else if ((rp->r_commit.c_commbase + rp->r_commit.c_commlen) in nfs3_get_commit()
6352 rp->r_commit.c_commlen = (offset3)pp->p_offset - in nfs3_get_commit()
6424 rp->r_commit.c_commlen = PAGESIZE; in nfs3_get_commit_range()
6426 rp->r_commit.c_commlen = (offset3)pp->p_offset - in nfs3_get_commit_range()
6545 len = rp->r_commit.c_commlen; in nfs3_commit_vp()
H A Dnfs4_vnops.c11845 rp->r_commit.c_commlen = PAGESIZE; in nfs4_dispose()
11862 len = rp->r_commit.c_commlen; in nfs4_dispose()
12188 rp->r_commit.c_commlen = PAGESIZE; in nfs4_get_commit()
12190 rp->r_commit.c_commlen = rp->r_commit.c_commbase - in nfs4_get_commit()
12191 (offset3)pp->p_offset + rp->r_commit.c_commlen; in nfs4_get_commit()
12193 } else if ((rp->r_commit.c_commbase + rp->r_commit.c_commlen) in nfs4_get_commit()
12195 rp->r_commit.c_commlen = (offset3)pp->p_offset - in nfs4_get_commit()
12266 rp->r_commit.c_commlen = PAGESIZE; in nfs4_get_commit_range()
12268 rp->r_commit.c_commlen = (offset3)pp->p_offset - in nfs4_get_commit_range()
12409 len = rp->r_commit.c_commlen; in nfs4_commit_vp()