Home
last modified time | relevance | path

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

/linux/fs/nfs/
A Dnfs4trace.h240 __entry->fhandle,
619 __entry->fhandle,
667 __entry->fhandle,
724 __entry->fhandle,
800 __entry->fhandle,
915 __entry->fhandle
947 __entry->fhandle = nfs_fhandle_hash(args->fhandle);
1173 __entry->fhandle
1272 __entry->fhandle = nfs_fhandle_hash(fhandle);
1322 __entry->fhandle = nfs_fhandle_hash(fhandle);
[all …]
A Dnfstrace.h60 __field(u32, fhandle)
77 __entry->fhandle,
93 __field(u32, fhandle)
122 __entry->fhandle,
214 __entry->fhandle,
1000 __entry->fhandle,
1045 __entry->fhandle,
1092 __entry->fhandle,
1178 __entry->fhandle,
1230 __entry->fhandle,
[all …]
A Dnfs3proc.c65 .rpc_argp = fhandle, in do_proc_get_root()
92 status = do_proc_get_root(server->client, fhandle, info); in nfs3_proc_get_root()
107 .rpc_argp = fhandle, in nfs3_proc_getattr()
156 struct nfs_fh *fhandle, struct nfs_fattr *fattr, in __nfs3_proc_lookup() argument
165 .fh = fhandle, in __nfs3_proc_lookup()
184 msg.rpc_argp = fhandle; in __nfs3_proc_lookup()
195 struct nfs_fh *fhandle, struct nfs_fattr *fattr) in nfs3_proc_lookup() argument
205 dentry->d_name.len, fhandle, fattr, in nfs3_proc_lookup()
780 .rpc_argp = fhandle, in nfs3_proc_statfs()
798 .rpc_argp = fhandle, in do_proc_fsinfo()
[all …]
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()
102 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
164 .fh = fhandle, in nfs_proc_lookup()
210 struct nfs_fh fhandle; member
227 data->fhandle.size = 0; in nfs_alloc_createdata()
228 data->res.fh = &data->fhandle; in nfs_alloc_createdata()
535 .rpc_argp = fhandle, in nfs_proc_statfs()
[all …]
A Dnfs4proc.c3828 .fhandle = fhandle, in _nfs4_server_capabilities()
3945 .fh = fhandle, in _nfs4_lookup_root()
4075 fhandle, info); in nfs4_proc_get_rootfh()
4118 struct nfs_fh *fhandle) in nfs4_get_referral() argument
4164 .fh = fhandle, in _nfs4_proc_getattr()
4283 .fh = fhandle, in _nfs4_proc_lookup()
4405 .fh = fhandle, in _nfs4_proc_lookupp()
5089 .fh = fhandle, in _nfs4_proc_statfs()
5123 .fh = fhandle, in _nfs4_do_fsinfo()
5176 .fh = fhandle, in _nfs4_proc_pathconf()
[all …]
A Ddir.c1494 struct nfs_fh *fhandle; in nfs_lookup_revalidate_dentry() local
1500 fhandle = nfs_alloc_fhandle(); in nfs_lookup_revalidate_dentry()
1502 if (fhandle == NULL || fattr == NULL) in nfs_lookup_revalidate_dentry()
1520 if (nfs_compare_fh(NFS_FH(inode), fhandle)) in nfs_lookup_revalidate_dentry()
1533 nfs_free_fhandle(fhandle); in nfs_lookup_revalidate_dentry()
1751 struct nfs_fh *fhandle = NULL; in nfs_lookup() local
1770 fhandle = nfs_alloc_fhandle(); in nfs_lookup()
1772 if (fhandle == NULL || fattr == NULL) in nfs_lookup()
1803 nfs_free_fhandle(fhandle); in nfs_lookup()
2048 if (fhandle->size == 0) { in nfs_add_or_obtain()
[all …]
A Ddelegation.h51 struct inode *nfs_delegation_find_inode(struct nfs_client *clp, const struct nfs_fh *fhandle);
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()
A Dnfs4_fs.h302 extern int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle);
318 extern int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
A Dnfs2xdr.c1134 PROC(GETATTR, fhandle, attrstat, 1),
1148 PROC(STATFS, fhandle, statfsres, 0),
A Dnfs4xdr.c2717 encode_putfh(xdr, args->fhandle, &hdr); in nfs4_xdr_enc_server_caps()
2787 encode_putfh(xdr, args->fhandle, &hdr); in nfs4_xdr_enc_delegreturn()
/linux/fs/
A D.fhandle.o.cmd1fhandle.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/…
3 source_fs/fhandle.o := fs/fhandle.c
5 deps_fs/fhandle.o := \
1223 fs/fhandle.o: $(deps_fs/fhandle.o)
1225 $(deps_fs/fhandle.o):
A D.built-in.a.cmd1 …s/posix_acl.o fs/nfs_common/built-in.a fs/coredump.o fs/drop_caches.o fs/fhandle.o fs/iomap/built-…
A DMakefile55 obj-$(CONFIG_FHANDLE) += fhandle.o
A Dbuilt-in.a76 fhandle.o/
/linux/include/linux/
A Dnfs_xdr.h614 const struct nfs_fh *fhandle; member
1185 struct nfs_fh *fhandle; member
/linux/Documentation/filesystems/
A Dproc.rst1999 …inotify wd:3 ino:9e7e sdev:800013 mask:800afce ignored_mask:0 fhandle-bytes:8 fhandle-type:1 f_han…
2008 fields 'fhandle-bytes', 'fhandle-type' and 'f_handle', all in hex
2024 …fanotify ino:4f969 sdev:800013 mflags:0 mask:3b ignored_mask:40000000 fhandle-bytes:8 fhandle-type…
/linux/init/
A DKconfig1505 bool "open by fhandle syscalls" if EXPERT

Completed in 84 milliseconds