Searched refs:os_pending_close (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_rnode.c1657 * We are safe at looking at os_valid and os_pending_close across dropping
1660 * -Looking at os_pending_close is safe since this routine is
1661 * only called via recovery, and os_pending_close can only be set via
1705 if (osp->os_valid && !osp->os_pending_close)
1737 !osp->os_pending_close) {
H A Dnfs4_client_state.c754 osp->os_pending_close = 0;
H A Dnfs4_recovery.c2422 if (osp->os_pending_close) {
2424 osp->os_pending_close = 0;
H A Dnfs4_vnops.c2398 osp->os_pending_close = 1;
15575 osp->os_pending_close = 0;
15582 osp->os_pending_close = 0;
15587 osp->os_pending_close = 0;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1625 * 'os_pending_close' is set when an over-the-wire CLOSE is deferred to the
1673 * os_pending_close
1704 unsigned os_pending_close:1; member in struct:nfs4_open_stream

Completed in 115 milliseconds