Searched refs:lm_mount (Results 1 – 5 of 5) sorted by relevance
58 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) { in gfs2_drevalidate()
120 int (*lm_mount) (struct gfs2_sbd *sdp, const char *table); member
483 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in lkfirst_store()580 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in jid_store()
1061 if (lm->lm_mount == NULL) { in gfs2_lm_mount()1066 ret = lm->lm_mount(sdp, table); in gfs2_lm_mount()1083 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in wait_on_journal()
1400 .lm_mount = gdlm_mount,