Searched refs:fsidv (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/fs/nfsd/ |
H A D | nfsfh.h | 81 * others, net endian. fsidv is always considered to be u32 as the 86 static inline void mk_fsid(int vers, u32 *fsidv, dev_t dev, ino_t ino, mk_fsid() argument 92 fsidv[0] = (__force __u32)htonl((MAJOR(dev)<<16) | mk_fsid() 94 fsidv[1] = ino_t_to_u32(ino); mk_fsid() 97 fsidv[0] = fsid; mk_fsid() 100 fsidv[0] = (__force __u32)htonl(MAJOR(dev)); mk_fsid() 101 fsidv[1] = (__force __u32)htonl(MINOR(dev)); mk_fsid() 102 fsidv[2] = ino_t_to_u32(ino); mk_fsid() 106 fsidv[0] = new_encode_dev(dev); mk_fsid() 107 fsidv[1] = ino_t_to_u32(ino); mk_fsid() 113 fsidv[0] = ino_t_to_u32(ino); mk_fsid() 114 fsidv[1] = up[0] ^ up[1] ^ up[2] ^ up[3]; mk_fsid() 120 fsidv[0] = up[0] ^ up[2]; mk_fsid() 121 fsidv[1] = up[1] ^ up[3]; mk_fsid() 126 memcpy(fsidv, uuid, 16); mk_fsid() 131 *(u64*)fsidv = (u64)ino; mk_fsid() 132 memcpy(fsidv+2, uuid, 16); mk_fsid()
|
H A D | export.c | 804 u32 *fsidv, struct cache_req *reqp) exp_find_key() 814 memcpy(key.ek_fsid, fsidv, key_len(fsid_type)); exp_find_key() 922 u32 *fsidv, struct cache_req *reqp) exp_find() 926 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); exp_find() 1001 rqst_exp_find(struct svc_rqst *rqstp, int fsid_type, u32 *fsidv) rqst_exp_find() argument 1012 fsidv, &rqstp->rq_chandle); rqst_exp_find() 1024 gssexp = exp_find(cd, rqstp->rq_gssclient, fsid_type, fsidv, rqst_exp_find() 1052 u32 fsidv[2]; rqst_find_fsidzero_export() local 1054 mk_fsid(FSID_NUM, fsidv, 0, 0, 0, NULL); rqst_find_fsidzero_export() 1056 return rqst_exp_find(rqstp, FSID_NUM, fsidv); rqst_find_fsidzero_export() 803 exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, u32 *fsidv, struct cache_req *reqp) exp_find_key() argument 920 exp_find(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, u32 *fsidv, struct cache_req *reqp) exp_find() argument
|
Completed in 125 milliseconds