Home
last modified time | relevance | path

Searched refs:fsid_type (Results 1 – 6 of 6) sorted by relevance

/linux/fs/nfsd/
H A Dnfsfh.c513 static bool fsid_type_ok_for_exp(u8 fsid_type, struct svc_export *exp) in fsid_type_ok_for_exp() argument
515 switch (fsid_type) { in fsid_type_ok_for_exp()
541 u8 fsid_type; in set_version_and_fsid_type() local
546 fsid_type = ref_fh->fh_handle.fh_fsid_type; in set_version_and_fsid_type()
552 fsid_type = FSID_DEV; in set_version_and_fsid_type()
566 if (!fsid_type_ok_for_exp(fsid_type, exp)) in set_version_and_fsid_type()
569 fsid_type = FSID_NUM; in set_version_and_fsid_type()
573 fsid_type = FSID_UUID16; in set_version_and_fsid_type()
575 fsid_type = FSID_UUID16_INUM; in set_version_and_fsid_type()
578 fsid_type = FSID_UUID8; in set_version_and_fsid_type()
[all …]
H A Dexport.c958 exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, in exp_find_key() argument
968 key.ek_fsidtype = fsid_type; in exp_find_key()
969 memcpy(key.ek_fsid, fsidv, key_len(fsid_type)); in exp_find_key()
1080 struct auth_domain *clp, int fsid_type, in exp_find() argument
1085 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); in exp_find()
1277 int fsid_type, u32 *fsidv) in rqst_exp_find() argument
1287 exp = exp_find(cd, cl, fsid_type, fsidv, reqp); in rqst_exp_find()
1299 gssexp = exp_find(cd, gsscl, fsid_type, fsidv, reqp); in rqst_exp_find()
H A Dpnfs.h17 int fsid_type; member
H A Dexport.h140 int fsid_type, u32 *fsidv);
H A Dnfs4layouts.c67 map->fsid_type = fh->fh_fsid_type; in nfsd4_alloc_devid_map()
76 if (old->fsid_type != fh->fh_fsid_type) in nfsd4_alloc_devid_map()
79 key_len(old->fsid_type))) in nfsd4_alloc_devid_map()
H A Dnfs4proc.c2596 map->fsid_type, map->fsid); in nfsd4_getdeviceinfo()