Home
last modified time | relevance | path

Searched refs:mounted (Results 1 – 13 of 13) sorted by relevance

/fs/
Dnamei.c1332 struct vfsmount *mounted = lookup_mnt(path); in follow_managed() local
1333 if (mounted) { in follow_managed()
1337 path->mnt = mounted; in follow_managed()
1338 path->dentry = dget(mounted->mnt_root); in follow_managed()
1374 struct vfsmount *mounted; in follow_down_one() local
1376 mounted = lookup_mnt(path); in follow_down_one()
1377 if (mounted) { in follow_down_one()
1380 path->mnt = mounted; in follow_down_one()
1381 path->dentry = dget(mounted->mnt_root); in follow_down_one()
1402 struct mount *mounted; in __follow_mount_rcu() local
[all …]
Ddcache.c1375 unsigned int mounted; member
1386 info->mounted = 1; in path_check_mount()
1402 struct check_mount data = { .mnt = parent->mnt, .mounted = 0 }; in path_has_submounts()
1408 return data.mounted; in path_has_submounts()
DKconfig109 mounted filesystems to support mandatory locking.
/fs/bfs/
DKconfig8 files during the boot process. It is usually mounted under /stand
/fs/autofs/
DKconfig19 overhead in the already-mounted case; this is unlike the BSD
/fs/cachefiles/
DKconfig7 This permits use of a mounted filesystem as a cache for other
/fs/affs/
DChanges238 the one that mounted it) instead of root. This
308 if the filesystem is mounted read-only.
318 - Allow dir-cache filesystems to be mounted
/fs/xfs/
DKconfig77 mounted XFS filesystem. This feature is intended to reduce
94 mounted XFS filesystem. This feature is intended to reduce
/fs/f2fs/
DKconfig28 mounted as f2fs. Each file shows the whole f2fs information.
/fs/pstore/
DKconfig9 be mounted as /dev/pstore. Only useful if you have
/fs/proc/
DKconfig20 Before you can use the /proc file system, it has to be mounted,
/fs/cifs/
DKconfig197 Allows NFS server to export a CIFS mounted share (nfsd over cifs)
/fs/befs/
DChangeLog240 the journal needs to be replayed, and the filesystem cannot be mounted.