Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dnfs4trace.h240 __entry->fhandle,
621 __entry->fhandle,
669 __entry->fhandle,
726 __entry->fhandle,
802 __entry->fhandle,
917 __entry->fhandle
949 __entry->fhandle = nfs_fhandle_hash(args->fhandle);
1175 __entry->fhandle
1274 __entry->fhandle = nfs_fhandle_hash(fhandle);
1324 __entry->fhandle = nfs_fhandle_hash(fhandle);
[all …]
H A Dnfstrace.h56 __field(u32, fhandle)
73 __entry->fhandle,
89 __field(u32, fhandle)
118 __entry->fhandle,
211 __entry->fhandle,
1148 __entry->fhandle,
1193 __entry->fhandle,
1239 __entry->fhandle,
1325 __entry->fhandle,
1377 __entry->fhandle,
[all …]
H A Dnfs3proc.c66 .rpc_argp = fhandle, in do_proc_get_root()
93 status = do_proc_get_root(server->client, fhandle, info); in nfs3_proc_get_root()
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()
196 struct nfs_fh *fhandle, struct nfs_fattr *fattr) in nfs3_proc_lookup() argument
206 dentry->d_name.len, fhandle, fattr, in nfs3_proc_lookup()
782 .rpc_argp = fhandle, in nfs3_proc_statfs()
800 .rpc_argp = fhandle, in do_proc_fsinfo()
[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 .rpc_argp = fhandle, in nfs_proc_statfs()
[all …]
H A Dnfs4proc.c3841 .fhandle = fhandle, in _nfs4_server_capabilities()
4104 .fh = fhandle, in _nfs4_lookup_root()
4234 fhandle, info); in nfs4_proc_get_rootfh()
4322 .fh = fhandle, in _nfs4_proc_getattr()
4441 .fh = fhandle, in _nfs4_proc_lookup()
4563 .fh = fhandle, in _nfs4_proc_lookupp()
5252 .fh = fhandle, in _nfs4_proc_statfs()
5286 .fh = fhandle, in _nfs4_do_fsinfo()
5339 .fh = fhandle, in _nfs4_proc_pathconf()
8077 .fh = fhandle, in _nfs40_proc_get_locations()
[all …]
H A Ddir.c1668 struct nfs_fh *fhandle; in nfs_lookup_revalidate_dentry() local
1676 fhandle = nfs_alloc_fhandle(); in nfs_lookup_revalidate_dentry()
1678 if (fhandle == NULL || fattr == NULL) in nfs_lookup_revalidate_dentry()
1700 if (nfs_compare_fh(NFS_FH(inode), fhandle)) in nfs_lookup_revalidate_dentry()
1711 nfs_free_fhandle(fhandle); in nfs_lookup_revalidate_dentry()
1958 struct nfs_fh *fhandle = NULL; in nfs_lookup() local
1977 fhandle = nfs_alloc_fhandle(); in nfs_lookup()
1979 if (fhandle == NULL || fattr == NULL) in nfs_lookup()
2013 nfs_free_fhandle(fhandle); in nfs_lookup()
2280 if (fhandle->size == 0) { in nfs_add_or_obtain()
[all …]
H A Ddelegation.h51 struct inode *nfs_delegation_find_inode(struct nfs_client *clp, const struct nfs_fh *fhandle);
H A Ddelegation.c1074 const struct nfs_fh *fhandle) in nfs_delegation_find_inode_server() argument
1084 nfs_compare_fh(fhandle, &NFS_I(delegation->inode)->fh) == 0) { in nfs_delegation_find_inode_server()
1113 const struct nfs_fh *fhandle) in nfs_delegation_find_inode() argument
1120 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 DKconfig1514 bool "open by fhandle syscalls" if EXPERT