Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfsnode.h557 os_refcnt_t nlo_refcnt; /* # outstanding references */ member
H A Dnfs4_vnops.c3357 if (os_ref_get_count(&nlop->nlo_refcnt)) { in nfs_lock_owner_find()
3360 newcount = os_ref_release_locked(&nlop->nlo_refcnt); in nfs_lock_owner_find()
3389 os_ref_init(&newnlop->nlo_refcnt, NULL); in nfs_lock_owner_find()
3427 os_ref_retain_locked(&nlop->nlo_refcnt); in nfs_lock_owner_ref()
3447 if (os_ref_get_count(&nlop->nlo_refcnt) < 1) { in nfs_lock_owner_rele()
3450 newcount = os_ref_release_locked(&nlop->nlo_refcnt); in nfs_lock_owner_rele()