Lines Matching refs:gfs2_rindex
846 char buf[sizeof(struct gfs2_rindex)];
850 loff_t pos = rgrps * sizeof(struct gfs2_rindex);
852 if (pos + sizeof(struct gfs2_rindex) > i_size_read(inode))
855 sizeof(struct gfs2_rindex));
856 if (error != sizeof(struct gfs2_rindex))
858 total_data += be32_to_cpu(((struct gfs2_rindex *)buf)->ri_data);
898 loff_t pos = sdp->sd_rgrps * sizeof(struct gfs2_rindex);
899 struct gfs2_rindex buf;
907 sizeof(struct gfs2_rindex));
909 if (error != sizeof(struct gfs2_rindex))