Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c253 lop->lo_ref_count++; in lock_owner_hold()
268 lop->lo_ref_count--; in lock_owner_rele()
269 if (lop->lo_ref_count == 0) { in lock_owner_rele()
432 lop->lo_ref_count++; in find_lock_owner()
825 lop->lo_ref_count = 2; in create_lock_owner()
1334 lop->lo_ref_count++; in nfs4_find_or_create_lock_owner()
/titanic_50/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1790 int lo_ref_count; member