Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.h244 kthread_t *r_serial; /* id of purging thread */ member
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c112 if (rp->r_serial != NULL && rp->r_serial != curthread) { in nfs_waitfor_purge_complete()
115 while (rp->r_serial != NULL) { in nfs_waitfor_purge_complete()
489 if (rp->r_serial != curthread) { in nfs_attr_cache()
495 while (rp->r_serial != NULL) { in nfs_attr_cache()
565 rp->r_serial = curthread; in nfs_attr_cache()
594 rp->r_serial = NULL; in nfs_attr_cache()
632 if (rp->r_serial != curthread) { in nfs3_attr_cache()
638 while (rp->r_serial != NULL) { in nfs3_attr_cache()
708 rp->r_serial = curthread; in nfs3_attr_cache()
737 rp->r_serial = NULL; in nfs3_attr_cache()
H A Dnfs4_client.c146 if ((rp->r_serial != NULL && rp->r_serial != curthread) || in nfs4_waitfor_purge_complete()
150 while ((rp->r_serial != NULL && rp->r_serial != curthread) || in nfs4_waitfor_purge_complete()
465 was_serial = (rp->r_serial == curthread); in nfs4_attr_cache()
466 if (rp->r_serial != NULL && !was_serial) { in nfs4_attr_cache()
613 rp->r_serial = curthread; in nfs4_attr_cache()
646 rp->r_serial = NULL; in nfs4_attr_cache()
/titanic_50/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