Home
last modified time | relevance | path

Searched refs:follow_down (Results 1 – 11 of 11) sorted by relevance

/fs/autofs/
Ddirhash.c85 if (!follow_down(&mnt, &dentry)) { in autofs_expire()
91 while (d_mountpoint(dentry) && follow_down(&mnt, &dentry)) in autofs_expire()
/fs/autofs4/
Ddev-ioctl.c220 while (follow_down(&nd->path.mnt, &nd->path.dentry)) { in autofs_dev_ioctl_find_super()
259 while (follow_down(&nd->path.mnt, &nd->path.dentry)) { in autofs_dev_ioctl_find_sbi_type()
665 if (follow_down(&nd.path.mnt, &nd.path.dentry)) { in autofs_dev_ioctl_ismountpoint()
Dautofs_i.h229 int followed = follow_down(mnt, dentry); in autofs4_follow_mount()
Dexpire.c59 if (!follow_down(&mnt, &dentry)) in autofs4_mount_busy()
Droot.c193 if (!follow_down(&nd->path.mnt, &nd->path.dentry)) in autofs4_follow_link()
/fs/nfs/
Dnamespace.c157 follow_down(&nd->path.mnt, &nd->path.dentry)) in nfs_follow_mountpoint()
/fs/afs/
Dmntpt.c247 follow_down(&nd->path.mnt, &nd->path.dentry)) in afs_mntpt_follow_link()
/fs/cifs/
Dcifs_dfs_ref.c282 follow_down(&nd->path.mnt, &nd->path.dentry)) in add_mount_helper()
/fs/
Dnamespace.c1590 follow_down(&path->mnt, &path->dentry)) in do_move_mount()
1684 follow_down(&path->mnt, &path->dentry)) in do_add_mount()
Dnamei.c725 int follow_down(struct vfsmount **mnt, struct dentry **dentry) in follow_down() function
2863 EXPORT_SYMBOL(follow_down);
/fs/nfsd/
Dvfs.c107 while (follow_down(&mnt,&mounts)&&d_mountpoint(mounts)); in nfsd_cross_mnt()