Searched refs:nfs_get_root (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dinternal.h137 extern struct dentry *nfs_get_root(struct super_block *, struct nfs_fh *);
H A Dgetroot.c48 struct dentry *nfs_get_root(struct super_block *sb, struct nfs_fh *mntfh) function
89 dprintk("nfs_get_root: getattr error = %d\n", -error);
95 dprintk("nfs_get_root: get root inode failed\n");
106 dprintk("nfs_get_root: get root dentry failed\n");
268 dprintk("nfs_get_root: getcaps error = %d\n",
276 dprintk("nfs_get_root: getattr error = %d\n", -error);
282 dprintk("nfs_get_root: get root inode failed\n");
293 dprintk("nfs_get_root: get root dentry failed\n");
H A Dsuper.c650 mntroot = nfs_get_root(s, &mntfh);
723 mntroot = nfs_get_root(s, data->fh);

Completed in 37 milliseconds