Home
last modified time | relevance | path

Searched full:unmounted (Results 1 – 25 of 45) sorted by relevance

12

/linux/Documentation/filesystems/
H A Dautomount-support.rst61 from the namespace and thrown away (effectively unmounted).
89 mountpoint will not be marked for expiration or unmounted.
92 error will be given and it won't be unmounted.
H A Dafs.rst115 Automatically mounted filesystems will be automatically unmounted approximately
116 twenty minutes after they were last used. Alternatively they can be unmounted
121 unmounted, otherwise error EBUSY will be returned.
H A Dinotify.rst26 unmounted. Watching a file should not require that it be open.
H A Dfiemap.rst130 unmounted, and then only if the FIEMAP_EXTENT_ENCODED flag is
/linux/fs/orangefs/
H A Ddevorangefs-req.c86 int unmounted = 1; in mark_all_pending_mounts() local
93 unmounted = 0; in mark_all_pending_mounts()
96 return unmounted; in mark_all_pending_mounts()
217 * it is being mounted or unmounted. It is possible for in orangefs_devreq_read()
218 * a filesystem we don't know about to be unmounted if in orangefs_devreq_read()
525 int unmounted = 0; in orangefs_devreq_release() local
536 unmounted = mark_all_pending_mounts(); in orangefs_devreq_release()
538 (unmounted ? "UNMOUNTED" : "MOUNTED")); in orangefs_devreq_release()
/linux/fs/
H A Dpnode.c414 * check if the mount 'mnt' can be unmounted successfully.
428 * quickly check if the current mount can be unmounted. in propagate_mount_busy()
538 * We know that some child of @m can't be unmounted. In all places where the
540 * the parent can't be unmounted either.
628 * might choose to keep unmounted pieces stuck to each other, but it always
647 * @set: the list of mounts to be unmounted.
650 * no obstacles to being unmounted. Add these additional mounts to the set.
H A Dnamespace.c84 static HLIST_HEAD(unmounted); /* protected by namespace_sem */
1697 hlist_move_list(&unmounted, &head); in namespace_unlock()
1754 * unmounted and connected, umounted mounts may not be in disconnect_mount()
1828 hlist_add_head(&p->mnt_umount, &unmounted); in umount_tree()
1997 hlist_add_head(&mnt->mnt_umount, &unmounted); in __detach_mounts()
2740 * In all cases the location must not have been unmounted and the in do_lock_mount()
3569 * @mnt_to->mnt_parent and @mnt_to would be unmounted from in can_move_mount_beneath()
3622 * Make sure that noone unmounted the target path or somehow in may_use_mount()
5740 * ns for the mount. This can happen if the mount is unmounted in do_statmount()
H A Dbinfmt_misc.c652 * entry is removed or the filesystem is unmounted and the super block is
/linux/Documentation/ABI/testing/
H A Dsysfs-ocfs263 when all filesystems are unmounted and the cluster stack
/linux/include/uapi/linux/
H A Dfiemap.h72 * while fs is unmounted */
H A Dinotify.h44 #define IN_UNMOUNT 0x00002000 /* Backing fs was unmounted */
/linux/Documentation/admin-guide/
H A Dbinderfs.rst74 binderfs instance is unmounted and all references to it have been dropped.
/linux/Documentation/admin-guide/blockdev/
H A Dramdisk.rst89 unused disk partition (such as an unmounted swap partition). For this
/linux/Documentation/power/
H A Duserland-swsusp.rst141 a file on a partition that is unmounted before SNAPSHOT_CREATE_IMAGE and
/linux/fs/freevxfs/
H A Dvxfs_super.c40 * after the last instance of the filesystem is unmounted.
/linux/Documentation/admin-guide/cgroup-v1/
H A Dcgroups.rst224 When a cgroup filesystem is unmounted, if there are any
226 will remain active even though unmounted; if there are no
/linux/fs/affs/
H A DChanges145 restored when the fs is unmounted. (BH)
/linux/fs/ext4/
H A Dblock_validity.c274 * Called when the filesystem is unmounted or when remounting it with
/linux/security/loadpin/
H A Dloadpin.c157 * been unmounted while we are not in enforcing mode. Otherwise, it in loadpin_check()
/linux/fs/notify/
H A Dmark.c54 * - The fs the inode is on is unmounted. (fsnotify_inode_delete/fsnotify_unmount_inodes)
769 * @sbinfo: fsnotify info for superblock being unmounted. in fsnotify_alloc_inode_connector()
/linux/tools/testing/selftests/bpf/
H A Dvmtest.sh364 # have already been unmounted. So, don't let this
/linux/fs/hfs/
H A Dsuper.c129 pr_warn("filesystem was not cleanly unmounted, running fsck.hfs is recommended. leaving read-only.\n"); in hfs_reconfigure()
/linux/Documentation/filesystems/fuse/
H A Dfuse.rst213 filesystem is still attached (it hasn't been lazy unmounted)
/linux/fs/xfs/
H A Dxfs_mount.c535 * cleanly unmounted, so we waited for recovery to finish before doing in xfs_check_summary_counts()
538 * If the filesystem was cleanly unmounted or the previous check did in xfs_check_summary_counts()
H A Dxfs_healthmon.c398 * Report that the filesystem is being unmounted, then detach the xfs mount

12