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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c786 net->net_status = NFS4_EPHEMERAL_TREE_BUILDING;
823 if (net->net_status & NFS4_EPHEMERAL_TREE_PROCESSING) {
834 net->net_status |= NFS4_EPHEMERAL_TREE_MOUNTING;
872 net->net_status &= ~NFS4_EPHEMERAL_TREE_MOUNTING;
884 net->net_status &= ~NFS4_EPHEMERAL_TREE_BUILDING;
2462 net->net_status &= ~NFS4_EPHEMERAL_TREE_UMOUNTING;
2580 if (net->net_status &
2635 if (net->net_status &
2671 if (net->net_status &
2690 net->net_status |
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1423 * net_cnt_lock controls access to net_refcnt and net_status. It must only be
1459 uint_t net_status; member in struct:nfs4_ephemeral_tree
1464 * State for the tree (set in net_status):

Completed in 561 milliseconds