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 347 _vfs_busy(struct mount *mp, bool wait) function in typeref:typename:int
370 return _vfs_busy(mp, true);
377 return _vfs_busy(mp, false);
vfs_mount.c 347 _vfs_busy(struct mount *mp, bool wait) function in typeref:typename:int
370 return _vfs_busy(mp, true);
377 return _vfs_busy(mp, false);

Completed in 144 milliseconds