Searched refs:ls_ops (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/fs/dlm/ |
D | member.c | 454 if (!ls->ls_ops || !ls->ls_ops->recover_prep) in dlm_lsop_recover_prep() 456 ls->ls_ops->recover_prep(ls->ls_ops_arg); in dlm_lsop_recover_prep() 465 if (!ls->ls_ops || !ls->ls_ops->recover_slot) in dlm_lsop_recover_slot() 482 ls->ls_ops->recover_slot(ls->ls_ops_arg, &slot); in dlm_lsop_recover_slot() 491 if (!ls->ls_ops || !ls->ls_ops->recover_done) in dlm_lsop_recover_done() 511 ls->ls_ops->recover_done(ls->ls_ops_arg, slots, num, in dlm_lsop_recover_done()
|
D | dlm_internal.h | 619 const struct dlm_lockspace_ops *ls_ops; member
|
D | lockspace.c | 498 ls->ls_ops = ops; in new_lockspace()
|
/linux-4.4.14/fs/gfs2/ |
D | util.c | 41 const struct lm_lockops *lm = ls->ls_ops; in gfs2_lm_withdraw() 64 if (!strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm")) in gfs2_lm_withdraw()
|
D | dentry.c | 61 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in gfs2_drevalidate()
|
D | sys.c | 333 const struct lm_lockops *ops = sdp->sd_lockstruct.ls_ops; in proto_name_show() 386 !strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm")) in wdack_store() 417 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in lkfirst_store() 505 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in jid_store()
|
D | ops_fstype.c | 531 if (sdp->sd_lockstruct.ls_ops->lm_first_done) in gfs2_others_may_mount() 532 sdp->sd_lockstruct.ls_ops->lm_first_done(sdp); in gfs2_others_may_mount() 962 ls->ls_ops = lm; in gfs2_lm_mount() 1013 const struct lm_lockops *lm = sdp->sd_lockstruct.ls_ops; in gfs2_lm_unmount() 1021 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in wait_on_journal()
|
D | recovery.c | 447 if (sdp->sd_lockstruct.ls_ops->lm_recovery_result) in gfs2_recovery_done() 448 sdp->sd_lockstruct.ls_ops->lm_recovery_result(sdp, jid, message); in gfs2_recovery_done()
|
D | glock.c | 177 sdp->sd_lockstruct.ls_ops->lm_put_lock(gl); in gfs2_glock_put() 475 if (sdp->sd_lockstruct.ls_ops->lm_lock) { in do_xmote() 477 ret = sdp->sd_lockstruct.ls_ops->lm_lock(gl, target, lck_flags); in do_xmote() 930 if (sdp->sd_lockstruct.ls_ops->lm_cancel) in add_to_queue() 931 sdp->sd_lockstruct.ls_ops->lm_cancel(gl); in add_to_queue()
|
D | incore.h | 637 const struct lm_lockops *ls_ops; member
|