Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfsfh.c491 static bool fsid_type_ok_for_exp(u8 fsid_type, struct svc_export *exp) in fsid_type_ok_for_exp() argument
493 switch (fsid_type) { in fsid_type_ok_for_exp()
519 u8 fsid_type; in set_version_and_fsid_type() local
524 fsid_type = ref_fh->fh_handle.fh_fsid_type; in set_version_and_fsid_type()
530 fsid_type = FSID_DEV; in set_version_and_fsid_type()
544 if (!fsid_type_ok_for_exp(fsid_type, exp)) in set_version_and_fsid_type()
547 fsid_type = FSID_NUM; in set_version_and_fsid_type()
551 fsid_type = FSID_UUID16; in set_version_and_fsid_type()
553 fsid_type = FSID_UUID16_INUM; in set_version_and_fsid_type()
556 fsid_type = FSID_UUID8; in set_version_and_fsid_type()
[all …]
H A Dexport.c947 exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, in exp_find_key() argument
957 key.ek_fsidtype = fsid_type; in exp_find_key()
958 memcpy(key.ek_fsid, fsidv, key_len(fsid_type)); in exp_find_key()
1069 struct auth_domain *clp, int fsid_type, in exp_find() argument
1074 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); in exp_find()
1233 int fsid_type, u32 *fsidv) in rqst_exp_find() argument
1243 exp = exp_find(cd, cl, fsid_type, fsidv, reqp); in rqst_exp_find()
1255 gssexp = exp_find(cd, gsscl, fsid_type, fsidv, reqp); in rqst_exp_find()
H A Dpnfs.h17 int fsid_type; member
H A Dexport.h134 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.c2348 map->fsid_type, map->fsid); in nfsd4_getdeviceinfo()