Home
last modified time | relevance | path

Searched refs:fhandle (Results 1 – 15 of 15) sorted by relevance

/linux-4.19.296/fs/nfs/
Dnfs4trace.h396 __field(u32, fhandle)
432 __entry->fhandle = nfs_fhandle_hash(NFS_FH(inode));
435 __entry->fhandle = 0;
453 __entry->fhandle,
481 __field(u32, fhandle)
493 __entry->fhandle = nfs_fhandle_hash(NFS_FH(inode));
508 __entry->fhandle,
525 __field(u32, fhandle)
538 __entry->fhandle = nfs_fhandle_hash(NFS_FH(inode));
556 __entry->fhandle,
[all …]
Dnfstrace.h55 __field(u32, fhandle)
64 __entry->fhandle = nfs_fhandle_hash(&nfsi->fh);
72 __entry->fhandle,
88 __field(u32, fhandle)
102 __entry->fhandle = nfs_fhandle_hash(&nfsi->fh);
117 __entry->fhandle,
737 __field(u32, fhandle)
748 __entry->fhandle = nfs_fhandle_hash(&nfsi->fh);
756 __entry->fhandle,
774 __field(u32, fhandle)
[all …]
Dproc.c54 nfs_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_get_root() argument
61 .rpc_argp = fhandle, in nfs_proc_get_root()
101 nfs_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_getattr() argument
107 .rpc_argp = fhandle, in nfs_proc_getattr()
151 struct nfs_fh *fhandle, struct nfs_fattr *fattr, in nfs_proc_lookup() argument
160 .fh = fhandle, in nfs_proc_lookup()
201 struct nfs_fh fhandle; member
218 data->fhandle.size = 0; in nfs_alloc_createdata()
219 data->res.fh = &data->fhandle; in nfs_alloc_createdata()
520 nfs_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_statfs() argument
[all …]
Dnfs3proc.c61 do_proc_get_root(struct rpc_clnt *client, struct nfs_fh *fhandle, in do_proc_get_root() argument
66 .rpc_argp = fhandle, in do_proc_get_root()
88 nfs3_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_get_root() argument
93 status = do_proc_get_root(server->client, fhandle, info); in nfs3_proc_get_root()
95 status = do_proc_get_root(server->nfs_client->cl_rpcclient, fhandle, info); in nfs3_proc_get_root()
103 nfs3_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_getattr() argument
109 .rpc_argp = fhandle, in nfs3_proc_getattr()
153 struct nfs_fh *fhandle, struct nfs_fattr *fattr, in nfs3_proc_lookup() argument
162 .fh = fhandle, in nfs3_proc_lookup()
182 msg.rpc_argp = fhandle; in nfs3_proc_lookup()
[all …]
Dnfs4proc.c95 static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *…
3587 static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in _nfs4_server_capabilities() argument
3591 .fhandle = fhandle, in _nfs4_server_capabilities()
3681 int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in nfs4_server_capabilities() argument
3687 _nfs4_server_capabilities(server, fhandle), in nfs4_server_capabilities()
3693 static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, in _nfs4_lookup_root() argument
3703 .fh = fhandle, in _nfs4_lookup_root()
3722 static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs4_lookup_root() argument
3728 err = _nfs4_lookup_root(server, fhandle, info); in nfs4_lookup_root()
3729 trace_nfs4_lookup_root(server, fhandle, info->fattr, err); in nfs4_lookup_root()
[all …]
Ddir.c1156 struct nfs_fh *fhandle; in nfs_lookup_revalidate_dentry() local
1162 fhandle = nfs_alloc_fhandle(); in nfs_lookup_revalidate_dentry()
1165 if (fhandle == NULL || fattr == NULL || IS_ERR(label)) in nfs_lookup_revalidate_dentry()
1168 ret = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, fhandle, fattr, label); in nfs_lookup_revalidate_dentry()
1175 if (nfs_compare_fh(NFS_FH(inode), fhandle)) in nfs_lookup_revalidate_dentry()
1188 nfs_free_fhandle(fhandle); in nfs_lookup_revalidate_dentry()
1405 struct nfs_fh *fhandle = NULL; in nfs_lookup() local
1424 fhandle = nfs_alloc_fhandle(); in nfs_lookup()
1426 if (fhandle == NULL || fattr == NULL) in nfs_lookup()
1434 error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, fhandle, fattr, label); in nfs_lookup()
[all …]
Ddelegation.h48 struct inode *nfs_delegation_find_inode(struct nfs_client *clp, const struct nfs_fh *fhandle);
Ddelegation.c861 const struct nfs_fh *fhandle) in nfs_delegation_find_inode_server() argument
869 nfs_compare_fh(fhandle, &NFS_I(delegation->inode)->fh) == 0) { in nfs_delegation_find_inode_server()
897 const struct nfs_fh *fhandle) in nfs_delegation_find_inode() argument
904 res = nfs_delegation_find_inode_server(server, fhandle); in nfs_delegation_find_inode()
Dnfs2xdr.c1162 PROC(GETATTR, fhandle, attrstat, 1),
1176 PROC(STATFS, fhandle, statfsres, 0),
Dnfs4_fs.h299 extern int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle);
Dnfs4xdr.c2709 encode_putfh(xdr, args->fhandle, &hdr); in nfs4_xdr_enc_server_caps()
2779 encode_putfh(xdr, args->fhandle, &hdr); in nfs4_xdr_enc_delegreturn()
/linux-4.19.296/fs/
DMakefile52 obj-$(CONFIG_FHANDLE) += fhandle.o
/linux-4.19.296/fs/nfsd/
Dnfs3acl.c264 PROC(setacl, setacl, setacl, fhandle, RC_NOCACHE, ST+pAT),
Dnfs2acl.c378 PROC(getattr, fhandle, attrstat, attrstat, RC_NOCACHE, ST+AT),
/linux-4.19.296/include/linux/
Dnfs_xdr.h572 const struct nfs_fh *fhandle; member
1123 struct nfs_fh *fhandle; member