Searched refs:d_automount (Results 1 – 14 of 14) sorted by relevance
/linux/Documentation/filesystems/ |
A D | autofs.rst | 93 "`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
|
A D | automount-support.rst | 50 (2) When a new mountpoint is created in the ->d_automount method, add
|
A D | locking.rst | 30 struct vfsmount *(*d_automount)(struct path *path); 49 d_automount: no no yes no
|
A D | vfs.rst | 1183 struct vfsmount *(*d_automount)(struct path *); 1297 ``d_automount`` 1334 pathwalk to ignore d_automount or any mounts.
|
A D | path-lookup.rst | 578 find a mount point, then this flag causes the ``d_automount()`` dentry 581 The ``d_automount()`` operation can be arbitrarily complex and may
|
/linux/fs/cifs/ |
A D | dir.c | 783 .d_automount = cifs_dfs_d_automount, 858 .d_automount = cifs_dfs_d_automount,
|
/linux/fs/afs/ |
A D | dynroot.c | 269 .d_automount = afs_d_automount,
|
A D | dir.c | 85 .d_automount = afs_d_automount,
|
/linux/include/linux/ |
A D | dcache.h | 149 struct vfsmount *(*d_automount)(struct path *); member
|
/linux/fs/debugfs/ |
A D | inode.c | 233 .d_automount = debugfs_automount,
|
/linux/fs/autofs/ |
A D | root.c | 60 .d_automount = autofs_d_automount,
|
/linux/fs/nfs/ |
A D | dir.c | 1742 .d_automount = nfs_d_automount, 1816 .d_automount = nfs_d_automount,
|
/linux/fs/fuse/ |
A D | dir.c | 338 .d_automount = fuse_dentry_automount,
|
/linux/fs/ |
A D | namei.c | 1311 return finish_automount(dentry->d_op->d_automount(path), path); in follow_automount()
|
Completed in 42 milliseconds