/kernel/linux/linux-5.10/fs/dlm/ |
H A D | member.c | 450 if (!ls->ls_ops || !ls->ls_ops->recover_prep) in dlm_lsop_recover_prep() 452 ls->ls_ops->recover_prep(ls->ls_ops_arg); in dlm_lsop_recover_prep() 461 if (!ls->ls_ops || !ls->ls_ops->recover_slot) in dlm_lsop_recover_slot() 478 ls->ls_ops->recover_slot(ls->ls_ops_arg, &slot); in dlm_lsop_recover_slot() 487 if (!ls->ls_ops || !ls->ls_ops->recover_done) in dlm_lsop_recover_done() 506 ls->ls_ops->recover_done(ls->ls_ops_arg, slots, num, in dlm_lsop_recover_done()
|
H A D | dlm_internal.h | 623 const struct dlm_lockspace_ops *ls_ops; member
|
H A D | lockspace.c | 494 ls->ls_ops = ops; in new_lockspace()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | member.c | 474 if (!ls->ls_ops || !ls->ls_ops->recover_prep) in dlm_lsop_recover_prep() 476 ls->ls_ops->recover_prep(ls->ls_ops_arg); in dlm_lsop_recover_prep() 485 if (!ls->ls_ops || !ls->ls_ops->recover_slot) in dlm_lsop_recover_slot() 502 ls->ls_ops->recover_slot(ls->ls_ops_arg, &slot); in dlm_lsop_recover_slot() 511 if (!ls->ls_ops || !ls->ls_ops->recover_done) in dlm_lsop_recover_done() 530 ls->ls_ops->recover_done(ls->ls_ops_arg, slots, num, in dlm_lsop_recover_done()
|
H A D | dlm_internal.h | 649 const struct dlm_lockspace_ops *ls_ops; member
|
H A D | lockspace.c | 486 ls->ls_ops = ops; in new_lockspace()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | sys.c | 322 const struct lm_lockops *ops = sdp->sd_lockstruct.ls_ops; in proto_name_show() 375 !strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm")) in wdack_store() 406 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in lkfirst_store() 503 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in jid_store()
|
H A D | dentry.c | 58 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) { in gfs2_drevalidate()
|
H A D | util.c | 168 if (sdp->sd_lockstruct.ls_ops->lm_lock == NULL) { /* lock_nolock */ in signal_our_withdraw() 322 const struct lm_lockops *lm = ls->ls_ops; in gfs2_withdraw() 344 if (!strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm")) in gfs2_withdraw()
|
H A D | recovery.c | 295 if (sdp->sd_lockstruct.ls_ops->lm_recovery_result) in gfs2_recovery_done() 296 sdp->sd_lockstruct.ls_ops->lm_recovery_result(sdp, jid, message); in gfs2_recovery_done()
|
H A D | glock.c | 280 sdp->sd_lockstruct.ls_ops->lm_put_lock(gl); in __gfs2_glock_put() 693 if (sdp->sd_lockstruct.ls_ops->lm_lock) { 695 ret = sdp->sd_lockstruct.ls_ops->lm_lock(gl, target, lck_flags); 1385 if (sdp->sd_lockstruct.ls_ops->lm_cancel) 1386 sdp->sd_lockstruct.ls_ops->lm_cancel(gl);
|
H A D | ops_fstype.c | 539 if (sdp->sd_lockstruct.ls_ops->lm_first_done) in gfs2_others_may_mount() 540 sdp->sd_lockstruct.ls_ops->lm_first_done(sdp); in gfs2_others_may_mount() 1004 ls->ls_ops = lm; in gfs2_lm_mount() 1055 const struct lm_lockops *lm = sdp->sd_lockstruct.ls_ops; in gfs2_lm_unmount() 1062 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in wait_on_journal()
|
H A D | incore.h | 668 * ls_ops - lock module's functions 674 const struct lm_lockops *ls_ops; member
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | dentry.c | 58 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) { in gfs2_drevalidate()
|
H A D | util.c | 173 if (sdp->sd_lockstruct.ls_ops->lm_lock == NULL) { /* lock_nolock */ in signal_our_withdraw() 324 const struct lm_lockops *lm = ls->ls_ops; in gfs2_withdraw() 346 if (!strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm")) in gfs2_withdraw()
|
H A D | sys.c | 399 const struct lm_lockops *ops = sdp->sd_lockstruct.ls_ops; in proto_name_show() 452 !strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm")) in wdack_store() 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()
|
H 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()
|
H A D | ops_fstype.c | 552 if (sdp->sd_lockstruct.ls_ops->lm_first_done) in gfs2_others_may_mount() 553 sdp->sd_lockstruct.ls_ops->lm_first_done(sdp); in gfs2_others_may_mount() 1024 ls->ls_ops = lm; in gfs2_lm_mount() 1076 const struct lm_lockops *lm = sdp->sd_lockstruct.ls_ops; in gfs2_lm_unmount() 1083 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in wait_on_journal()
|
H 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) { 789 ret = sdp->sd_lockstruct.ls_ops->lm_lock(gl, target, lck_flags); 1529 if (sdp->sd_lockstruct.ls_ops->lm_cancel) 1530 sdp->sd_lockstruct.ls_ops->lm_cancel(gl); 1665 gl->gl_name.ln_sbd->sd_lockstruct.ls_ops->lm_cancel(gl); in gfs2_glock_dq()
|
H A D | incore.h | 644 * ls_ops - lock module's functions 650 const struct lm_lockops *ls_ops; member
|