Home
last modified time | relevance | path

Searched refs:lm_mount (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/gfs2/
Ddentry.c61 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in gfs2_drevalidate()
Dglock.h125 int (*lm_mount) (struct gfs2_sbd *sdp, const char *table); member
Dsys.c407 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in lkfirst_store()
502 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in jid_store()
Dops_fstype.c995 if (lm->lm_mount == NULL) { in gfs2_lm_mount()
1000 ret = lm->lm_mount(sdp, table); in gfs2_lm_mount()
1017 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in wait_on_journal()
Dlock_dlm.c1343 .lm_mount = gdlm_mount,