Home
last modified time | relevance | path

Searched refs:nlo_refcnt (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfsnode.h567 os_refcnt_t nlo_refcnt; /* # outstanding references */ member
H A Dnfs4_vnops.c3353 if (os_ref_get_count(&nlop->nlo_refcnt)) { in nfs_lock_owner_find()
3356 newcount = os_ref_release_locked(&nlop->nlo_refcnt); in nfs_lock_owner_find()
3385 os_ref_init(&newnlop->nlo_refcnt, NULL); in nfs_lock_owner_find()
3423 os_ref_retain_locked(&nlop->nlo_refcnt); in nfs_lock_owner_ref()
3443 if (os_ref_get_count(&nlop->nlo_refcnt) < 1) { in nfs_lock_owner_rele()
3446 newcount = os_ref_release_locked(&nlop->nlo_refcnt); in nfs_lock_owner_rele()