Home | History | Annotate | Download | only in specfs

Lines Matching defs:spec_close

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_open
991 * spec_close will do that.
1597 spec_close(void *v)
1655 panic("spec_close: spurious pgrp ref");
1693 panic("spec_close: not special");