sd_rindex        1000 fs/gfs2/bmap.c 	if (&ip->i_inode == sdp->sd_rindex) {
sd_rindex        1022 fs/gfs2/bmap.c 	if (&ip->i_inode == sdp->sd_rindex) {
sd_rindex        1098 fs/gfs2/bmap.c 		if (inode == sdp->sd_rindex)
sd_rindex        1226 fs/gfs2/bmap.c 	if (inode == sdp->sd_rindex)
sd_rindex        2366 fs/gfs2/bmap.c 	if (lblock_stop > end_of_file && ip != GFS2_I(sdp->sd_rindex))
sd_rindex        1113 fs/gfs2/file.c 	if (gfs2_is_jdata(ip) && inode != sdp->sd_rindex)
sd_rindex         332 fs/gfs2/glops.c 	if (ip == GFS2_I(gl->gl_name.ln_sbd->sd_rindex)) {
sd_rindex         355 fs/gfs2/glops.c 	if (sdp->sd_jindex == gl->gl_object || sdp->sd_rindex == gl->gl_object)
sd_rindex         743 fs/gfs2/incore.h 	struct inode *sd_rindex;
sd_rindex         801 fs/gfs2/ops_fstype.c 	sdp->sd_rindex = gfs2_lookup_simple(master, "rindex");
sd_rindex         802 fs/gfs2/ops_fstype.c 	if (IS_ERR(sdp->sd_rindex)) {
sd_rindex         803 fs/gfs2/ops_fstype.c 		error = PTR_ERR(sdp->sd_rindex);
sd_rindex         833 fs/gfs2/ops_fstype.c 	iput(sdp->sd_rindex);
sd_rindex         846 fs/gfs2/rgrp.c 	struct inode *inode = sdp->sd_rindex;
sd_rindex        1036 fs/gfs2/rgrp.c 	struct gfs2_inode *ip = GFS2_I(sdp->sd_rindex);
sd_rindex        2151 fs/gfs2/rgrp.c 		if (ip == GFS2_I(sdp->sd_rindex) && !sdp->sd_rindex_uptodate) {
sd_rindex         672 fs/gfs2/super.c 	iput(sdp->sd_rindex);