Home
last modified time | relevance | path

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

/linux/fs/nfs/
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.c62 do_proc_get_root(struct rpc_clnt *client, struct nfs_fh *fhandle, in do_proc_get_root() argument
67 .rpc_argp = fhandle, in do_proc_get_root()
89 nfs3_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_get_root() argument
94 status = do_proc_get_root(server->client, fhandle, info); in nfs3_proc_get_root()
96 status = do_proc_get_root(server->nfs_client->cl_rpcclient, fhandle, info); in nfs3_proc_get_root()
104 nfs3_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_getattr() argument
109 .rpc_argp = fhandle, in nfs3_proc_getattr()
158 struct nfs_fh *fhandle, struct nfs_fattr *fattr, in __nfs3_proc_lookup() argument
167 .fh = fhandle, in __nfs3_proc_lookup()
186 msg.rpc_argp = fhandle; in __nfs3_proc_lookup()
[all …]
H A Dnfs4proc.c97 static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3874 static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in _nfs4_server_capabilities() argument
3881 .fhandle = fhandle, in _nfs4_server_capabilities()
4007 int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in nfs4_server_capabilities() argument
4016 _nfs4_server_capabilities(server, fhandle), in nfs4_server_capabilities()
4090 struct nfs_fh *fhandle) in _nfs4_discover_trunking() argument
4117 status = nfs4_proc_get_locations(server, fhandle, locations, page, in _nfs4_discover_trunking()
4141 struct nfs_fh *fhandle) in nfs4_discover_trunking() argument
4153 _nfs4_discover_trunking(server, fhandle), in nfs4_discover_trunking()
4160 static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, in _nfs4_lookup_root() argument
[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()
1186 const struct nfs_fh *fhandle) in nfs_delegation_find_inode_server() argument
1188 struct hlist_head *head = nfs_delegation_hash(server, fhandle); in nfs_delegation_find_inode_server()
1197 nfs_compare_fh(fhandle, &NFS_I(delegation->inode)->fh) == 0) { in nfs_delegation_find_inode_server()
1226 const struct nfs_fh *fhandle) in nfs_delegation_find_inode() argument
1233 res = nfs_delegation_find_inode_server(server, fhandle); in nfs_delegation_find_inode()
H A Dnfs40proc.c168 struct nfs_fh *fhandle, in _nfs40_proc_get_locations() argument
179 .fh = fhandle, in _nfs40_proc_get_locations()
H A Dnfs2xdr.c1065 PROC(GETATTR, fhandle, attrstat, 1),
1079 PROC(STATFS, fhandle, statfsres, 0),
/linux/include/linux/
H A Dnfs_xdr.h638 const struct nfs_fh *fhandle; member
1237 struct nfs_fh *fhandle; member
/linux/Documentation/filesystems/
H A Ddirectory-locking.rst82 the root of another"; there's also open-by-fhandle stuff, and there's a
/linux/init/
H A DKconfig1734 bool "open by fhandle syscalls" if EXPERT
/linux/
H A DMAINTAINERS9917 F: fs/fhandle.c