Home
last modified time | relevance | path

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

/Linux-v4.19/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 …]
Ddir.c1091 struct nfs_fh *fhandle = NULL; in nfs_lookup_revalidate() local
1150 fhandle = nfs_alloc_fhandle(); in nfs_lookup_revalidate()
1152 if (fhandle == NULL || fattr == NULL) in nfs_lookup_revalidate()
1160 error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, fhandle, fattr, label); in nfs_lookup_revalidate()
1166 if (nfs_compare_fh(NFS_FH(inode), fhandle)) in nfs_lookup_revalidate()
1174 nfs_free_fhandle(fhandle); in nfs_lookup_revalidate()
1196 nfs_free_fhandle(fhandle); in nfs_lookup_revalidate()
1218 nfs_free_fhandle(fhandle); in nfs_lookup_revalidate()
1345 struct nfs_fh *fhandle = NULL; in nfs_lookup() local
1364 fhandle = nfs_alloc_fhandle(); in nfs_lookup()
[all …]
Dnfs4proc.c95 static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *…
3551 static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in _nfs4_server_capabilities() argument
3555 .fhandle = fhandle, in _nfs4_server_capabilities()
3645 int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in nfs4_server_capabilities() argument
3651 _nfs4_server_capabilities(server, fhandle), in nfs4_server_capabilities()
3657 static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, in _nfs4_lookup_root() argument
3667 .fh = fhandle, in _nfs4_lookup_root()
3686 static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs4_lookup_root() argument
3692 err = _nfs4_lookup_root(server, fhandle, info); in nfs4_lookup_root()
3693 trace_nfs4_lookup_root(server, fhandle, info->fattr, err); in nfs4_lookup_root()
[all …]
Ddelegation.h47 struct inode *nfs_delegation_find_inode(struct nfs_client *clp, const struct nfs_fh *fhandle);
Ddelegation.c849 const struct nfs_fh *fhandle) in nfs_delegation_find_inode_server() argument
857 nfs_compare_fh(fhandle, &NFS_I(delegation->inode)->fh) == 0) { in nfs_delegation_find_inode_server()
878 const struct nfs_fh *fhandle) in nfs_delegation_find_inode() argument
885 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.h295 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-v4.19/fs/
DMakefile52 obj-$(CONFIG_FHANDLE) += fhandle.o
/Linux-v4.19/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-v4.19/include/linux/
Dnfs_xdr.h572 const struct nfs_fh *fhandle; member
1123 struct nfs_fh *fhandle; member
/Linux-v4.19/Documentation/filesystems/
Dproc.txt1815 …inotify wd:3 ino:9e7e sdev:800013 mask:800afce ignored_mask:0 fhandle-bytes:8 fhandle-type:1 f_han…
1824 fields 'fhandle-bytes', 'fhandle-type' and 'f_handle', all in hex
1839 …fanotify ino:4f969 sdev:800013 mflags:0 mask:3b ignored_mask:40000000 fhandle-bytes:8 fhandle-type…
/Linux-v4.19/init/
DKconfig1219 bool "open by fhandle syscalls" if EXPERT