Searched refs:fsid_type (Results 1 – 5 of 5) sorted by relevance
/linux/fs/nfsd/ |
H A D | export.c | 938 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 D | pnfs.h | 17 int fsid_type; member
|
H A D | export.h | 134 int fsid_type, u32 *fsidv);
|
H A D | nfs4layouts.c | 67 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 D | nfs4proc.c | 2323 map->fsid_type, map->fsid); in nfsd4_getdeviceinfo()
|