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

  /src/sys/kern/
vfs_mount.c 341 * and must be accompanied by the same number of vfs_unbusy calls.
383 * Every successful vfs_busy() call must be undone by a vfs_unbusy() call.
386 vfs_unbusy(struct mount *mp) function in typeref:typename:void
434 vfs_unbusy(lowermp);
1596 vfs_unbusy(marker->me_mount);
1618 vfs_unbusy(marker->me_mount);
vfs_mount.c 341 * and must be accompanied by the same number of vfs_unbusy calls.
383 * Every successful vfs_busy() call must be undone by a vfs_unbusy() call.
386 vfs_unbusy(struct mount *mp) function in typeref:typename:void
434 vfs_unbusy(lowermp);
1596 vfs_unbusy(marker->me_mount);
1618 vfs_unbusy(marker->me_mount);

Completed in 22 milliseconds