/fs/nfs/ |
D | nfs3proc.c | 58 do_proc_get_root(struct rpc_clnt *client, struct nfs_fh *fhandle, in do_proc_get_root() argument 63 .rpc_argp = fhandle, in do_proc_get_root() 85 nfs3_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_get_root() argument 90 status = do_proc_get_root(server->client, fhandle, info); in nfs3_proc_get_root() 92 status = do_proc_get_root(server->nfs_client->cl_rpcclient, fhandle, info); in nfs3_proc_get_root() 100 nfs3_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_getattr() argument 105 .rpc_argp = fhandle, in nfs3_proc_getattr() 146 struct nfs_fh *fhandle, struct nfs_fattr *fattr) in nfs3_proc_lookup() argument 154 .fh = fhandle, in nfs3_proc_lookup() 174 msg.rpc_argp = fhandle; in nfs3_proc_lookup() [all …]
|
D | proc.c | 53 nfs_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_get_root() argument 60 .rpc_argp = fhandle, in nfs_proc_get_root() 100 nfs_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_getattr() argument 105 .rpc_argp = fhandle, in nfs_proc_getattr() 149 struct nfs_fh *fhandle, struct nfs_fattr *fattr) in nfs_proc_lookup() argument 157 .fh = fhandle, in nfs_proc_lookup() 198 struct nfs_fh fhandle; member 215 data->fhandle.size = 0; in nfs_alloc_createdata() 216 data->res.fh = &data->fhandle; in nfs_alloc_createdata() 537 nfs_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_statfs() argument [all …]
|
D | dir.c | 1041 struct nfs_fh *fhandle = NULL; in nfs_lookup_revalidate() local 1080 fhandle = nfs_alloc_fhandle(); in nfs_lookup_revalidate() 1082 if (fhandle == NULL || fattr == NULL) in nfs_lookup_revalidate() 1085 error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, fhandle, fattr); in nfs_lookup_revalidate() 1088 if (nfs_compare_fh(NFS_FH(inode), fhandle)) in nfs_lookup_revalidate() 1094 nfs_free_fhandle(fhandle); in nfs_lookup_revalidate() 1110 nfs_free_fhandle(fhandle); in nfs_lookup_revalidate() 1130 nfs_free_fhandle(fhandle); in nfs_lookup_revalidate() 1257 struct nfs_fh *fhandle = NULL; in nfs_lookup() local 1280 fhandle = nfs_alloc_fhandle(); in nfs_lookup() [all …]
|
D | nfs4proc.c | 81 static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *… 2449 static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in _nfs4_server_capabilities() argument 2452 .fhandle = fhandle, in _nfs4_server_capabilities() 2503 int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in nfs4_server_capabilities() argument 2509 _nfs4_server_capabilities(server, fhandle), in nfs4_server_capabilities() 2515 static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, in _nfs4_lookup_root() argument 2524 .fh = fhandle, in _nfs4_lookup_root() 2536 static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs4_lookup_root() argument 2542 err = _nfs4_lookup_root(server, fhandle, info); in nfs4_lookup_root() 2555 static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandle, in nfs4_lookup_root_sec() argument [all …]
|
D | delegation.c | 673 const struct nfs_fh *fhandle) in nfs_delegation_find_inode_server() argument 681 nfs_compare_fh(fhandle, &NFS_I(delegation->inode)->fh) == 0) { in nfs_delegation_find_inode_server() 700 const struct nfs_fh *fhandle) in nfs_delegation_find_inode() argument 707 res = nfs_delegation_find_inode_server(server, fhandle); in nfs_delegation_find_inode()
|
D | delegation.h | 42 struct inode *nfs_delegation_find_inode(struct nfs_client *clp, const struct nfs_fh *fhandle);
|
D | nfs2xdr.c | 1126 PROC(GETATTR, fhandle, attrstat, 1), 1140 PROC(STATFS, fhandle, statfsres, 0),
|
D | nfs4_fs.h | 233 extern int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle);
|
D | nfs4xdr.c | 2550 encode_putfh(xdr, args->fhandle, &hdr); in nfs4_xdr_enc_server_caps() 2619 encode_putfh(xdr, args->fhandle, &hdr); in nfs4_xdr_enc_delegreturn()
|
/fs/ |
D | Makefile | 51 obj-$(CONFIG_FHANDLE) += fhandle.o
|
/fs/nfsd/ |
D | nfs3acl.c | 256 PROC(setacl, setacl, setacl, fhandle, RC_NOCACHE, ST+pAT),
|
D | nfs2acl.c | 359 PROC(getattr, fhandle, attrstat, attrstat, RC_NOCACHE, ST+AT),
|