Searched refs:mounted (Results 1 – 14 of 14) sorted by relevance
8 by the host to be mounted under Linux.
8 files during the boot process. It is usually mounted under /stand
7 This permits use of a mounted filesystem as a cache for other
19 overhead in the already-mounted case; this is unlike the BSD
238 the one that mounted it) instead of root. This308 if the filesystem is mounted read-only.318 - Allow dir-cache filesystems to be mounted
1319 struct vfsmount *mounted = lookup_mnt(path); in __traverse_mounts() local1320 if (mounted) { // ... in our namespace in __traverse_mounts()1324 path->mnt = mounted; in __traverse_mounts()1325 path->dentry = dget(mounted->mnt_root); in __traverse_mounts()1371 struct vfsmount *mounted; in follow_down_one() local1373 mounted = lookup_mnt(path); in follow_down_one()1374 if (mounted) { in follow_down_one()1377 path->mnt = mounted; in follow_down_one()1378 path->dentry = dget(mounted->mnt_root); in follow_down_one()1431 struct mount *mounted = __lookup_mnt(path->mnt, dentry); in __follow_mount_rcu() local[all …]
1397 unsigned int mounted; member1408 info->mounted = 1; in path_check_mount()1424 struct check_mount data = { .mnt = parent->mnt, .mounted = 0 }; in path_has_submounts()1430 return data.mounted; in path_has_submounts()
110 mounted filesystems to support mandatory locking.
102 mounted XFS filesystem. This feature is intended to reduce119 mounted XFS filesystem. This feature is intended to reduce
36 mounted as f2fs. Each file shows the whole f2fs information.
20 Before you can use the /proc file system, it has to be mounted,
9 be mounted as /dev/pstore. Only useful if you have
197 Allows NFS server to export a CIFS mounted share (nfsd over cifs)
240 the journal needs to be replayed, and the filesystem cannot be mounted.