Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c1628 if (next_osp) in nfs4_get_otw_cred_by_osp()
1633 if (next_osp == NULL) { in nfs4_get_otw_cred_by_osp()
1652 if (next_osp) { in nfs4_get_otw_cred_by_osp()
1657 while (next_osp && !next_osp->os_valid) { in nfs4_get_otw_cred_by_osp()
1661 next_osp = tmp_osp; in nfs4_get_otw_cred_by_osp()
1662 if (next_osp) in nfs4_get_otw_cred_by_osp()
1665 if (next_osp) { in nfs4_get_otw_cred_by_osp()
1666 next_osp->os_ref_count++; in nfs4_get_otw_cred_by_osp()
1675 if (next_osp) { in nfs4_get_otw_cred_by_osp()
1678 oop = next_osp->os_open_owner; in nfs4_get_otw_cred_by_osp()
[all …]