Home
last modified time | relevance | path

Searched refs:cr_ref (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dkern_prot.c2336 cr->cr_ref++; in crcowget()
2349 cr->cr_ref += td->td_ucredref; in crunuse()
2355 KASSERT(cr->cr_ref > 0, ("%s: ref %ld not > 0 on cred %p", in crunuse()
2356 __func__, cr->cr_ref, cr)); in crunuse()
2359 cr->cr_ref--; in crunuse()
2377 cr->cr_ref += ref; in crunusebatch()
2378 cr->cr_ref -= users; in crunusebatch()
2383 KASSERT(cr->cr_ref >= 0, ("%s: ref %ld not >= 0 on cred %p", in crunusebatch()
2384 __func__, cr->cr_ref, cr)); in crunusebatch()
2385 if (cr->cr_ref > 0) { in crunusebatch()
[all …]
/freebsd/sys/sys/
H A Ducred.h75 long cr_ref; /* (c) reference count */ member
/freebsd/sys/ufs/ufs/
H A Dufs_vnops.c2079 ucred.cr_ref = 1; in ufs_mkdir()
2835 ucred.cr_ref = 1; in ufs_makeinode()