Home
last modified time | relevance | path

Searched refs:vfsmnt (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/
Ddcache.c949 char * __d_path(struct dentry *dentry, struct vfsmount *vfsmnt, in __d_path() argument
972 if (dentry == root && vfsmnt == rootmnt) in __d_path()
974 if (dentry == vfsmnt->mnt_root || IS_ROOT(dentry)) { in __d_path()
976 if (vfsmnt->mnt_parent == vfsmnt) in __d_path()
978 dentry = vfsmnt->mnt_mountpoint; in __d_path()
979 vfsmnt = vfsmnt->mnt_parent; in __d_path()
/linux-2.4.37.9/fs/proc/
Dbase.c231 struct vfsmount *our_vfsmnt, *vfsmnt, *mnt; in proc_check_root() local
234 if (proc_root_link(inode, &root, &vfsmnt)) /* Ewww... */ in proc_check_root()
243 mnt = vfsmnt; in proc_check_root()
245 while (vfsmnt != our_vfsmnt) { in proc_check_root()
246 if (vfsmnt == vfsmnt->mnt_parent) in proc_check_root()
248 de = vfsmnt->mnt_mountpoint; in proc_check_root()
249 vfsmnt = vfsmnt->mnt_parent; in proc_check_root()
/linux-2.4.37.9/include/linux/
Dsched.h936 static inline char * d_path(struct dentry *dentry, struct vfsmount *vfsmnt, in d_path() argument
947 res = __d_path(dentry, vfsmnt, root, rootmnt, buf, buflen); in d_path()