Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Ddentry.c57 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in gfs2_drevalidate()
H A Dglock.h135 int (*lm_mount) (struct gfs2_sbd *sdp, const char *table); member
H A Dsys.c469 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in lkfirst_store()
566 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in jid_store()
H A Dops_fstype.c1020 if (lm->lm_mount == NULL) { in gfs2_lm_mount()
1025 ret = lm->lm_mount(sdp, table); in gfs2_lm_mount()
1042 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in wait_on_journal()
H A Dlock_dlm.c1453 .lm_mount = gdlm_mount,