Home
last modified time | relevance | path

Searched refs:fsidv (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nfsd/
H A Dnfsfh.h147 static inline void mk_fsid(int vers, u32 *fsidv, dev_t dev, ino_t ino, in mk_fsid() argument
153 fsidv[0] = (__force __u32)htonl((MAJOR(dev)<<16) | in mk_fsid()
155 fsidv[1] = ino_t_to_u32(ino); in mk_fsid()
158 fsidv[0] = fsid; in mk_fsid()
161 fsidv[0] = (__force __u32)htonl(MAJOR(dev)); in mk_fsid()
162 fsidv[1] = (__force __u32)htonl(MINOR(dev)); in mk_fsid()
163 fsidv[2] = ino_t_to_u32(ino); in mk_fsid()
167 fsidv[0] = new_encode_dev(dev); in mk_fsid()
168 fsidv[1] = ino_t_to_u32(ino); in mk_fsid()
174 fsidv[0] = ino_t_to_u32(ino); in mk_fsid()
[all …]
H A Dexport.c959 u32 *fsidv, struct cache_req *reqp) in exp_find_key() argument
969 memcpy(key.ek_fsid, fsidv, key_len(fsid_type)); in exp_find_key()
1081 u32 *fsidv, struct cache_req *reqp) 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()
1326 u32 fsidv[2]; in rqst_find_fsidzero_export() local
1328 mk_fsid(FSID_NUM, fsidv, 0, 0, 0, NULL); in rqst_find_fsidzero_export()
1332 FSID_NUM, fsidv); in rqst_find_fsidzero_export()
H A Dexport.h140 int fsid_type, u32 *fsidv);