Searched refs:oo_ref_count (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c170 oop->oo_ref_count++;
184 oop->oo_ref_count--;
185 if (oop->oo_ref_count == 0) {
323 ASSERT(oop->oo_ref_count == 0);
325 oop->oo_ref_count++;
696 oop->oo_ref_count = 1;
1443 * such match is found. It will set the 'oo_ref_count' and 'oo_valid' back
1465 foop->oo_ref_count = 1;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h531 * The oo_ref_count keeps track the number of active references on this
570 * oo_ref_count
576 int oo_ref_count; member in struct:nfs4_open_owner

Completed in 69 milliseconds