HomeSort by: relevance | last modified time | path
    Searched defs:spec_close (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/miscfs/specfs/
spec_vnops.c 140 { &vop_close_desc, spec_close }, /* close */
276 * Notify spec_close that we are doing an I/O operation which
330 * We are done. Notify spec_close if appropriate. The
332 * spec_close doesn't miss a wakeup.
632 * thread was in the middle of spec_close, in the window when
633 * spec_close releases the vnode lock to call .d_close for the
635 * spec_close to complete.
851 * Take an I/O reference so that any concurrent spec_close via
855 * .d_open before spec_close starts waiting for I/O to drain so
964 * We can't resolve this by making spec_close wait for .d_ope
1597 spec_close(void *v) function in typeref:typename:int
    [all...]

Completed in 91 milliseconds