Searched refs:fsidv (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsfh.h30 static inline void mk_fsid(int vers, u32 *fsidv, dev_t dev, ino_t ino, argument
36 fsidv[0] = htonl((MAJOR(dev)<<16) |
38 fsidv[1] = ino_t_to_u32(ino);
41 fsidv[0] = fsid;
44 fsidv[0] = htonl(MAJOR(dev));
45 fsidv[1] = htonl(MINOR(dev));
46 fsidv[2] = ino_t_to_u32(ino);
50 fsidv[0] = new_encode_dev(dev);
51 fsidv[1] = ino_t_to_u32(ino);
57 fsidv[
[all...]
H A Dexport.c778 exp_find_key(svc_client *clp, int fsid_type, u32 *fsidv, struct cache_req *reqp) argument
788 memcpy(key.ek_fsid, fsidv, key_len(fsid_type));
799 static int exp_set_key(svc_client *clp, int fsid_type, u32 *fsidv, argument
806 memcpy(key.ek_fsid, fsidv, key_len(fsid_type));
827 u32 fsidv[3]; local
830 mk_fsid(FSID_DEV, fsidv, dev, ino, 0, NULL);
831 return exp_find_key(clp, FSID_DEV, fsidv, NULL);
833 mk_fsid(FSID_ENCODE_DEV, fsidv, dev, ino, 0, NULL);
834 return exp_find_key(clp, FSID_ENCODE_DEV, fsidv, NULL);
843 u32 fsidv[ local
1195 exp_find(struct auth_domain *clp, int fsid_type, u32 *fsidv, struct cache_req *reqp) argument
1272 rqst_exp_find(struct svc_rqst *rqstp, int fsid_type, u32 *fsidv) argument
1320 u32 fsidv[2]; local
[all...]

Completed in 36 milliseconds