Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfs_socket.c380 if (nso->nso_flags & NSO_CONNECTING) { in nfs_connect_upcall()
381 NFS_SOCK_DBG("nfs connect - socket %p upcall - connecting flags = %8.8x\n", nso, nso->nso_flags); in nfs_connect_upcall()
387 …if ((nso->nso_flags & (NSO_UPCALL | NSO_DISCONNECTING | NSO_DEAD)) || !(nso->nso_flags & NSO_PINGI… in nfs_connect_upcall()
392 NFS_SOCK_DBG("nfs connect - socket %p upcall %8.8x\n", nso, nso->nso_flags); in nfs_connect_upcall()
393 nso->nso_flags |= NSO_UPCALL; in nfs_connect_upcall()
398 if (nso->nso_flags & (NSO_DISCONNECTING | NSO_DEAD)) { in nfs_connect_upcall()
507 nso->nso_flags &= ~NSO_PINGING; in nfs_connect_upcall()
512 nso->nso_flags |= NSO_DEAD; in nfs_connect_upcall()
514 nso->nso_flags |= NSO_VERIFIED; in nfs_connect_upcall()
523 nso->nso_flags &= ~NSO_UPCALL; in nfs_connect_upcall()
[all …]
H A Dnfsmount.h171 uint16_t nso_flags; /* NSO_* flags */ member