Searched refs:d_automount (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.6/Documentation/filesystems/ |
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
|
D | automount-support.rst | 50 (2) When a new mountpoint is created in the ->d_automount method, add
|
D | locking.rst | 30 struct vfsmount *(*d_automount)(struct path *path); 49 d_automount: no no yes no
|
D | vfs.rst | 1265 struct vfsmount *(*d_automount)(struct path *); 1379 ``d_automount`` 1416 pathwalk to ignore d_automount or any mounts.
|
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-v6.6/fs/smb/client/ |
D | dir.c | 800 .d_automount = cifs_d_automount, 875 .d_automount = cifs_d_automount,
|
/Linux-v6.6/include/linux/ |
D | dcache.h | 140 struct vfsmount *(*d_automount)(struct path *); member
|
/Linux-v6.6/fs/afs/ |
D | dynroot.c | 270 .d_automount = afs_d_automount,
|
D | dir.c | 87 .d_automount = afs_d_automount,
|
/Linux-v6.6/fs/debugfs/ |
D | inode.c | 255 .d_automount = debugfs_automount,
|
/Linux-v6.6/fs/autofs/ |
D | root.c | 62 .d_automount = autofs_d_automount,
|
/Linux-v6.6/fs/nfs/ |
D | dir.c | 1925 .d_automount = nfs_d_automount, 2010 .d_automount = nfs_d_automount,
|
/Linux-v6.6/fs/fuse/ |
D | dir.c | 337 .d_automount = fuse_dentry_automount,
|
/Linux-v6.6/fs/ |
D | namei.c | 1370 return finish_automount(dentry->d_op->d_automount(path), path); in follow_automount()
|