HomeSort by: relevance | last modified time | path
    Searched defs:vfs_busy (Results 1 - 2 of 2) 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
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);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_ioctl.c 220 #define vfs_busy(x, y) vfs_busy(x) macro
1488 error = vfs_busy(vfsp, 0);
3070 if (vfs_busy(vfsp, MBF_MNTLSTLOCK) != 0)
3084 if (vfs_busy(vfsp, 0) != 0)

Completed in 17 milliseconds