Home
last modified time | relevance | path

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

/linux-3.4.99/fs/gfs2/
Drgrp.c539 char buf[sizeof(struct gfs2_rindex)]; in gfs2_ri_total()
545 loff_t pos = rgrps * sizeof(struct gfs2_rindex); in gfs2_ri_total()
547 if (pos + sizeof(struct gfs2_rindex) > i_size_read(inode)) in gfs2_ri_total()
550 sizeof(struct gfs2_rindex)); in gfs2_ri_total()
551 if (error != sizeof(struct gfs2_rindex)) in gfs2_ri_total()
553 total_data += be32_to_cpu(((struct gfs2_rindex *)buf)->ri_data); in gfs2_ri_total()
594 loff_t pos = sdp->sd_rgrps * sizeof(struct gfs2_rindex); in read_rindex_entry()
595 struct gfs2_rindex buf; in read_rindex_entry()
603 sizeof(struct gfs2_rindex)); in read_rindex_entry()
605 if (error != sizeof(struct gfs2_rindex)) in read_rindex_entry()
/linux-3.4.99/include/linux/
Dgfs2_ondisk.h140 struct gfs2_rindex { struct