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

  /src/sys/miscfs/specfs/
spec_vnops.c 237 * spec_io_enter(vp, &sn, &dev)
251 spec_io_enter(struct vnode *vp, struct specnode **snp, dev_t *devp) function in typeref:typename:int
316 * Exit an operation entered with a successful spec_io_enter --
350 * Wait for all existing spec_io_enter/exit sections to complete.
351 * Caller must ensure spec_io_enter will fail at this point.
575 error = spec_io_enter(devvp, &sn, &dev);
859 error = spec_io_enter(vp, &sn1, &dev1);
1118 * the vnode's identity may change; hence spec_io_enter
1124 error = spec_io_enter(vp, &sn, &dev);
1233 * the vnode's identity may change; hence spec_io_enter
    [all...]

Completed in 14 milliseconds