Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4trace.h754 __field(u32, fhandle)
790 __entry->fhandle = nfs_fhandle_hash(NFS_FH(inode));
793 __entry->fhandle = 0;
811 __entry->fhandle,
839 __field(u32, fhandle)
851 __entry->fhandle = nfs_fhandle_hash(NFS_FH(inode));
866 __entry->fhandle,
883 __field(u32, fhandle)
896 __entry->fhandle = nfs_fhandle_hash(NFS_FH(inode));
914 __entry->fhandle,
[all …]
H A Dnfstrace.h98 __field(u32, fhandle)
107 __entry->fhandle = nfs_fhandle_hash(&nfsi->fh);
115 __entry->fhandle,
131 __field(u32, fhandle)
145 __entry->fhandle = nfs_fhandle_hash(&nfsi->fh);
160 __entry->fhandle,
217 __field(u32, fhandle)
233 __entry->fhandle = nfs_fhandle_hash(&nfsi->fh);
251 __entry->fhandle,
889 __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
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()
192 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()
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()
156 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 Ddir.c1289 struct nfs_fh *fhandle; in nfs_lookup_revalidate_dentry() local
1296 fhandle = nfs_alloc_fhandle(); in nfs_lookup_revalidate_dentry()
1299 if (fhandle == NULL || fattr == NULL || IS_ERR(label)) in nfs_lookup_revalidate_dentry()
1303 ret = NFS_PROTO(dir)->lookup(dir, dentry, fhandle, fattr, label); in nfs_lookup_revalidate_dentry()
1317 if (nfs_compare_fh(NFS_FH(inode), fhandle)) in nfs_lookup_revalidate_dentry()
1330 nfs_free_fhandle(fhandle); in nfs_lookup_revalidate_dentry()
1554 struct nfs_fh *fhandle = NULL; in nfs_lookup() local
1574 fhandle = nfs_alloc_fhandle(); in nfs_lookup()
1576 if (fhandle == NULL || fattr == NULL) in nfs_lookup()
1585 error = NFS_PROTO(dir)->lookup(dir, dentry, fhandle, fattr, label); in nfs_lookup()
[all …]
H A Dnfs4proc.c100 static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *…
3824 static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in _nfs4_server_capabilities() argument
3828 .fhandle = fhandle, in _nfs4_server_capabilities()
3918 int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in nfs4_server_capabilities() argument
3926 _nfs4_server_capabilities(server, fhandle), in nfs4_server_capabilities()
3932 static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, in _nfs4_lookup_root() argument
3942 .fh = fhandle, in _nfs4_lookup_root()
3961 static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs4_lookup_root() argument
3969 err = _nfs4_lookup_root(server, fhandle, info); in nfs4_lookup_root()
3970 trace_nfs4_lookup_root(server, fhandle, info->fattr, err); in nfs4_lookup_root()
[all …]
H A Ddelegation.h51 struct inode *nfs_delegation_find_inode(struct nfs_client *clp, const struct nfs_fh *fhandle);
H A Ddelegation.c1050 const struct nfs_fh *fhandle) in nfs_delegation_find_inode_server() argument
1060 nfs_compare_fh(fhandle, &NFS_I(delegation->inode)->fh) == 0) { in nfs_delegation_find_inode_server()
1089 const struct nfs_fh *fhandle) in nfs_delegation_find_inode() argument
1096 res = nfs_delegation_find_inode_server(server, fhandle); in nfs_delegation_find_inode()
H A Dnfs4_fs.h304 extern int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle);
320 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.c2705 encode_putfh(xdr, args->fhandle, &hdr); in nfs4_xdr_enc_server_caps()
2775 encode_putfh(xdr, args->fhandle, &hdr); in nfs4_xdr_enc_delegreturn()
/OK3568_Linux_fs/kernel/fs/
H A DMakefile56 obj-$(CONFIG_FHANDLE) += fhandle.o
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_xdr.h612 const struct nfs_fh *fhandle; member
1176 struct nfs_fh *fhandle; member
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dproc.rst1985 …inotify wd:3 ino:9e7e sdev:800013 mask:800afce ignored_mask:0 fhandle-bytes:8 fhandle-type:1 f_han…
1994 fields 'fhandle-bytes', 'fhandle-type' and 'f_handle', all in hex
2010 …fanotify ino:4f969 sdev:800013 mflags:0 mask:3b ignored_mask:40000000 fhandle-bytes:8 fhandle-type…
/OK3568_Linux_fs/kernel/init/
H A DKconfig1491 bool "open by fhandle syscalls" if EXPERT
/OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/
H A D10-kernel-build_2025-06-06_01-57-58.log
H A Dbuild_2025-06-06_01-57-58.log
H A D10-kernel-build.log
H A Dbuild.log