Home
last modified time | relevance | path

Searched refs:r_freef (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr2.c508 ASSERT(np->r_freef == NULL && np->r_freeb == NULL); in smbfs_addfree()
607 np->r_freef = np; in smbfs_addfree()
611 np->r_freef = smbfreelist; in smbfs_addfree()
613 smbfreelist->r_freeb->r_freef = np; in smbfs_addfree()
634 ASSERT(np->r_freef != NULL && np->r_freeb != NULL); in sn_rmfree()
637 smbfreelist = np->r_freef; in sn_rmfree()
642 np->r_freeb->r_freef = np->r_freef; in sn_rmfree()
643 np->r_freef->r_freeb = np->r_freeb; in sn_rmfree()
645 np->r_freef = np->r_freeb = NULL; in sn_rmfree()
742 if (np->r_freef != NULL) { in sn_hashfind()
[all …]
H A Dsmbfs_node.h208 struct smbnode *r_freef; /* free list forward pointer */ member
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_rnode.c728 ASSERT(rp->r_freef == NULL && rp->r_freeb == NULL); in uninit_rnode4()
767 ASSERT(rp->r_freef == NULL && rp->r_freeb == NULL); in rp4_addfree()
919 rp->r_freef = rp; in rp4_addfree()
923 rp->r_freef = rp4freelist; in rp4_addfree()
925 rp4freelist->r_freeb->r_freef = rp; in rp4_addfree()
950 ASSERT(rp->r_freef != NULL && rp->r_freeb != NULL); in rp4_rmfree()
953 rp4freelist = rp->r_freef; in rp4_rmfree()
957 rp->r_freeb->r_freef = rp->r_freef; in rp4_rmfree()
958 rp->r_freef->r_freeb = rp->r_freeb; in rp4_rmfree()
960 rp->r_freef = rp->r_freeb = NULL; in rp4_rmfree()
[all …]
H A Dnfs_subr.c2683 ASSERT(rp->r_freef == NULL && rp->r_freeb == NULL); in rp_addfree()
2770 rp->r_freef = rp; in rp_addfree()
2774 rp->r_freef = rpfreelist; in rp_addfree()
2776 rpfreelist->r_freeb->r_freef = rp; in rp_addfree()
2801 ASSERT(rp->r_freef != NULL && rp->r_freeb != NULL); in rp_rmfree()
2804 rpfreelist = rp->r_freef; in rp_rmfree()
2809 rp->r_freeb->r_freef = rp->r_freef; in rp_rmfree()
2810 rp->r_freef->r_freeb = rp->r_freeb; in rp_rmfree()
2812 rp->r_freef = rp->r_freeb = NULL; in rp_rmfree()
2905 if (rp->r_freef != NULL) { in rfind()
[all …]
H A Dnfs_client.c1365 ASSERT(rp->r_freef == NULL); in nfs_async_readahead()
1719 ASSERT(rp->r_freef == NULL); in nfs_async_readdir()
H A Dnfs4_client.c1253 ASSERT(rp->r_freef == NULL); in nfs4_async_readahead()
1953 ASSERT(rp->r_freef == NULL); in nfs4_async_readdir()
/titanic_41/usr/src/uts/common/nfs/
H A Drnode.h263 struct rnode *r_freef; /* free list forward pointer */ member
H A Drnode4.h231 struct rnode4 *r_freef; /* free list forward pointer */ member