Lines Matching refs:sd_lockstruct
389 const struct lm_lockops *ops = sdp->sd_lockstruct.ls_ops; in proto_name_show()
395 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_show()
407 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_store()
442 !strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm")) in wdack_store()
451 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in lkfirst_show()
473 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in lkfirst_store()
475 sdp->sd_lockstruct.ls_first = first; in lkfirst_store()
484 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in first_done_show()
542 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_done_show()
548 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_status_show()
554 return sprintf(buf, "%d\n", sdp->sd_lockstruct.ls_jid); in jid_show()
570 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in jid_store()
578 sdp->sd_lockstruct.ls_jid = jid; in jid_store()
778 add_uevent_var(env, "JOURNALID=%d", sdp->sd_lockstruct.ls_jid); in gfs2_uevent()