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

  /src/sys/kern/
vfs_mount.c 206 error = vfs_busy(mp);
243 * mountlist_iterator_next() -> vfs_busy().
340 * vfs_busy can be called multiple times and by multiple threads
367 vfs_busy(struct mount *mp) function in typeref:typename:int
383 * Every successful vfs_busy() call must be undone by a vfs_unbusy() call.
424 error = vfs_busy(lowermp);
1003 * vfs_busy() from succeeding.
1639 /* Take an initial reference for vfs_busy() below. */
1647 error = vfs_busy(mp);
vfs_mount.c 206 error = vfs_busy(mp);
243 * mountlist_iterator_next() -> vfs_busy().
340 * vfs_busy can be called multiple times and by multiple threads
367 vfs_busy(struct mount *mp) function in typeref:typename:int
383 * Every successful vfs_busy() call must be undone by a vfs_unbusy() call.
424 error = vfs_busy(lowermp);
1003 * vfs_busy() from succeeding.
1639 /* Take an initial reference for vfs_busy() below. */
1647 error = vfs_busy(mp);
vfs_mount.c 206 error = vfs_busy(mp);
243 * mountlist_iterator_next() -> vfs_busy().
340 * vfs_busy can be called multiple times and by multiple threads
367 vfs_busy(struct mount *mp) function in typeref:typename:int
383 * Every successful vfs_busy() call must be undone by a vfs_unbusy() call.
424 error = vfs_busy(lowermp);
1003 * vfs_busy() from succeeding.
1639 /* Take an initial reference for vfs_busy() below. */
1647 error = vfs_busy(mp);

Completed in 35 milliseconds