Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dexport.c938 exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, in exp_find_key() argument
948 key.ek_fsidtype = fsid_type; in exp_find_key()
949 memcpy(key.ek_fsid, fsidv, key_len(fsid_type)); in exp_find_key()
1060 struct auth_domain *clp, int fsid_type, in exp_find() argument
1065 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); in exp_find()
1224 int fsid_type, u32 *fsidv) in rqst_exp_find() argument
1234 exp = exp_find(cd, cl, fsid_type, fsidv, reqp); in rqst_exp_find()
1246 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.c2323 map->fsid_type, map->fsid); in nfsd4_getdeviceinfo()