Searched refs:r_freef (Results 1 – 8 of 8) sorted by relevance
508 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 …]
208 struct smbnode *r_freef; /* free list forward pointer */ member
728 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 …]
2683 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 …]
1365 ASSERT(rp->r_freef == NULL); in nfs_async_readahead()1719 ASSERT(rp->r_freef == NULL); in nfs_async_readdir()
1253 ASSERT(rp->r_freef == NULL); in nfs4_async_readahead()1953 ASSERT(rp->r_freef == NULL); in nfs4_async_readdir()
263 struct rnode *r_freef; /* free list forward pointer */ member
231 struct rnode4 *r_freef; /* free list forward pointer */ member