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.c2505 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 …]
/freebsd/sys/sys/
H A Ducred.h76 long cr_ref; /* (c) reference count */ member
/freebsd/sys/ufs/ufs/
H A Dufs_vnops.c2091 ucred.cr_ref = 1; in ufs_mkdir()
2852 ucred.cr_ref = 1; in ufs_makeinode()