Searched refs:c_commbase (Results 1 – 3 of 3) sorted by relevance
105 offset3 c_commbase; /* base offset to do commit from */ member
6091 rp->r_commit.c_commbase = (offset3)pp->p_offset; in nfs3_dispose()6108 offset = rp->r_commit.c_commbase; in nfs3_dispose()6358 rp->r_commit.c_commbase = (offset3)pp->p_offset; in nfs3_get_commit()6360 } else if (pp->p_offset < rp->r_commit.c_commbase) { in nfs3_get_commit()6361 rp->r_commit.c_commlen = rp->r_commit.c_commbase - in nfs3_get_commit()6363 rp->r_commit.c_commbase = (offset3)pp->p_offset; in nfs3_get_commit()6364 } else if ((rp->r_commit.c_commbase + rp->r_commit.c_commlen) in nfs3_get_commit()6367 rp->r_commit.c_commbase + PAGESIZE; in nfs3_get_commit()6437 rp->r_commit.c_commbase = (offset3)pp->p_offset; in nfs3_get_commit_range()6441 rp->r_commit.c_commbase + PAGESIZE; in nfs3_get_commit_range()[all …]
11645 rp->r_commit.c_commbase = (offset3)pp->p_offset; in nfs4_dispose()11662 offset = rp->r_commit.c_commbase; in nfs4_dispose()11987 rp->r_commit.c_commbase = (offset3)pp->p_offset; in nfs4_get_commit()11989 } else if (pp->p_offset < rp->r_commit.c_commbase) { in nfs4_get_commit()11990 rp->r_commit.c_commlen = rp->r_commit.c_commbase - in nfs4_get_commit()11992 rp->r_commit.c_commbase = (offset3)pp->p_offset; in nfs4_get_commit()11993 } else if ((rp->r_commit.c_commbase + rp->r_commit.c_commlen) in nfs4_get_commit()11996 rp->r_commit.c_commbase + PAGESIZE; in nfs4_get_commit()12065 rp->r_commit.c_commbase = (offset3)pp->p_offset; in nfs4_get_commit_range()12069 rp->r_commit.c_commbase + PAGESIZE; in nfs4_get_commit_range()[all …]