Searched refs:ls_ops (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/fs/dlm/ |
A D | member.c | 456 if (!ls->ls_ops || !ls->ls_ops->recover_prep) in dlm_lsop_recover_prep() 458 ls->ls_ops->recover_prep(ls->ls_ops_arg); in dlm_lsop_recover_prep() 467 if (!ls->ls_ops || !ls->ls_ops->recover_slot) in dlm_lsop_recover_slot() 484 ls->ls_ops->recover_slot(ls->ls_ops_arg, &slot); in dlm_lsop_recover_slot() 493 if (!ls->ls_ops || !ls->ls_ops->recover_done) in dlm_lsop_recover_done() 512 ls->ls_ops->recover_done(ls->ls_ops_arg, slots, num, in dlm_lsop_recover_done()
|
A D | dlm_internal.h | 666 const struct dlm_lockspace_ops *ls_ops; member
|
A D | lockspace.c | 487 ls->ls_ops = ops; in new_lockspace()
|
/linux-6.3-rc2/fs/gfs2/ |
A D | util.c | 175 if (sdp->sd_lockstruct.ls_ops->lm_lock == NULL) { /* lock_nolock */ in signal_our_withdraw() 333 const struct lm_lockops *lm = ls->ls_ops; in gfs2_withdraw() 355 if (!strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm")) in gfs2_withdraw()
|
A D | dentry.c | 58 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) { in gfs2_drevalidate()
|
A D | sys.c | 391 const struct lm_lockops *ops = sdp->sd_lockstruct.ls_ops; in proto_name_show() 444 !strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm")) in wdack_store() 475 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in lkfirst_store() 572 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in jid_store()
|
A D | recovery.c | 294 if (sdp->sd_lockstruct.ls_ops->lm_recovery_result) in gfs2_recovery_done() 295 sdp->sd_lockstruct.ls_ops->lm_recovery_result(sdp, jid, message); in gfs2_recovery_done()
|
A D | ops_fstype.c | 553 if (sdp->sd_lockstruct.ls_ops->lm_first_done) in gfs2_others_may_mount() 554 sdp->sd_lockstruct.ls_ops->lm_first_done(sdp); in gfs2_others_may_mount() 1028 ls->ls_ops = lm; in gfs2_lm_mount() 1080 const struct lm_lockops *lm = sdp->sd_lockstruct.ls_ops; in gfs2_lm_unmount() 1087 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in wait_on_journal()
|
A D | glock.c | 285 sdp->sd_lockstruct.ls_ops->lm_put_lock(gl); in __gfs2_glock_put() 787 if (sdp->sd_lockstruct.ls_ops->lm_lock) { in do_xmote() 789 ret = sdp->sd_lockstruct.ls_ops->lm_lock(gl, target, lck_flags); in do_xmote() 1535 if (sdp->sd_lockstruct.ls_ops->lm_cancel) in add_to_queue() 1536 sdp->sd_lockstruct.ls_ops->lm_cancel(gl); in add_to_queue() 1672 gl->gl_name.ln_sbd->sd_lockstruct.ls_ops->lm_cancel(gl); in gfs2_glock_dq()
|
A D | incore.h | 654 const struct lm_lockops *ls_ops; member
|
Completed in 26 milliseconds