Searched full:unmounting (Results 1 – 25 of 61) sorted by relevance
123
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
H A D | umountnfs.sh | 18 # Write a reboot record to /var/log/wtmp before unmounting 21 echo "Unmounting remote filesystems..."
|
H A D | umountfs | 22 echo "Unmounting local filesystems..."
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/ |
H A D | Legacy.interface.yaml | 2 This interface provides methods for mounting and unmounting images 33 Perform an asynchronous operation of unmounting from HOST on given
|
H A D | Proxy.interface.yaml | 2 This interface provides methods for mounting and unmounting images.
|
/openbmc/linux/Documentation/filesystems/ |
H A D | autofs.rst | 9 automatic unmounting of various other filesystems. This provides two 129 expiry (automatic unmounting of the mounted filesystem) to 210 in unmounting as well. This also means that autofs has more control 214 the `umount` system call. Unmounting with MNT_EXPIRE will fail unless 231 With version 5, this is not safe except for unmounting from top-level
|
H A D | automount-support.rst | 94 Otherwise if it was already marked and it wasn't referenced, unmounting will
|
H A D | afs.rst | 119 Manually unmounting an AFS volume will cause any idle submounts upon it to be
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_mount.h | 383 #define XFS_OPSTATE_UNMOUNTING 0 /* filesystem is unmounting */ in __XFS_ADD_FEAT() 425 __XFS_IS_OPSTATE(unmounting, UNMOUNTING) 445 { (1UL << XFS_OPSTATE_UNMOUNTING), "unmounting" }, \
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | orphan.rst | 40 there as usual. When cleanly unmounting the filesystem we remove the
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/ |
H A D | obmc-shutdown.sh | 30 echo "Unmounting $f"
|
/openbmc/linux/fs/ |
H A D | pnode.c | 400 * NOTE: unmounting 'mnt' would naturally propagate to all 475 * NOTE: unmounting 'mnt' naturally propagates to all other mounts its 580 /* Find candidates for unmounting */ in propagate_umount()
|
/openbmc/docs/designs/ |
H A D | virtual-media.md | 76 Mounting and unmounting of remote device could be time consuming. Virtual Media 80 insufficient to perform mounting and unmounting in some cases. 419 … | BOOLEAN | Perform an asynchronous operation of unmounting from HOST on giv…
|
/openbmc/linux/init/ |
H A D | do_mounts_initrd.c | 132 printk(KERN_NOTICE "Unmounting old root\n"); in handle_initrd()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | initrd.rst | 45 Note that changing the root directory does not involve unmounting it. 220 - unmounting the initrd file system and de-allocating the RAM disk
|
H A D | xfs.rst | 450 filesystem from ever unmounting fully in the case of "retry forever" 455 removed by the unmounting filesystem before a "retry forever" error
|
H A D | sysrq.rst | 90 ``b`` Will immediately reboot the system without syncing or unmounting
|
/openbmc/u-boot/doc/ |
H A D | README.ubi | 225 Unmounting UBIFS volume recovery!
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_ums.py | 173 u_boot_console.log.action('Unmounting UMS device')
|
/openbmc/u-boot/cmd/ |
H A D | yaffs2.c | 115 printf("Unmounting yaffs2 mount point %s\n", mtpoint); in do_yumount()
|
/openbmc/linux/Documentation/usb/ |
H A D | mass-storage.rst | 118 the user unplugs the device without unmounting it first (which at
|
/openbmc/linux/security/loadpin/ |
H A D | loadpin.c | 114 * When unmounting the filesystem we were using for load in loadpin_sb_free_security()
|
/openbmc/linux/fs/notify/ |
H A D | fsnotify.c | 32 * fsnotify_unmount_inodes - an sb is unmounting. handle any watched inodes.
|
/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/ |
H A D | dtx.rst | 17 actions, such as unmounting devices attached to the base,
|
/openbmc/linux/fs/gfs2/ |
H A D | glops.c | 694 /* Ignore the unlock if we're withdrawn, unmounting, or in recovery. */ in nondisk_go_callback()
|
/openbmc/linux/fs/jffs2/ |
H A D | xattr.c | 438 * is called to release xattr related objects when unmounting. 616 /* It's called from jffs2_free_ino_caches() until unmounting FS. */ in jffs2_xattr_free_inode()
|
123