/linux-4.4.14/Documentation/power/ |
D | swsusp-dmcrypt.txt | 91 umount /mnt 107 umount /sys 109 umount /proc 113 umount -l /mnt 114 umount /proc
|
/linux-4.4.14/Documentation/filesystems/ |
D | automount-support.txt | 80 umount(). This flag is considered incompatible with MNT_FORCE and MNT_DETACH. 83 umount() or its parent mountpoint, an EBUSY error will be returned and the 92 Again, the expiration flag is cleared every time anything other than umount()
|
D | bfs.txt | 30 that modprobe is functioning. Beware that umount will not deallocate 44 # umount /stand
|
D | nilfs2.txt | 24 "mount.nilfs2", "umount.nilfs2", and "nilfs_cleanerd" (so called 173 # umount /dir 175 Then, the cleaner daemon is automatically shut down by the umount 176 helper program (umount.nilfs2).
|
D | afs.txt | 119 directly with the umount() system call. 128 umount /afs 244 umount /afs
|
D | autofs4-mount-control.txt | 21 Currently autofs uses "umount -l" (lazy umount) to clear active mounts 22 at restart. While using lazy umount works for most cases, anything that 92 to mount and umount all of the offsets as a single unit. Not really a 153 expire in the daemon has become far to complex because umount 160 the daemon until we can't umount any more mounts, then return the
|
D | ecryptfs.txt | 59 Then umount /mnt/crypt and mount again per the instructions given
|
D | gfs2-uevents.txt | 64 or at the end of a umount of the filesystem. All REMOVE uevents will
|
D | sharedsubtree.txt | 76 2b) A slave mount is like a shared mount except that mount and umount events 230 bind, rbind, move, mount, umount and clone-namespace operations. 542 umount A 569 to be unmounted and 'C1' has some sub-mounts, the umount operation is 737 One could use a series of umount at each step to prune
|
D | devpts.txt | 46 $ umount /dev/pts
|
D | fuse.txt | 212 - Use forced umount (umount -f). Works in all cases but only if
|
D | logfs.txt | 221 most purposes. At umount time, however, the inode file needs to
|
D | hpfs.txt | 79 extended attribute UID=0. And when you umount the fs and mount it again with
|
D | ramfs-rootfs-initramfs.txt | 119 umount the ramdisk. But initramfs is rootfs: you can neither pivot_root
|
D | Locking | 286 in the filesystem like having dirty inodes at umount and losing written data.
|
D | proc.txt | 1658 (1) mount ID: unique identifier of the mount (may be reused after umount)
|
/linux-4.4.14/tools/testing/selftests/vm/ |
D | run_vmtests | 107 umount $mnt
|
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 28 sudo umount /mnt
|
/linux-4.4.14/tools/testing/selftests/zram/ |
D | zram_lib.sh | 43 umount /dev/zram$i
|
/linux-4.4.14/Documentation/ia64/ |
D | xen.txt | 83 5. umount 84 # umount /mnt
|
/linux-4.4.14/Documentation/device-mapper/ |
D | log-writes.txt | 111 umount /mnt/btrfs-test 130 umount /mnt/btrfs-test
|
/linux-4.4.14/drivers/staging/lustre/ |
D | README.txt | 73 Enable mount/umount console messages (or not)
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 87 umount shares they mount requires 111 the utility umount.cifs may be used. It may be invoked directly, or if 112 umount.cifs is placed in /sbin, umount can invoke the cifs umount helper 113 (at least for most versions of the umount utility) for umount of cifs 114 mounts, unless umount is invoked with -i (which will avoid invoking a umount 115 helper). As with mount.cifs, to enable user unmounts umount.cifs must be marked 116 as suid (e.g. "chmod +s /sbin/umount.cifs") or equivalent (some distributions
|
D | CHANGES | 103 umount race that can cause oops in mount or umount or reconnect. 392 current uid matches the uid of the mounter (needed by umount.cifs). 841 Fix signal sending so that captive thread (cifsd) exits on umount
|
/linux-4.4.14/Documentation/ |
D | sysrq.txt | 151 sync(s) and umount(u) first. 162 umount(u) is basically useful in the same ways as sync(s). I generally sync(s), 163 umount(u), then reboot(b) when my system locks. It's saved me many a fsck.
|
D | initrd.txt | 155 # umount /mnt 249 # umount /initrd 350 umount -n /proc
|
/linux-4.4.14/Documentation/usb/ |
D | authorization.txt | 79 umount /mntpoint
|
/linux-4.4.14/Documentation/cdrom/ |
D | packet-writing.txt | 106 # umount /dvdram
|
D | ide-cd | 132 umount /mnt/cdrom
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 122 ENTRY_SAME(umount)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 58 SYSCALL(umount)
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_wrapper.c | 77 COMPAT_SYSCALL_WRAP2(umount, char __user *, name, int, flags);
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_32.tbl | 31 22 i386 umount sys_oldumount
|
/linux-4.4.14/Documentation/blockdev/ |
D | zram.txt | 233 umount /dev/zram1
|
/linux-4.4.14/Documentation/cgroups/ |
D | unified-hierarchy.txt | 114 the unified hierarchy after the final umount of the previous
|
/linux-4.4.14/fs/ |
D | namespace.c | 1595 SYSCALL_DEFINE2(umount, char __user *, name, int, flags) in SYSCALL_DEFINE2() argument
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 369 host% umount mnt
|