Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dops_fstype.c569 struct gfs2_inode *dip = GFS2_I(sdp->sd_jindex); in gfs2_jindex_hold()
589 error = gfs2_dir_check(sdp->sd_jindex, &name, NULL); in gfs2_jindex_hold()
609 jd->jd_inode = gfs2_lookupi(sdp->sd_jindex, &name, 1); in gfs2_jindex_hold()
743 sdp->sd_jindex = gfs2_lookup_meta(master, "jindex"); in init_journal()
744 if (IS_ERR(sdp->sd_jindex)) { in init_journal()
746 return PTR_ERR(sdp->sd_jindex); in init_journal()
872 iput(sdp->sd_jindex); in init_journal()
H A Dincore.h732 struct inode *sd_jindex; member
H A Dglops.c399 if (sdp->sd_jindex == gl->gl_object || sdp->sd_rindex == gl->gl_object) in inode_go_demote_ok()
H A Dsuper.c626 iput(sdp->sd_jindex); in gfs2_put_super()