|
@@ -861,9 +861,9 @@ exp_get_fsid_key(svc_client *clp, int fsid)
|
|
|
return exp_find_key(clp, FSID_NUM, fsidv, NULL);
|
|
|
}
|
|
|
|
|
|
-svc_export *
|
|
|
-exp_get_by_name(svc_client *clp, struct vfsmount *mnt, struct dentry *dentry,
|
|
|
- struct cache_req *reqp)
|
|
|
+static svc_export *exp_get_by_name(svc_client *clp, struct vfsmount *mnt,
|
|
|
+ struct dentry *dentry,
|
|
|
+ struct cache_req *reqp)
|
|
|
{
|
|
|
struct svc_export *exp, key;
|
|
|
int err;
|
|
@@ -887,9 +887,9 @@ exp_get_by_name(svc_client *clp, struct vfsmount *mnt, struct dentry *dentry,
|
|
|
/*
|
|
|
* Find the export entry for a given dentry.
|
|
|
*/
|
|
|
-struct svc_export *
|
|
|
-exp_parent(svc_client *clp, struct vfsmount *mnt, struct dentry *dentry,
|
|
|
- struct cache_req *reqp)
|
|
|
+static struct svc_export *exp_parent(svc_client *clp, struct vfsmount *mnt,
|
|
|
+ struct dentry *dentry,
|
|
|
+ struct cache_req *reqp)
|
|
|
{
|
|
|
svc_export *exp;
|
|
|
|
|
@@ -1214,9 +1214,8 @@ out:
|
|
|
return err;
|
|
|
}
|
|
|
|
|
|
-struct svc_export *
|
|
|
-exp_find(struct auth_domain *clp, int fsid_type, u32 *fsidv,
|
|
|
- struct cache_req *reqp)
|
|
|
+static struct svc_export *exp_find(struct auth_domain *clp, int fsid_type,
|
|
|
+ u32 *fsidv, struct cache_req *reqp)
|
|
|
{
|
|
|
struct svc_export *exp;
|
|
|
struct svc_expkey *ek = exp_find_key(clp, fsid_type, fsidv, reqp);
|