Home
last modified time | relevance | path

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

/fs/
Dnamei.c1221 struct vfsmount *mounted = lookup_mnt(path); in follow_managed() local
1222 if (mounted) { in follow_managed()
1226 path->mnt = mounted; in follow_managed()
1227 path->dentry = dget(mounted->mnt_root); in follow_managed()
1263 struct vfsmount *mounted; in follow_down_one() local
1265 mounted = lookup_mnt(path); in follow_down_one()
1266 if (mounted) { in follow_down_one()
1269 path->mnt = mounted; in follow_down_one()
1270 path->dentry = dget(mounted->mnt_root); in follow_down_one()
1291 struct mount *mounted; in __follow_mount_rcu() local
[all …]
DKconfig94 mounted filesystems to support mandatory locking.
/fs/exofs/
DBUGS3 unmounted and mounted the kernel can get into an endless loop doing a readdir.
/fs/bfs/
DKconfig7 files during the boot process. It is usually mounted under /stand
/fs/autofs4/
DKconfig6 overhead in the already-mounted case; this is unlike the BSD
/fs/cachefiles/
DKconfig6 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/pstore/
DKconfig7 be mounted as /dev/pstore. Only useful if you have
/fs/cifs/
DKconfig43 mounted by the cifs client to be displayed in /proc/fs/cifs/Stats
168 Allows NFS server to export a CIFS mounted share (nfsd over cifs)
/fs/f2fs/
DKconfig25 mounted as f2fs. Each file shows the whole f2fs information.
/fs/proc/
DKconfig19 Before you can use the /proc file system, it has to be mounted,
/fs/befs/
DChangeLog240 the journal needs to be replayed, and the filesystem cannot be mounted.