Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/autofs/
Ddirhash.c85 if (!follow_down(&mnt, &dentry)) { in autofs_expire()
91 while (d_mountpoint(dentry) && follow_down(&mnt, &dentry)) in autofs_expire()
/linux-2.4.37.9/fs/
Dnamespace.c567 while(d_mountpoint(nd->dentry) && follow_down(&nd->mnt, &nd->dentry)) in do_move_mount()
633 while(d_mountpoint(nd->dentry) && follow_down(&nd->mnt, &nd->dentry)) in do_add_mount()
Dnamei.c408 int follow_down(struct vfsmount **mnt, struct dentry **dentry) in follow_down() function
/linux-2.4.37.9/kernel/
Dksyms.c155 EXPORT_SYMBOL(follow_down);
/linux-2.4.37.9/fs/nfsd/
Dvfs.c156 while (follow_down(&mnt,&mounts)&&d_mountpoint(mounts)) in nfsd_lookup()
/linux-2.4.37.9/include/linux/
Dfs.h1388 extern int follow_down(struct vfsmount **, struct dentry **);