Searched defs:unmounted (Results 1 - 4 of 4) sorted by relevance
| /illumos-gate/usr/src/cmd/rmformat/ |
| H A D | rmf_misc.c | 337 * 1 : if successfully unmounted 351 int32_t unmounted = 0; local 415 unmounted = 1; 438 unmounted = 1; 457 unmounted = 1; 470 if (unmounted) 481 * 1 : if successfully unmounted
|
| /illumos-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs4_recovery.c | 110 * filesystem has been forcibly unmounted. 353 * filesystem has been unmounted or the zone is shutting down. 370 "nfs4_start_recovery: fs unmounted")); 444 * If the filesystem has been unmounted, punt. 730 * been forcibly unmounted. startrecovp may be NULL for 1038 * if the filesystem has been forcibly unmounted or the lwp is exiting. 1043 * - EIO if the filesystem has been forcibly unmounted (non-state-releasing 1250 "unmounted")); 1257 * the filesystem is unmounted, then the filesystem 1271 * us, and the filesystem has been unmounted 3114 errs_to_action(recov_info_t *recovp, nfs4_server_t *sp, mntinfo4_t *mi, stateid4 *sidp, nfs4_lost_rqst_t *lost_rqstp, int unmounted, nfs_opnum4 op, nfs4_bseqid_entry_t *bsep) argument [all...] |
| /illumos-gate/usr/src/uts/common/fs/zfs/ |
| H A D | zfs_vfsops.c | 1101 * not unmounted. We consider the filesystem valid before the barrier 1508 * Leave rootvp held. The root file system is never unmounted. 1765 * unmounted this file system while we were doing the switcheroo, 1791 * If we are unmounting, set the unmounted flag and let new vops 1792 * unblock. zfs_inactive will have the unmounted behavior, and all 2276 * Return true if the coresponding vfs's unmounted flag is set. 2284 boolean_t unmounted = B_FALSE; local 2292 unmounted = B_TRUE; 2295 return (unmounted);
|
| /illumos-gate/usr/src/cmd/zoneadmd/ |
| H A D | vplat.c | 676 boolean_t unmounted; local 697 unmounted = B_FALSE; 707 unmounted = B_TRUE; 714 unmounted = B_TRUE; 733 if (!unmounted && umount2(path, 0) != 0) 5164 * root) are unmounted, and the zone is on death row. But there may 5173 goto unmounted; 5180 goto unmounted; 5188 unmounted:
|
Completed in 66 milliseconds