Home
last modified time | relevance | path

Searched refs:gfs2_rindex (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/gfs2/
Drgrp.c839 char buf[sizeof(struct gfs2_rindex)]; in gfs2_ri_total()
843 loff_t pos = rgrps * sizeof(struct gfs2_rindex); in gfs2_ri_total()
845 if (pos + sizeof(struct gfs2_rindex) > i_size_read(inode)) in gfs2_ri_total()
848 sizeof(struct gfs2_rindex)); in gfs2_ri_total()
849 if (error != sizeof(struct gfs2_rindex)) in gfs2_ri_total()
851 total_data += be32_to_cpu(((struct gfs2_rindex *)buf)->ri_data); in gfs2_ri_total()
892 loff_t pos = sdp->sd_rgrps * sizeof(struct gfs2_rindex); in read_rindex_entry()
893 struct gfs2_rindex buf; in read_rindex_entry()
901 sizeof(struct gfs2_rindex)); in read_rindex_entry()
903 if (error != sizeof(struct gfs2_rindex)) in read_rindex_entry()
/Linux-v4.19/include/uapi/linux/
Dgfs2_ondisk.h141 struct gfs2_rindex { struct