Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A 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
H A Dautomount-support.rst50 (2) When a new mountpoint is created in the ->d_automount method, add
H A Dlocking.rst30 struct vfsmount *(*d_automount)(struct path *path);
49 d_automount: no no yes no
H A Dvfs.rst1164 struct vfsmount *(*d_automount)(struct path *);
1278 ``d_automount``
1315 pathwalk to ignore d_automount or any mounts.
H A Dpath-lookup.rst579 find a mount point, then this flag causes the ``d_automount()`` dentry
582 The ``d_automount()`` operation can be arbitrarily complex and may
/OK3568_Linux_fs/kernel/fs/cifs/
H A Ddir.c819 .d_automount = cifs_dfs_d_automount,
894 .d_automount = cifs_dfs_d_automount,
/OK3568_Linux_fs/kernel/include/linux/
H A Ddcache.h151 struct vfsmount *(*d_automount)(struct path *); member
/OK3568_Linux_fs/kernel/fs/afs/
H A Ddynroot.c269 .d_automount = afs_d_automount,
H A Ddir.c84 .d_automount = afs_d_automount,
/OK3568_Linux_fs/kernel/fs/debugfs/
H A Dinode.c229 .d_automount = debugfs_automount,
/OK3568_Linux_fs/kernel/fs/autofs/
H A Droot.c58 .d_automount = autofs_d_automount,
/OK3568_Linux_fs/kernel/fs/nfs/
H A Ddir.c1545 .d_automount = nfs_d_automount,
1626 .d_automount = nfs_d_automount,
/OK3568_Linux_fs/kernel/fs/fuse/
H A Ddir.c438 .d_automount = fuse_dentry_automount,
/OK3568_Linux_fs/kernel/fs/
H A Dnamei.c1292 return finish_automount(dentry->d_op->d_automount(path), path); in follow_automount()