fh_fsid            68 fs/nfsd/nfs4layouts.c 	memcpy(&map->fsid, fh->fh_fsid, fsid_len);
fh_fsid            78 fs/nfsd/nfs4layouts.c 			if (memcmp(old->fsid, fh->fh_fsid,
fh_fsid           188 fs/nfsd/nfsfh.c 			fh->fh_fsid[0] = new_encode_dev(MKDEV(ntohl((__force __be32)fh->fh_fsid[0]),
fh_fsid           189 fs/nfsd/nfsfh.c 							ntohl((__force __be32)fh->fh_fsid[1])));
fh_fsid           190 fs/nfsd/nfsfh.c 			fh->fh_fsid[1] = fh->fh_fsid[2];
fh_fsid           195 fs/nfsd/nfsfh.c 		exp = rqst_exp_find(rqstp, fh->fh_fsid_type, fh->fh_fsid);
fh_fsid           196 fs/nfsd/nfsfh.c 		fid = (struct fid *)(fh->fh_fsid + len);
fh_fsid           413 fs/nfsd/nfsfh.c 			(fhp->fh_handle.fh_fsid + fhp->fh_handle.fh_size/4 - 1);
fh_fsid           588 fs/nfsd/nfsfh.c 			fhp->fh_handle.fh_fsid,
fh_fsid           206 fs/nfsd/nfsfh.h 	if (memcmp(fh1->fh_fsid, fh2->fh_fsid, key_len(fh1->fh_fsid_type)) != 0)