Searched refs:r_freeb (Results 1 – 6 of 6) sorted by relevance
508 ASSERT(np->r_freef == NULL && np->r_freeb == NULL); in smbfs_addfree()608 np->r_freeb = np; in smbfs_addfree()612 np->r_freeb = smbfreelist->r_freeb; in smbfs_addfree()613 smbfreelist->r_freeb->r_freef = np; in smbfs_addfree()614 smbfreelist->r_freeb = np; in smbfs_addfree()634 ASSERT(np->r_freef != NULL && np->r_freeb != NULL); 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()1029 ASSERT(np->r_freef == NULL && np->r_freeb == NULL); in sn_destroy_node()
209 struct smbnode *r_freeb; /* free list back 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()920 rp->r_freeb = rp; in rp4_addfree()924 rp->r_freeb = rp4freelist->r_freeb; in rp4_addfree()925 rp4freelist->r_freeb->r_freef = rp; in rp4_addfree()926 rp4freelist->r_freeb = rp; in rp4_addfree()950 ASSERT(rp->r_freef != NULL && rp->r_freeb != NULL); 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()
2683 ASSERT(rp->r_freef == NULL && rp->r_freeb == NULL); in rp_addfree()2771 rp->r_freeb = rp; in rp_addfree()2775 rp->r_freeb = rpfreelist->r_freeb; in rp_addfree()2776 rpfreelist->r_freeb->r_freef = rp; in rp_addfree()2777 rpfreelist->r_freeb = rp; in rp_addfree()2801 ASSERT(rp->r_freef != NULL && rp->r_freeb != NULL); 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()3028 ASSERT(rp->r_freef == NULL && rp->r_freeb == NULL); in destroy_rnode()
264 struct rnode *r_freeb; /* free list back pointer */ member
232 struct rnode4 *r_freeb; /* free list back pointer */ member