Searched refs:c_commbase (Results 1 – 3 of 3) sorted by relevance
105 offset3 c_commbase; /* base offset to do commit from */ member
6077 rp->r_commit.c_commbase = (offset3)pp->p_offset; in nfs3_dispose()6094 offset = rp->r_commit.c_commbase; in nfs3_dispose()6344 rp->r_commit.c_commbase = (offset3)pp->p_offset; in nfs3_get_commit()6346 } else if (pp->p_offset < rp->r_commit.c_commbase) { in nfs3_get_commit()6347 rp->r_commit.c_commlen = rp->r_commit.c_commbase - in nfs3_get_commit()6349 rp->r_commit.c_commbase = (offset3)pp->p_offset; in nfs3_get_commit()6350 } else if ((rp->r_commit.c_commbase + rp->r_commit.c_commlen) in nfs3_get_commit()6353 rp->r_commit.c_commbase + PAGESIZE; in nfs3_get_commit()6423 rp->r_commit.c_commbase = (offset3)pp->p_offset; in nfs3_get_commit_range()6427 rp->r_commit.c_commbase + PAGESIZE; in nfs3_get_commit_range()[all …]
11861 rp->r_commit.c_commbase = (offset3)pp->p_offset; in nfs4_dispose()11878 offset = rp->r_commit.c_commbase; in nfs4_dispose()12204 rp->r_commit.c_commbase = (offset3)pp->p_offset; in nfs4_get_commit()12206 } else if (pp->p_offset < rp->r_commit.c_commbase) { in nfs4_get_commit()12207 rp->r_commit.c_commlen = rp->r_commit.c_commbase - in nfs4_get_commit()12209 rp->r_commit.c_commbase = (offset3)pp->p_offset; in nfs4_get_commit()12210 } else if ((rp->r_commit.c_commbase + rp->r_commit.c_commlen) in nfs4_get_commit()12213 rp->r_commit.c_commbase + PAGESIZE; in nfs4_get_commit()12282 rp->r_commit.c_commbase = (offset3)pp->p_offset; in nfs4_get_commit_range()12286 rp->r_commit.c_commbase + PAGESIZE; in nfs4_get_commit_range()[all …]