Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/gfs2/
A Drgrp.c846 char buf[sizeof(struct gfs2_rindex)]; in gfs2_ri_total()
850 loff_t pos = rgrps * sizeof(struct gfs2_rindex); in gfs2_ri_total()
852 if (pos + sizeof(struct gfs2_rindex) > i_size_read(inode)) in gfs2_ri_total()
855 sizeof(struct gfs2_rindex)); in gfs2_ri_total()
856 if (error != sizeof(struct gfs2_rindex)) in gfs2_ri_total()
858 total_data += be32_to_cpu(((struct gfs2_rindex *)buf)->ri_data); in gfs2_ri_total()
898 loff_t pos = sdp->sd_rgrps * sizeof(struct gfs2_rindex); in read_rindex_entry()
899 struct gfs2_rindex buf; in read_rindex_entry()
907 sizeof(struct gfs2_rindex)); in read_rindex_entry()
909 if (error != sizeof(struct gfs2_rindex)) in read_rindex_entry()
/linux-6.3-rc2/include/uapi/linux/
A Dgfs2_ondisk.h141 struct gfs2_rindex { struct

Completed in 9 milliseconds