Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/gfs2/
Dops_fstype.c555 struct gfs2_inode *dip = GFS2_I(sdp->sd_jindex); in gfs2_jindex_hold()
575 error = gfs2_dir_check(sdp->sd_jindex, &name, NULL); in gfs2_jindex_hold()
595 jd->jd_inode = gfs2_lookupi(sdp->sd_jindex, &name, 1); in gfs2_jindex_hold()
721 sdp->sd_jindex = gfs2_lookup_simple(master, "jindex"); in init_journal()
722 if (IS_ERR(sdp->sd_jindex)) { in init_journal()
724 return PTR_ERR(sdp->sd_jindex); in init_journal()
850 iput(sdp->sd_jindex); in init_journal()
Dincore.h756 struct inode *sd_jindex; member
Dglops.c400 if (sdp->sd_jindex == gl->gl_object || sdp->sd_rindex == gl->gl_object) in inode_go_demote_ok()
Dsuper.c635 iput(sdp->sd_jindex); in gfs2_put_super()