Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h105 offset3 c_commbase; /* base offset to do commit from */ member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vnops.c6091 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 …]
H A Dnfs4_vnops.c11645 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 …]