Searched refs:fsid_type (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsfh.c428 static bool fsid_type_ok_for_exp(u8 fsid_type, struct svc_export *exp) argument
430 switch (fsid_type) {
456 u8 fsid_type; local
461 fsid_type = ref_fh->fh_handle.fh_fsid_type;
467 fsid_type = FSID_DEV;
481 if (!fsid_type_ok_for_exp(fsid_type, exp))
484 fsid_type = FSID_NUM;
488 fsid_type = FSID_UUID16;
490 fsid_type = FSID_UUID16_INUM;
493 fsid_type
[all...]
H A Dexport.c778 exp_find_key(svc_client *clp, int fsid_type, u32 *fsidv, struct cache_req *reqp) argument
787 key.ek_fsidtype = fsid_type;
788 memcpy(key.ek_fsid, fsidv, key_len(fsid_type));
799 static int exp_set_key(svc_client *clp, int fsid_type, u32 *fsidv, argument
805 key.ek_fsidtype = fsid_type;
806 memcpy(key.ek_fsid, fsidv, key_len(fsid_type));
1195 static struct svc_export *exp_find(struct auth_domain *clp, int fsid_type, argument
1199 struct svc_expkey *ek = exp_find_key(clp, fsid_type, fsidv, reqp);
1272 rqst_exp_find(struct svc_rqst *rqstp, int fsid_type, u32 *fsidv) argument
1280 exp = exp_find(rqstp->rq_client, fsid_type, fsid
[all...]

Completed in 209 milliseconds