Home
last modified time | relevance | path

Searched refs:ls_ops (Results 1 – 10 of 10) sorted by relevance

/linux/fs/dlm/
H A Dmember.c472 if (!ls->ls_ops || !ls->ls_ops->recover_prep) in dlm_lsop_recover_prep()
474 ls->ls_ops->recover_prep(ls->ls_ops_arg); in dlm_lsop_recover_prep()
484 if (!ls->ls_ops || !ls->ls_ops->recover_slot) in dlm_lsop_recover_slot()
501 ls->ls_ops->recover_slot(ls->ls_ops_arg, &slot); in dlm_lsop_recover_slot()
510 if (!ls->ls_ops || !ls->ls_ops->recover_done) in dlm_lsop_recover_done()
529 ls->ls_ops->recover_done(ls->ls_ops_arg, slots, num, in dlm_lsop_recover_done()
H A Ddlm_internal.h660 const struct dlm_lockspace_ops *ls_ops; member
H A Dlockspace.c441 ls->ls_ops = ops; in new_lockspace()
/linux/fs/gfs2/
H A Ddentry.c57 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in gfs2_drevalidate()
H A Dutil.c172 if (!ls->ls_ops->lm_lock) in gfs2_offline_uevent()
209 const struct lm_lockops *lm = ls->ls_ops; in gfs2_withdraw_func()
H A Dsys.c391 const struct lm_lockops *ops = sdp->sd_lockstruct.ls_ops; in proto_name_show()
469 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 Drecovery.c291 if (sdp->sd_lockstruct.ls_ops->lm_recovery_result) in gfs2_recovery_done()
292 sdp->sd_lockstruct.ls_ops->lm_recovery_result(sdp, jid, message); in gfs2_recovery_done()
H A Dops_fstype.c519 if (sdp->sd_lockstruct.ls_ops->lm_first_done) in gfs2_others_may_mount()
520 sdp->sd_lockstruct.ls_ops->lm_first_done(sdp); in gfs2_others_may_mount()
983 ls->ls_ops = lm; in gfs2_lm_mount()
1035 const struct lm_lockops *lm = sdp->sd_lockstruct.ls_ops; in gfs2_lm_unmount()
1042 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in wait_on_journal()
H A Dglock.c251 sdp->sd_lockstruct.ls_ops->lm_put_lock(gl); in __gfs2_glock_put()
709 if (ls->ls_ops->lm_lock) { in do_xmote()
711 ret = ls->ls_ops->lm_lock(gl, target, gh ? gh->gh_flags : 0); in do_xmote()
1627 glock_sbd(gl)->sd_lockstruct.ls_ops->lm_cancel(gl); in gfs2_glock_dq()
H A Dincore.h647 const struct lm_lockops *ls_ops; member