Searched refs:s_refcnt (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h67 int32_t s_refcnt; /* reference count for tracking */ member in struct:secinfo
82 int32_t s_refcnt; /* reference count for tracking */ member in struct:secinfo32
118 #define SEC_REF_INVALID(p) ((p)->s_refcnt < 1)
121 #define SEC_REF_LAST(p) ((p)->s_refcnt == 1)
H A Dnfs4_clnt.h1243 * s_refcnt is the reference count for storage management of the struct
1257 * as this is non-zero (or s_refcnt is non-zero).
1288 uint_t s_refcnt; member in struct:nfs4_server
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c230 to->s_refcnt = from->s_refcnt;
308 cursec[c].s_refcnt += newsec[n].s_refcnt;
311 cursec[c].s_refcnt);
345 msec[mcnt].s_refcnt);
410 cursec[c].s_refcnt--;
414 cursec[c].s_refcnt);
416 ASSERT(cursec[c].s_refcnt >= 0);
475 * the old exportdata has descendant refs when its s_refcnt >
[all...]
H A Dnfs4_vfsops.c3215 np->s_refcnt = 0;
3367 np->s_refcnt++;
3626 np->s_refcnt++; /* pass reference to thread */
3897 np->s_refcnt = 1;
3959 sp->s_refcnt++; /* list gets a reference */
4041 op->s_refcnt++;
4062 np->s_refcnt++;
4125 np->s_refcnt++;
4144 if (np == sp && np->s_refcnt > 0 &&
4147 np->s_refcnt
[all...]
H A Dnfs4_callback.c1864 ASSERT(sp->s_refcnt > 1);
1865 sp->s_refcnt--;
2275 np->s_refcnt++;
H A Dnfs4_client.c2968 np->s_refcnt++;
3265 ASSERT(sp->s_refcnt >= 1);

Completed in 100 milliseconds