Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs4proc.c97 static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3874 static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in _nfs4_server_capabilities() argument
3881 .fhandle = fhandle, in _nfs4_server_capabilities()
4009 int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in nfs4_server_capabilities() argument
4018 _nfs4_server_capabilities(server, fhandle), in nfs4_server_capabilities()
4092 struct nfs_fh *fhandle) in _nfs4_discover_trunking() argument
4119 status = nfs4_proc_get_locations(server, fhandle, locations, page, in _nfs4_discover_trunking()
4143 struct nfs_fh *fhandle) in nfs4_discover_trunking() argument
4155 _nfs4_discover_trunking(server, fhandle), in nfs4_discover_trunking()
4162 static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, in _nfs4_lookup_root() argument
[all …]
H A Ddir.c1723 struct nfs_fh *fhandle; in nfs_lookup_revalidate_dentry() local
1731 fhandle = nfs_alloc_fhandle(); in nfs_lookup_revalidate_dentry()
1733 if (fhandle == NULL || fattr == NULL) in nfs_lookup_revalidate_dentry()
1737 ret = NFS_PROTO(dir)->lookup(dir, dentry, name, fhandle, fattr); in nfs_lookup_revalidate_dentry()
1745 if (nfs_compare_fh(NFS_FH(inode), fhandle)) in nfs_lookup_revalidate_dentry()
1756 nfs_free_fhandle(fhandle); in nfs_lookup_revalidate_dentry()
1992 struct nfs_fh *fhandle = NULL; in nfs_lookup() local
2011 fhandle = nfs_alloc_fhandle(); in nfs_lookup()
2013 if (fhandle == NULL || fattr == NULL) in nfs_lookup()
2019 fhandle, fattr); in nfs_lookup()
[all …]
H A Dnfs40proc.c168 struct nfs_fh *fhandle, in _nfs40_proc_get_locations() argument
179 .fh = fhandle, in _nfs40_proc_get_locations()
H A Dnfs2xdr.c1065 PROC(GETATTR, fhandle, attrstat, 1),
1079 PROC(STATFS, fhandle, statfsres, 0),
/linux/Documentation/filesystems/
H A Ddirectory-locking.rst82 the root of another"; there's also open-by-fhandle stuff, and there's a
/linux/fs/nfsd/
H A Dnfs4xdr.c3179 struct knfsd_fh fhandle; member
3327 switch (fsid_source_fh(&args->fhandle, args->exp)) { in nfsd4_encode_fattr4_fsid()
3424 return nfsd4_encode_nfs_fh4(xdr, &args->fhandle); in nfsd4_encode_fattr4_filehandle()
4050 fh_copy_shallow(&args.fhandle, &fhp->fh_handle); in nfsd4_encode_fattr4()
4223 struct knfsd_fh *fhp = &args->fhandle; in setup_notify_fhandle()
/linux/
H A DMAINTAINERS10071 F: fs/fhandle.c