Searched refs:r_mapcnt (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.h234 long r_mapcnt; /* count of mmapped pages */ member in struct:smbnode
H A Dsmbfs_subr2.c1024 ASSERT(np->r_mapcnt == 0);
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h239 * r_mapcnt tells that the rnode has mapped pages. r_inmap can be 0
281 long r_mapcnt; /* count of mmapped pages */ member in struct:rnode
H A Drnode4.h209 * r_mapcnt tells that the rnode has mapped pages. r_inmap can be 0
259 long r_mapcnt; /* count of mmapped pages */ member in struct:rnode4
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c291 else if (rp->r_mapcnt == 0 && vp->v_count == 1) {
455 rp->r_mapcnt == 0 && rp->r_inmap == 0 &&
642 rp->r_mapcnt == 0 && rp->r_inmap == 0 &&
1218 rp->r_mapcnt > 0)) {
3577 if (rp->r_mapcnt == 0 && !vn_has_cached_data(vp))
4427 atomic_add_long((ulong_t *)&rp->r_mapcnt, btopr(len));
4762 atomic_add_long((ulong_t *)&rp->r_mapcnt, -btopr(dmapp->len));
4763 ASSERT(rp->r_mapcnt >= 0);
H A Dnfs3_vnops.c329 else if (rp->r_mapcnt == 0 && vp->v_count == 1) {
577 rp->r_mapcnt == 0 && rp->r_inmap == 0 &&
738 rp->r_mapcnt == 0 && rp->r_inmap == 0 &&
1376 rp->r_mapcnt > 0)) {
4483 if (rp->r_mapcnt == 0 && !vn_has_cached_data(vp))
5339 atomic_add_long((ulong_t *)&rp->r_mapcnt, btopr(len));
5665 atomic_add_long((ulong_t *)&rp->r_mapcnt, -btopr(dmapp->len));
5666 ASSERT(rp->r_mapcnt >= 0);
H A Dnfs4_rnode.c721 ASSERT(rp->r_mapcnt == 0);
1325 ((rp->r_flags & R4DIRTY) || rp->r_mapcnt > 0)) {
H A Dnfs4_vnops.c2654 rp->r_mapcnt == 0 && rp->r_inmap == 0 && !nfs4_has_pages(vp))) {
2840 rp->r_mapcnt == 0 && rp->r_inmap == 0 && !nfs4_has_pages(vp))) {
3822 rp->r_mapcnt > 0)) {
6653 rp->r_mapcnt > 0)) {
9701 if (rp->r_mapcnt == 0 && !nfs4_has_pages(vp))
10757 * open/mmap/only update rp->r_mapcnt/server reboots/reopen doesn't
10760 atomic_add_long((ulong_t *)&rp->r_mapcnt, btopr(len));
10826 * incrementing of 'r_mapcnt'.
10830 atomic_add_long((ulong_t *)&rp->r_mapcnt, -btopr(len));
10831 ASSERT(rp->r_mapcnt >
[all...]
H A Dnfs4_callback.c322 mapcnt = rp->r_mapcnt;
2190 /* grab the statelock too, for examining r_mapcnt */
2236 mapcnt = rp->r_mapcnt;
H A Dnfs_subr.c3019 ASSERT(rp->r_mapcnt == 0);
3094 ((rp->r_flags & RDIRTY) || rp->r_mapcnt > 0)) {
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_client.c534 if ((rp->r_mapcnt > 0) && (fl->l_start != 0 || fl->l_len != 0))

Completed in 667 milliseconds