Searched refs:fsidv (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
D | nfsfh.h | 92 static inline void mk_fsid(int vers, u32 *fsidv, dev_t dev, ino_t ino, in mk_fsid() argument 98 fsidv[0] = (__force __u32)htonl((MAJOR(dev)<<16) | in mk_fsid() 100 fsidv[1] = ino_t_to_u32(ino); in mk_fsid() 103 fsidv[0] = fsid; in mk_fsid() 106 fsidv[0] = (__force __u32)htonl(MAJOR(dev)); in mk_fsid() 107 fsidv[1] = (__force __u32)htonl(MINOR(dev)); in mk_fsid() 108 fsidv[2] = ino_t_to_u32(ino); in mk_fsid() 112 fsidv[0] = new_encode_dev(dev); in mk_fsid() 113 fsidv[1] = ino_t_to_u32(ino); in mk_fsid() 119 fsidv[0] = ino_t_to_u32(ino); in mk_fsid() [all …]
|
D | export.c | 838 u32 *fsidv, struct cache_req *reqp) in exp_find_key() argument 848 memcpy(key.ek_fsid, fsidv, key_len(fsid_type)); in exp_find_key() 960 u32 *fsidv, struct cache_req *reqp) in exp_find() argument 964 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); in exp_find() 1049 rqst_exp_find(struct svc_rqst *rqstp, int fsid_type, u32 *fsidv) in rqst_exp_find() argument 1060 fsidv, &rqstp->rq_chandle); in rqst_exp_find() 1072 gssexp = exp_find(cd, rqstp->rq_gssclient, fsid_type, fsidv, in rqst_exp_find() 1100 u32 fsidv[2]; in rqst_find_fsidzero_export() local 1102 mk_fsid(FSID_NUM, fsidv, 0, 0, 0, NULL); in rqst_find_fsidzero_export() 1104 return rqst_exp_find(rqstp, FSID_NUM, fsidv); in rqst_find_fsidzero_export()
|