Home
last modified time | relevance | path

Searched refs:gfs2_jdesc_find (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/gfs2/
H A Dsuper.h31 struct gfs2_jdesc *gfs2_jdesc_find(struct gfs2_sbd *sdp, unsigned int jid);
H A Dops_fstype.c765 sdp->sd_jdesc = gfs2_jdesc_find(sdp, 0); in init_journal()
778 sdp->sd_jdesc = gfs2_jdesc_find(sdp, sdp->sd_lockstruct.ls_jid); in init_journal()
825 struct gfs2_jdesc *jd = gfs2_jdesc_find(sdp, x); in init_journal()
H A Dsuper.c92 struct gfs2_jdesc *gfs2_jdesc_find(struct gfs2_sbd *sdp, unsigned int jid) in gfs2_jdesc_find() function