Home
last modified time | relevance | path

Searched refs:r_serial (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_client.c122 if (np->r_serial != NULL && np->r_serial != curthread) { in smbfs_waitfor_purge_complete()
125 while (np->r_serial != NULL) { in smbfs_waitfor_purge_complete()
H A Dsmbfs_node.h245 kthread_t *r_serial; /* id of purging thread */ member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c120 if (rp->r_serial != NULL && rp->r_serial != curthread) { in nfs_waitfor_purge_complete()
123 while (rp->r_serial != NULL) { in nfs_waitfor_purge_complete()
497 if (rp->r_serial != curthread) { in nfs_attr_cache()
503 while (rp->r_serial != NULL) { in nfs_attr_cache()
573 rp->r_serial = curthread; in nfs_attr_cache()
602 rp->r_serial = NULL; in nfs_attr_cache()
640 if (rp->r_serial != curthread) { in nfs3_attr_cache()
646 while (rp->r_serial != NULL) { in nfs3_attr_cache()
716 rp->r_serial = curthread; in nfs3_attr_cache()
745 rp->r_serial = NULL; in nfs3_attr_cache()
H A Dnfs4_client.c147 if ((rp->r_serial != NULL && rp->r_serial != curthread) || in nfs4_waitfor_purge_complete()
151 while ((rp->r_serial != NULL && rp->r_serial != curthread) || in nfs4_waitfor_purge_complete()
466 was_serial = (rp->r_serial == curthread); in nfs4_attr_cache()
467 if (rp->r_serial != NULL && !was_serial) { in nfs4_attr_cache()
614 rp->r_serial = curthread; in nfs4_attr_cache()
647 rp->r_serial = NULL; in nfs4_attr_cache()
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h303 kthread_t *r_serial; /* id of purging thread */ member
H A Drnode4.h329 kthread_t *r_serial; /* attrcache validation thread */ member