HomeSort by: relevance | last modified time | path
    Searched refs:mounts (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/eject/
eject.c 330 struct statvfs *mounts; local in function:unmount_dev
335 nmnts = getmntinfo(&mounts, MNT_NOWAIT);
352 if (strncmp(mounts[i].f_mntfromname, dn, len) == 0) {
355 mounts[i].f_mntfromname,
356 mounts[i].f_mntonname);
360 am_unmount(mounts[i].f_mntonname) != 0 &&
362 unmount(mounts[i].f_mntonname, 0) == -1)
363 err(1, "unmount: %s", mounts[i].f_mntonname);
  /src/sys/fs/nilfs/
nilfs.h 159 STAILQ_HEAD(nilfs_mnts, nilfs_mount) mounts;
nilfs_vfsops.c 575 STAILQ_FOREACH(ump, &nilfsdev->mounts, next_mount) {
580 /* allow readonly mounts without questioning here */
585 STAILQ_FOREACH(ump, &nilfsdev->mounts, next_mount) {
628 DPRINTF(VOLUMES, ("no previous mounts on this device, mounting device\n"));
676 STAILQ_INIT(&nilfsdev->mounts);
805 /* readonly mounts won't write */
941 STAILQ_INSERT_TAIL(&nilfsdev->mounts, ump, next_mount);
1003 STAILQ_REMOVE(&nilfsdev->mounts, ump, nilfs_mount, next_mount);
  /src/distrib/miniroot/
install.sh 364 also wish to take this opportunity to place NFS mounts in the fstab.

Completed in 169 milliseconds