Searched refs:mntfh (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dgetroot.c48 struct dentry *nfs_get_root(struct super_block *sb, struct nfs_fh *mntfh) argument
87 error = server->nfs_client->rpc_ops->getroot(server, mntfh, &fsinfo);
93 inode = nfs_fhget(sb, mntfh, fsinfo.fattr);
128 struct nfs_fh *mntfh,
147 ret = server->nfs_client->rpc_ops->getroot(server, mntfh, &fsinfo);
194 memcpy(&lastfh, mntfh, sizeof(lastfh));
199 mntfh, &fattr);
228 struct dentry *nfs4_get_root(struct super_block *sb, struct nfs_fh *mntfh) argument
266 error = nfs4_server_capabilities(server, mntfh);
274 error = server->nfs_client->rpc_ops->getattr(server, mntfh,
127 nfs4_path_walk(struct nfs_server *server, struct nfs_fh *mntfh, const char *path) argument
[all...]
H A Dsuper.c441 struct nfs_fh *mntfh)
499 mntfh->size = data->root.size;
501 mntfh->size = NFS2_FHSIZE;
503 if (mntfh->size > sizeof(mntfh->data)) {
508 memcpy(mntfh->data, data->root.data, mntfh->size);
509 if (mntfh->size < sizeof(mntfh->data))
510 memset(mntfh
440 nfs_validate_mount_data(struct nfs_mount_data *data, struct nfs_fh *mntfh) argument
615 struct nfs_fh mntfh; local
807 struct nfs_fh mntfh; local
1018 struct nfs_fh mntfh; local
[all...]
H A Dclient.c690 static int nfs_probe_fsinfo(struct nfs_server *server, struct nfs_fh *mntfh, struct nfs_fattr *fattr) argument
699 error = clp->rpc_ops->set_capabilities(server, mntfh);
706 error = clp->rpc_ops->fsinfo(server, mntfh, &fsinfo);
719 if (clp->rpc_ops->pathconf(server, mntfh, &pathinfo) >= 0)
800 struct nfs_fh *mntfh)
820 error = nfs_probe_fsinfo(server, mntfh, &fattr);
824 error = server->nfs_client->rpc_ops->getattr(server, mntfh, &fattr);
972 struct nfs_fh *mntfh)
1000 error = nfs4_path_walk(server, mntfh, mntpath);
1007 dprintk("Mount FH: %d\n", mntfh
799 nfs_create_server(const struct nfs_mount_data *data, struct nfs_fh *mntfh) argument
966 nfs4_create_server(const struct nfs4_mount_data *data, const char *hostname, const struct sockaddr_in *addr, const char *mntpath, const char *ip_addr, rpc_authflavor_t authflavour, struct nfs_fh *mntfh) argument
1035 nfs4_create_referral_server(struct nfs_clone_mount *data, struct nfs_fh *mntfh) argument
[all...]
H A Dinternal.h142 struct nfs_fh *mntfh,

Completed in 56 milliseconds