sd_root_dir       737 fs/gfs2/incore.h 	struct dentry *sd_root_dir;
sd_root_dir       690 fs/gfs2/inode.c 	if ((GFS2_I(d_inode(sdp->sd_root_dir)) == dip) ||
sd_root_dir       502 fs/gfs2/ops_fstype.c 	ret = gfs2_lookup_root(sb, &sdp->sd_root_dir, no_addr, "root");
sd_root_dir       510 fs/gfs2/ops_fstype.c 		dput(sdp->sd_root_dir);
sd_root_dir       513 fs/gfs2/ops_fstype.c 	sb->s_root = dget(sdp->sd_args.ar_meta ? sdp->sd_master_dir : sdp->sd_root_dir);
sd_root_dir      1188 fs/gfs2/ops_fstype.c 	if (sdp->sd_root_dir)
sd_root_dir      1189 fs/gfs2/ops_fstype.c 		dput(sdp->sd_root_dir);
sd_root_dir      1231 fs/gfs2/ops_fstype.c 		fc->root = dget(sdp->sd_root_dir);
sd_root_dir      1634 fs/gfs2/ops_fstype.c 	dput(sdp->sd_root_dir);
sd_root_dir      1636 fs/gfs2/ops_fstype.c 	sdp->sd_root_dir = NULL;