/linux-4.1.27/fs/nfs/ |
D | nfs4trace.h | 398 __field(u32, fhandle) 416 __entry->fhandle = nfs_fhandle_hash(NFS_FH(inode)); 419 __entry->fhandle = 0; 436 __entry->fhandle, 467 __field(u32, fhandle) 478 __entry->fhandle = nfs_fhandle_hash(NFS_FH(inode)); 492 __entry->fhandle 524 __field(u32, fhandle) 538 __entry->fhandle = nfs_fhandle_hash(NFS_FH(inode)); 552 __entry->fhandle [all …]
|
D | proc.c | 53 nfs_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_get_root() argument 60 .rpc_argp = fhandle, in nfs_proc_get_root() 100 nfs_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_getattr() argument 105 .rpc_argp = fhandle, in nfs_proc_getattr() 149 struct nfs_fh *fhandle, struct nfs_fattr *fattr, in nfs_proc_lookup() argument 158 .fh = fhandle, in nfs_proc_lookup() 199 struct nfs_fh fhandle; member 216 data->fhandle.size = 0; in nfs_alloc_createdata() 217 data->res.fh = &data->fhandle; in nfs_alloc_createdata() 514 nfs_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_statfs() argument [all …]
|
D | nfs3proc.c | 60 do_proc_get_root(struct rpc_clnt *client, struct nfs_fh *fhandle, in do_proc_get_root() argument 65 .rpc_argp = fhandle, in do_proc_get_root() 87 nfs3_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_get_root() argument 92 status = do_proc_get_root(server->client, fhandle, info); in nfs3_proc_get_root() 94 status = do_proc_get_root(server->nfs_client->cl_rpcclient, fhandle, info); in nfs3_proc_get_root() 102 nfs3_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_getattr() argument 107 .rpc_argp = fhandle, in nfs3_proc_getattr() 148 struct nfs_fh *fhandle, struct nfs_fattr *fattr, in nfs3_proc_lookup() argument 157 .fh = fhandle, in nfs3_proc_lookup() 177 msg.rpc_argp = fhandle; in nfs3_proc_lookup() [all …]
|
D | dir.c | 1117 struct nfs_fh *fhandle = NULL; in nfs_lookup_revalidate() local 1173 fhandle = nfs_alloc_fhandle(); in nfs_lookup_revalidate() 1175 if (fhandle == NULL || fattr == NULL) in nfs_lookup_revalidate() 1183 error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, fhandle, fattr, label); in nfs_lookup_revalidate() 1187 if (nfs_compare_fh(NFS_FH(inode), fhandle)) in nfs_lookup_revalidate() 1195 nfs_free_fhandle(fhandle); in nfs_lookup_revalidate() 1217 nfs_free_fhandle(fhandle); in nfs_lookup_revalidate() 1239 nfs_free_fhandle(fhandle); in nfs_lookup_revalidate() 1363 struct nfs_fh *fhandle = NULL; in nfs_lookup() local 1386 fhandle = nfs_alloc_fhandle(); in nfs_lookup() [all …]
|
D | nfs4proc.c | 84 static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *… 2879 static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in _nfs4_server_capabilities() argument 2882 .fhandle = fhandle, in _nfs4_server_capabilities() 2955 int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in nfs4_server_capabilities() argument 2961 _nfs4_server_capabilities(server, fhandle), in nfs4_server_capabilities() 2967 static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, in _nfs4_lookup_root() argument 2977 .fh = fhandle, in _nfs4_lookup_root() 2996 static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs4_lookup_root() argument 3002 err = _nfs4_lookup_root(server, fhandle, info); in nfs4_lookup_root() 3003 trace_nfs4_lookup_root(server, fhandle, info->fattr, err); in nfs4_lookup_root() [all …]
|
D | nfstrace.h | 55 __field(u32, fhandle) 64 __entry->fhandle = nfs_fhandle_hash(&nfsi->fh); 72 __entry->fhandle, 88 __field(u32, fhandle) 102 __entry->fhandle = nfs_fhandle_hash(&nfsi->fh); 117 __entry->fhandle,
|
D | delegation.h | 43 struct inode *nfs_delegation_find_inode(struct nfs_client *clp, const struct nfs_fh *fhandle);
|
D | delegation.c | 743 const struct nfs_fh *fhandle) in nfs_delegation_find_inode_server() argument 751 nfs_compare_fh(fhandle, &NFS_I(delegation->inode)->fh) == 0) { in nfs_delegation_find_inode_server() 770 const struct nfs_fh *fhandle) in nfs_delegation_find_inode() argument 777 res = nfs_delegation_find_inode_server(server, fhandle); in nfs_delegation_find_inode()
|
D | nfs2xdr.c | 1130 PROC(GETATTR, fhandle, attrstat, 1), 1144 PROC(STATFS, fhandle, statfsres, 0),
|
D | nfs4_fs.h | 245 extern int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle);
|
D | nfs4xdr.c | 2585 encode_putfh(xdr, args->fhandle, &hdr); in nfs4_xdr_enc_server_caps() 2654 encode_putfh(xdr, args->fhandle, &hdr); in nfs4_xdr_enc_delegreturn()
|
/linux-4.1.27/fs/ |
D | Makefile | 49 obj-$(CONFIG_FHANDLE) += fhandle.o
|
/linux-4.1.27/fs/nfsd/ |
D | nfs3acl.c | 262 PROC(setacl, setacl, setacl, fhandle, RC_NOCACHE, ST+pAT),
|
D | nfs2acl.c | 371 PROC(getattr, fhandle, attrstat, attrstat, RC_NOCACHE, ST+AT),
|
/linux-4.1.27/include/linux/ |
D | nfs_xdr.h | 480 const struct nfs_fh *fhandle; member 1019 struct nfs_fh *fhandle; member
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 1756 …inotify wd:3 ino:9e7e sdev:800013 mask:800afce ignored_mask:0 fhandle-bytes:8 fhandle-type:1 f_han… 1765 fields 'fhandle-bytes', 'fhandle-type' and 'f_handle', all in hex 1780 …fanotify ino:4f969 sdev:800013 mflags:0 mask:3b ignored_mask:40000000 fhandle-bytes:8 fhandle-type…
|
/linux-4.1.27/init/ |
D | Kconfig | 275 bool "open by fhandle syscalls"
|