Searched refs:cr_ref (Results 1 – 3 of 3) sorted by relevance
2505 cr->cr_ref++; in crcowget()2518 cr->cr_ref += td->td_ucredref; in crunuse()2524 KASSERT(cr->cr_ref > 0, ("%s: ref %ld not > 0 on cred %p", in crunuse()2525 __func__, cr->cr_ref, cr)); in crunuse()2528 cr->cr_ref--; in crunuse()2546 cr->cr_ref += ref; in crunusebatch()2547 cr->cr_ref -= users; in crunusebatch()2552 KASSERT(cr->cr_ref >= 0, ("%s: ref %ld not >= 0 on cred %p", in crunusebatch()2553 __func__, cr->cr_ref, cr)); in crunusebatch()2554 if (cr->cr_ref > 0) { in crunusebatch()[all …]
76 long cr_ref; /* (c) reference count */ member
2091 ucred.cr_ref = 1; in ufs_mkdir()2852 ucred.cr_ref = 1; in ufs_makeinode()