rbm1              142 fs/gfs2/incore.h static inline bool gfs2_rbm_eq(const struct gfs2_rbm *rbm1,
rbm1              145 fs/gfs2/incore.h 	return (rbm1->rgd == rbm2->rgd) && (rbm1->bii == rbm2->bii) &&
rbm1              146 fs/gfs2/incore.h 	       (rbm1->offset == rbm2->offset);