Home
last modified time | relevance | path

Searched refs:d_automount (Results 1 – 14 of 14) sorted by relevance

/linux-6.1.9/Documentation/filesystems/
Dautofs.rst93 "`stat`" will (normally) cause the `d_op->d_automount()` dentry operation
101 autofs `d_automount` method then waits for the daemon to report that
133 on the directory and to not consider calling `->d_automount()`.
175 RCU-walk will never call `->d_automount`; the filesystems must already
187 VFS that this is a directory that doesn't require d_automount. If
207 mounts that were created by `d_automount()` returning a filesystem to be
Dautomount-support.rst50 (2) When a new mountpoint is created in the ->d_automount method, add
Dlocking.rst30 struct vfsmount *(*d_automount)(struct path *path);
49 d_automount: no no yes no
Dvfs.rst1197 struct vfsmount *(*d_automount)(struct path *);
1311 ``d_automount``
1348 pathwalk to ignore d_automount or any mounts.
Dpath-lookup.rst578 find a mount point, then this flag causes the ``d_automount()`` dentry
581 The ``d_automount()`` operation can be arbitrarily complex and may
/linux-6.1.9/fs/cifs/
Ddir.c790 .d_automount = cifs_dfs_d_automount,
865 .d_automount = cifs_dfs_d_automount,
/linux-6.1.9/fs/afs/
Ddynroot.c270 .d_automount = afs_d_automount,
Ddir.c86 .d_automount = afs_d_automount,
/linux-6.1.9/include/linux/
Ddcache.h140 struct vfsmount *(*d_automount)(struct path *); member
/linux-6.1.9/fs/debugfs/
Dinode.c256 .d_automount = debugfs_automount,
/linux-6.1.9/fs/autofs/
Droot.c62 .d_automount = autofs_d_automount,
/linux-6.1.9/fs/nfs/
Ddir.c1915 .d_automount = nfs_d_automount,
2000 .d_automount = nfs_d_automount,
/linux-6.1.9/fs/fuse/
Ddir.c347 .d_automount = fuse_dentry_automount,
/linux-6.1.9/fs/
Dnamei.c1363 return finish_automount(dentry->d_op->d_automount(path), path); in follow_automount()