Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs4trace.h250 __field(u32, fhandle)
259 __entry->fhandle = nfs_fhandle_hash(cb_fh);
273 __entry->fhandle,
568 __field(u32, fhandle)
604 __entry->fhandle = nfs_fhandle_hash(NFS_FH(inode));
607 __entry->fhandle = 0;
625 __entry->fhandle,
653 __field(u32, fhandle)
665 __entry->fhandle = nfs_fhandle_hash(NFS_FH(inode));
680 __entry->fhandle,
[all …]
H A Dnfstrace.h74 __field(u32, fhandle)
84 __entry->fhandle = nfs_fhandle_hash(&nfsi->fh);
93 __entry->fhandle,
111 __field(u32, fhandle)
125 __entry->fhandle = nfs_fhandle_hash(&nfsi->fh);
140 __entry->fhandle,
199 __field(u32, fhandle)
215 __entry->fhandle = nfs_fhandle_hash(&nfsi->fh);
233 __entry->fhandle,
256 __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()
536 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,
3972 static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in _nfs4_server_capabilities() argument
3979 .fhandle = fhandle, in _nfs4_server_capabilities()
4105 int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in nfs4_server_capabilities() argument
4114 _nfs4_server_capabilities(server, fhandle), in nfs4_server_capabilities()
4188 struct nfs_fh *fhandle) in _nfs4_discover_trunking() argument
4215 status = nfs4_proc_get_locations(server, fhandle, locations, page, in _nfs4_discover_trunking()
4239 struct nfs_fh *fhandle) in nfs4_discover_trunking() argument
4251 _nfs4_discover_trunking(server, fhandle), in nfs4_discover_trunking()
4258 static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, in _nfs4_lookup_root() argument
[all …]
H A Ddir.c1692 struct nfs_fh *fhandle; in nfs_lookup_revalidate_dentry() local
1700 fhandle = nfs_alloc_fhandle(); in nfs_lookup_revalidate_dentry()
1702 if (fhandle == NULL || fattr == NULL) in nfs_lookup_revalidate_dentry()
1706 ret = NFS_PROTO(dir)->lookup(dir, dentry, name, fhandle, fattr); in nfs_lookup_revalidate_dentry()
1714 if (nfs_compare_fh(NFS_FH(inode), fhandle)) in nfs_lookup_revalidate_dentry()
1725 nfs_free_fhandle(fhandle); in nfs_lookup_revalidate_dentry()
1961 struct nfs_fh *fhandle = NULL; in nfs_lookup() local
1980 fhandle = nfs_alloc_fhandle(); in nfs_lookup()
1982 if (fhandle == NULL || fattr == NULL) in nfs_lookup()
1988 fhandle, fattr); in nfs_lookup()
[all …]
H A Ddelegation.c39 const struct nfs_fh *fhandle) in nfs_delegation_hash() argument
42 (nfs_fhandle_hash(fhandle) & server->delegation_hash_mask); in nfs_delegation_hash()
1185 const struct nfs_fh *fhandle) in nfs_delegation_find_inode_server() argument
1187 struct hlist_head *head = nfs_delegation_hash(server, fhandle); in nfs_delegation_find_inode_server()
1196 nfs_compare_fh(fhandle, &NFS_I(delegation->inode)->fh) == 0) { in nfs_delegation_find_inode_server()
1225 const struct nfs_fh *fhandle) in nfs_delegation_find_inode() argument
1232 res = nfs_delegation_find_inode_server(server, fhandle); in nfs_delegation_find_inode()
H A Ddelegation.h57 struct inode *nfs_delegation_find_inode(struct nfs_client *clp, const struct nfs_fh *fhandle);
H A Dnfs4_fs.h307 extern int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle);
326 extern int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
H A Dnfs2xdr.c1065 PROC(GETATTR, fhandle, attrstat, 1),
1079 PROC(STATFS, fhandle, statfsres, 0),
H A Dnfs4xdr.c2820 encode_putfh(xdr, args->fhandle, &hdr); in nfs4_xdr_enc_server_caps()
2890 encode_putfh(xdr, args->fhandle, &hdr); in nfs4_xdr_enc_delegreturn()
/linux/fs/
H A DMakefile50 obj-$(CONFIG_FHANDLE) += fhandle.o
/linux/include/linux/
H A Dnfs_xdr.h637 const struct nfs_fh *fhandle; member
1236 struct nfs_fh *fhandle; member
/linux/Documentation/filesystems/
H A Dproc.rst2085 …inotify wd:3 ino:9e7e sdev:800013 mask:800afce ignored_mask:0 fhandle-bytes:8 fhandle-type:1 f_han…
2094 fields 'fhandle-bytes', 'fhandle-type' and 'f_handle', all in hex
2110 …fanotify ino:4f969 sdev:800013 mflags:0 mask:3b ignored_mask:40000000 fhandle-bytes:8 fhandle-type…
H A Ddirectory-locking.rst82 the root of another"; there's also open-by-fhandle stuff, and there's a
/linux/init/
H A DKconfig1698 bool "open by fhandle syscalls" if EXPERT
/linux/
H A DMAINTAINERS9711 F: fs/fhandle.c