Searched refs:sd_jindex (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dops_fstype.c640 struct gfs2_inode *dip = GFS2_I(sdp->sd_jindex);
658 error = gfs2_dir_check(sdp->sd_jindex, &name, NULL);
676 jd->jd_inode = gfs2_lookupi(sdp->sd_jindex, &name, 1);
710 sdp->sd_jindex = gfs2_lookup_simple(master, "jindex");
711 if (IS_ERR(sdp->sd_jindex)) {
713 return PTR_ERR(sdp->sd_jindex);
715 ip = GFS2_I(sdp->sd_jindex);
819 iput(sdp->sd_jindex);
H A Dglops.c209 if (sdp->sd_jindex == gl->gl_object || sdp->sd_rindex == gl->gl_object)
H A Dincore.h552 struct inode *sd_jindex; member in struct:gfs2_sbd
H A Dsuper.c839 iput(sdp->sd_jindex);

Completed in 132 milliseconds