Lines Matching refs:gfs2_rindex
830 char buf[sizeof(struct gfs2_rindex)];
834 loff_t pos = rgrps * sizeof(struct gfs2_rindex);
836 if (pos + sizeof(struct gfs2_rindex) > i_size_read(inode))
839 sizeof(struct gfs2_rindex));
840 if (error != sizeof(struct gfs2_rindex))
842 total_data += be32_to_cpu(((struct gfs2_rindex *)buf)->ri_data);
882 loff_t pos = sdp->sd_rgrps * sizeof(struct gfs2_rindex);
883 struct gfs2_rindex buf;
891 sizeof(struct gfs2_rindex));
893 if (error != sizeof(struct gfs2_rindex))