Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfs/
Dnfs4trace.h615 __field(u32, fhandle)
651 __entry->fhandle = nfs_fhandle_hash(NFS_FH(inode));
654 __entry->fhandle = 0;
672 __entry->fhandle,
700 __field(u32, fhandle)
712 __entry->fhandle = nfs_fhandle_hash(NFS_FH(inode));
727 __entry->fhandle,
744 __field(u32, fhandle)
757 __entry->fhandle = nfs_fhandle_hash(NFS_FH(inode));
775 __entry->fhandle,
[all …]
Dnfstrace.h97 __field(u32, fhandle)
106 __entry->fhandle = nfs_fhandle_hash(&nfsi->fh);
114 __entry->fhandle,
130 __field(u32, fhandle)
144 __entry->fhandle = nfs_fhandle_hash(&nfsi->fh);
159 __entry->fhandle,
833 __field(u32, fhandle)
844 __entry->fhandle = nfs_fhandle_hash(&nfsi->fh);
852 __entry->fhandle,
870 __field(u32, fhandle)
[all …]
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()
151 struct nfs_fh *fhandle, struct nfs_fattr *fattr, in nfs_proc_lookup() argument
160 .fh = fhandle, in nfs_proc_lookup()
201 struct nfs_fh fhandle; member
218 data->fhandle.size = 0; in nfs_alloc_createdata()
219 data->res.fh = &data->fhandle; in nfs_alloc_createdata()
520 nfs_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_statfs() argument
[all …]
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()
153 struct nfs_fh *fhandle, struct nfs_fattr *fattr, in nfs3_proc_lookup() argument
162 .fh = fhandle, in nfs3_proc_lookup()
182 msg.rpc_argp = fhandle; in nfs3_proc_lookup()
[all …]
Ddir.c1133 struct nfs_fh *fhandle; in nfs_lookup_revalidate_dentry() local
1139 fhandle = nfs_alloc_fhandle(); in nfs_lookup_revalidate_dentry()
1142 if (fhandle == NULL || fattr == NULL || IS_ERR(label)) in nfs_lookup_revalidate_dentry()
1145 ret = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, fhandle, fattr, label); in nfs_lookup_revalidate_dentry()
1152 if (nfs_compare_fh(NFS_FH(inode), fhandle)) in nfs_lookup_revalidate_dentry()
1165 nfs_free_fhandle(fhandle); in nfs_lookup_revalidate_dentry()
1382 struct nfs_fh *fhandle = NULL; in nfs_lookup() local
1401 fhandle = nfs_alloc_fhandle(); in nfs_lookup()
1403 if (fhandle == NULL || fattr == NULL) in nfs_lookup()
1411 error = NFS_PROTO(dir)->lookup(dir, &dentry->d_name, fhandle, fattr, label); in nfs_lookup()
[all …]
Dnfs4proc.c95 static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *…
3700 static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in _nfs4_server_capabilities() argument
3704 .fhandle = fhandle, in _nfs4_server_capabilities()
3794 int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in nfs4_server_capabilities() argument
3802 _nfs4_server_capabilities(server, fhandle), in nfs4_server_capabilities()
3808 static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, in _nfs4_lookup_root() argument
3818 .fh = fhandle, in _nfs4_lookup_root()
3837 static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs4_lookup_root() argument
3845 err = _nfs4_lookup_root(server, fhandle, info); in nfs4_lookup_root()
3846 trace_nfs4_lookup_root(server, fhandle, info->fattr, err); in nfs4_lookup_root()
[all …]
Ddelegation.h48 struct inode *nfs_delegation_find_inode(struct nfs_client *clp, const struct nfs_fh *fhandle);
Ddelegation.c861 const struct nfs_fh *fhandle) in nfs_delegation_find_inode_server() argument
869 nfs_compare_fh(fhandle, &NFS_I(delegation->inode)->fh) == 0) { in nfs_delegation_find_inode_server()
897 const struct nfs_fh *fhandle) in nfs_delegation_find_inode() argument
904 res = nfs_delegation_find_inode_server(server, fhandle); in nfs_delegation_find_inode()
Dnfs2xdr.c1138 PROC(GETATTR, fhandle, attrstat, 1),
1152 PROC(STATFS, fhandle, statfsres, 0),
Dnfs4_fs.h300 extern int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle);
Dnfs4xdr.c2708 encode_putfh(xdr, args->fhandle, &hdr); in nfs4_xdr_enc_server_caps()
2778 encode_putfh(xdr, args->fhandle, &hdr); in nfs4_xdr_enc_delegreturn()
/Linux-v5.4/fs/
DMakefile55 obj-$(CONFIG_FHANDLE) += fhandle.o
/Linux-v5.4/fs/nfsd/
Dnfs3acl.c264 PROC(setacl, setacl, setacl, fhandle, RC_NOCACHE, ST+pAT),
Dnfs2acl.c378 PROC(getattr, fhandle, attrstat, attrstat, RC_NOCACHE, ST+AT),
/Linux-v5.4/include/linux/
Dnfs_xdr.h607 const struct nfs_fh *fhandle; member
1169 struct nfs_fh *fhandle; member
/Linux-v5.4/Documentation/filesystems/
Dproc.txt1860 …inotify wd:3 ino:9e7e sdev:800013 mask:800afce ignored_mask:0 fhandle-bytes:8 fhandle-type:1 f_han…
1869 fields 'fhandle-bytes', 'fhandle-type' and 'f_handle', all in hex
1884 …fanotify ino:4f969 sdev:800013 mflags:0 mask:3b ignored_mask:40000000 fhandle-bytes:8 fhandle-type…
/Linux-v5.4/init/
DKconfig1393 bool "open by fhandle syscalls" if EXPERT