Searched refs:gfs2_rindex (Results 1 – 4 of 4) sorted by relevance
830 char buf[sizeof(struct gfs2_rindex)]; in gfs2_ri_total()834 loff_t pos = rgrps * sizeof(struct gfs2_rindex); in gfs2_ri_total()836 if (pos + sizeof(struct gfs2_rindex) > i_size_read(inode)) in gfs2_ri_total()839 sizeof(struct gfs2_rindex)); in gfs2_ri_total()840 if (error != sizeof(struct gfs2_rindex)) in gfs2_ri_total()842 total_data += be32_to_cpu(((struct gfs2_rindex *)buf)->ri_data); in gfs2_ri_total()882 loff_t pos = sdp->sd_rgrps * sizeof(struct gfs2_rindex); in read_rindex_entry()883 struct gfs2_rindex buf; in read_rindex_entry()891 sizeof(struct gfs2_rindex)); in read_rindex_entry()893 if (error != sizeof(struct gfs2_rindex)) in read_rindex_entry()
141 struct gfs2_rindex { struct