Home
last modified time | relevance | path

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

/linux/fs/nfsd/
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 Dexport.h140 int fsid_type, u32 *fsidv);