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

  /src/sys/ufs/lfs/
lfs_vfsops.c 157 .vfs_unmount = lfs_unmount,
1415 lfs_unmount(struct mount *mp, int mntflags) function in typeref:typename:int
1443 printf("lfs_unmount: still claim %d pages (%d in subsystem)\n",
1520 panic("lfs_unmount: still dirty blocks on ifile vnode");
lfs_vfsops.c 157 .vfs_unmount = lfs_unmount,
1415 lfs_unmount(struct mount *mp, int mntflags) function in typeref:typename:int
1443 printf("lfs_unmount: still claim %d pages (%d in subsystem)\n",
1520 panic("lfs_unmount: still dirty blocks on ifile vnode");

Completed in 26 milliseconds