Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dnfs4trace.h217 __field(u32, fhandle)
226 __entry->fhandle = nfs_fhandle_hash(cb_fh);
240 __entry->fhandle,
509 __field(u32, fhandle)
545 __entry->fhandle = nfs_fhandle_hash(NFS_FH(inode));
548 __entry->fhandle = 0;
566 __entry->fhandle,
594 __field(u32, fhandle)
606 __entry->fhandle = nfs_fhandle_hash(NFS_FH(inode));
621 __entry->fhandle,
[all …]
H A Dnfstrace.h56 __field(u32, fhandle)
65 __entry->fhandle = nfs_fhandle_hash(&nfsi->fh);
73 __entry->fhandle,
89 __field(u32, fhandle)
103 __entry->fhandle = nfs_fhandle_hash(&nfsi->fh);
118 __entry->fhandle,
177 __field(u32, fhandle)
193 __entry->fhandle = nfs_fhandle_hash(&nfsi->fh);
211 __entry->fhandle,
234 __field(u32, fhandle)
[all …]
H A 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
108 .rpc_argp = fhandle, in nfs3_proc_getattr()
157 struct nfs_fh *fhandle, struct nfs_fattr *fattr, in __nfs3_proc_lookup() argument
166 .fh = fhandle, in __nfs3_proc_lookup()
185 msg.rpc_argp = fhandle; in __nfs3_proc_lookup()
[all …]
H A 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()
103 nfs_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_getattr() argument
108 .rpc_argp = fhandle, in nfs_proc_getattr()
157 struct nfs_fh *fhandle, struct nfs_fattr *fattr) in nfs_proc_lookup() argument
165 .fh = fhandle, in nfs_proc_lookup()
211 struct nfs_fh fhandle; member
228 data->fhandle.size = 0; in nfs_alloc_createdata()
229 data->res.fh = &data->fhandle; in nfs_alloc_createdata()
530 nfs_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_statfs() argument
[all …]
H A Dnfs4proc.c96 static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3839 static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in _nfs4_server_capabilities() argument
3843 .fhandle = fhandle, in _nfs4_server_capabilities()
3942 int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in nfs4_server_capabilities() argument
3952 _nfs4_server_capabilities(server, fhandle), in nfs4_server_capabilities()
4026 struct nfs_fh *fhandle) in _nfs4_discover_trunking() argument
4053 status = nfs4_proc_get_locations(server, fhandle, locations, page, in _nfs4_discover_trunking()
4077 struct nfs_fh *fhandle) in nfs4_discover_trunking() argument
4089 _nfs4_discover_trunking(server, fhandle), in nfs4_discover_trunking()
4096 static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, in _nfs4_lookup_root() argument
[all …]
H A Ddir.c1677 struct nfs_fh *fhandle; in nfs_lookup_revalidate_dentry() local
1685 fhandle = nfs_alloc_fhandle(); in nfs_lookup_revalidate_dentry()
1687 if (fhandle == NULL || fattr == NULL) in nfs_lookup_revalidate_dentry()
1691 ret = NFS_PROTO(dir)->lookup(dir, dentry, fhandle, fattr); in nfs_lookup_revalidate_dentry()
1699 if (nfs_compare_fh(NFS_FH(inode), fhandle)) in nfs_lookup_revalidate_dentry()
1710 nfs_free_fhandle(fhandle); in nfs_lookup_revalidate_dentry()
1957 struct nfs_fh *fhandle = NULL; in nfs_lookup() local
1976 fhandle = nfs_alloc_fhandle(); in nfs_lookup()
1978 if (fhandle == NULL || fattr == NULL) in nfs_lookup()
1983 error = NFS_PROTO(dir)->lookup(dir, dentry, fhandle, fattr); in nfs_lookup()
[all …]
H A Ddelegation.h51 struct inode *nfs_delegation_find_inode(struct nfs_client *clp, const struct nfs_fh *fhandle);
H A Ddelegation.c1076 const struct nfs_fh *fhandle) in nfs_delegation_find_inode_server() argument
1086 nfs_compare_fh(fhandle, &NFS_I(delegation->inode)->fh) == 0) { in nfs_delegation_find_inode_server()
1115 const struct nfs_fh *fhandle) in nfs_delegation_find_inode() argument
1122 res = nfs_delegation_find_inode_server(server, fhandle); in nfs_delegation_find_inode()
H A Dnfs4_fs.h306 extern int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle);
325 extern int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
H A Dnfs2xdr.c1133 PROC(GETATTR, fhandle, attrstat, 1),
1147 PROC(STATFS, fhandle, statfsres, 0),
H A Dnfs4xdr.c2733 encode_putfh(xdr, args->fhandle, &hdr); in nfs4_xdr_enc_server_caps()
2803 encode_putfh(xdr, args->fhandle, &hdr); in nfs4_xdr_enc_delegreturn()
/openbmc/linux/fs/
H A DMakefile48 obj-$(CONFIG_FHANDLE) += fhandle.o
/openbmc/qemu/bsd-user/freebsd/
H A Dos-stat.h33 int freebsd11_fhstat(const fhandle_t *fhandle, struct freebsd11_stat *stat);
37 int freebsd11_fhstatfs(const fhandle_t *fhandle, struct freebsd11_statfs * buf);
/openbmc/linux/include/linux/
H A Dnfs_xdr.h614 const struct nfs_fh *fhandle; member
1195 struct nfs_fh *fhandle; member
/openbmc/linux/Documentation/filesystems/
H A Dproc.rst1996 …inotify wd:3 ino:9e7e sdev:800013 mask:800afce ignored_mask:0 fhandle-bytes:8 fhandle-type:1 f_han…
2005 fields 'fhandle-bytes', 'fhandle-type' and 'f_handle', all in hex
2021 …fanotify ino:4f969 sdev:800013 mflags:0 mask:3b ignored_mask:40000000 fhandle-bytes:8 fhandle-type…
/openbmc/linux/init/
H A DKconfig1523 bool "open by fhandle syscalls" if EXPERT
/openbmc/linux/
H A Dopengrok0.0.log[all...]
H A Dopengrok2.0.log[all...]