Searched refs:fsidv (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/nfsd/ |
| A D | nfsfh.h | 152 fsidv[1] = ino_t_to_u32(ino); in mk_fsid() 155 fsidv[0] = fsid; in mk_fsid() 160 fsidv[2] = ino_t_to_u32(ino); in mk_fsid() 164 fsidv[0] = new_encode_dev(dev); in mk_fsid() 165 fsidv[1] = ino_t_to_u32(ino); in mk_fsid() 171 fsidv[0] = ino_t_to_u32(ino); in mk_fsid() 178 fsidv[0] = up[0] ^ up[2]; in mk_fsid() 179 fsidv[1] = up[1] ^ up[3]; in mk_fsid() 184 memcpy(fsidv, uuid, 16); in mk_fsid() 189 *(u64*)fsidv = (u64)ino; in mk_fsid() [all …]
|
| A D | export.c | 939 u32 *fsidv, struct cache_req *reqp) in exp_find_key() argument 949 memcpy(key.ek_fsid, fsidv, key_len(fsid_type)); in exp_find_key() 1061 u32 *fsidv, struct cache_req *reqp) in exp_find() argument 1065 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); in exp_find() 1205 int fsid_type, u32 *fsidv) in rqst_exp_find() argument 1215 exp = exp_find(cd, cl, fsid_type, fsidv, reqp); in rqst_exp_find() 1227 gssexp = exp_find(cd, gsscl, fsid_type, fsidv, reqp); in rqst_exp_find() 1254 u32 fsidv[2]; in rqst_find_fsidzero_export() local 1256 mk_fsid(FSID_NUM, fsidv, 0, 0, 0, NULL); in rqst_find_fsidzero_export() 1260 FSID_NUM, fsidv); in rqst_find_fsidzero_export()
|
| A D | export.h | 133 int fsid_type, u32 *fsidv);
|
Completed in 11 milliseconds