HomeSort by relevance Sort by last modified time
    Searched refs:rootmnt (Results 1 - 2 of 2) sorted by null

  /external/oprofile/module/
op_dname.c 114 int wind_dentries_2_4(struct dentry * dentry, struct vfsmount * vfsmnt, struct dentry * root, struct vfsmount * rootmnt)
126 if (d == root && v == rootmnt)
149 struct vfsmount * rootmnt; local
153 rootmnt = mntget(current->fs->rootmnt);
159 value = do_hash(dentry, vfsmnt, root, rootmnt);
163 mntput(rootmnt);
169 uint do_hash(struct dentry * dentry, struct vfsmount * vfsmnt, struct dentry * root, struct vfsmount * rootmnt)
178 if (!wind_dentries(dentry, vfsmnt, root, rootmnt))
op_dcache.h 28 uint do_hash(struct dentry * dentry, struct vfsmount * vfsmnt, struct dentry * root, struct vfsmount * rootmnt);

Completed in 348 milliseconds