ls_ops 624 fs/dlm/dlm_internal.h const struct dlm_lockspace_ops *ls_ops; ls_ops 504 fs/dlm/lockspace.c ls->ls_ops = ops; ls_ops 450 fs/dlm/member.c if (!ls->ls_ops || !ls->ls_ops->recover_prep) ls_ops 452 fs/dlm/member.c ls->ls_ops->recover_prep(ls->ls_ops_arg); ls_ops 461 fs/dlm/member.c if (!ls->ls_ops || !ls->ls_ops->recover_slot) ls_ops 478 fs/dlm/member.c ls->ls_ops->recover_slot(ls->ls_ops_arg, &slot); ls_ops 487 fs/dlm/member.c if (!ls->ls_ops || !ls->ls_ops->recover_done) ls_ops 506 fs/dlm/member.c ls->ls_ops->recover_done(ls->ls_ops_arg, slots, num, ls_ops 58 fs/gfs2/dentry.c if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) { ls_ops 249 fs/gfs2/glock.c sdp->sd_lockstruct.ls_ops->lm_put_lock(gl); ls_ops 578 fs/gfs2/glock.c if (sdp->sd_lockstruct.ls_ops->lm_lock) { ls_ops 580 fs/gfs2/glock.c ret = sdp->sd_lockstruct.ls_ops->lm_lock(gl, target, lck_flags); ls_ops 1160 fs/gfs2/glock.c if (sdp->sd_lockstruct.ls_ops->lm_cancel) ls_ops 1161 fs/gfs2/glock.c sdp->sd_lockstruct.ls_ops->lm_cancel(gl); ls_ops 666 fs/gfs2/incore.h const struct lm_lockops *ls_ops; ls_ops 526 fs/gfs2/ops_fstype.c if (sdp->sd_lockstruct.ls_ops->lm_first_done) ls_ops 527 fs/gfs2/ops_fstype.c sdp->sd_lockstruct.ls_ops->lm_first_done(sdp); ls_ops 957 fs/gfs2/ops_fstype.c ls->ls_ops = lm; ls_ops 1008 fs/gfs2/ops_fstype.c const struct lm_lockops *lm = sdp->sd_lockstruct.ls_ops; ls_ops 1016 fs/gfs2/ops_fstype.c if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) ls_ops 289 fs/gfs2/recovery.c if (sdp->sd_lockstruct.ls_ops->lm_recovery_result) ls_ops 290 fs/gfs2/recovery.c sdp->sd_lockstruct.ls_ops->lm_recovery_result(sdp, jid, message); ls_ops 321 fs/gfs2/sys.c const struct lm_lockops *ops = sdp->sd_lockstruct.ls_ops; ls_ops 374 fs/gfs2/sys.c !strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm")) ls_ops 405 fs/gfs2/sys.c if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) ls_ops 500 fs/gfs2/sys.c if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) ls_ops 39 fs/gfs2/util.c const struct lm_lockops *lm = ls->ls_ops; ls_ops 64 fs/gfs2/util.c if (!strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm"))