Lines Matching refs:sd_lockstruct
399 const struct lm_lockops *ops = sdp->sd_lockstruct.ls_ops; in proto_name_show()
405 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_show()
417 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_store()
452 !strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm")) in wdack_store()
461 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in lkfirst_show()
483 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in lkfirst_store()
485 sdp->sd_lockstruct.ls_first = first; in lkfirst_store()
494 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in first_done_show()
552 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_done_show()
558 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_status_show()
564 return sprintf(buf, "%d\n", sdp->sd_lockstruct.ls_jid); in jid_show()
580 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in jid_store()
588 sdp->sd_lockstruct.ls_jid = jid; in jid_store()
788 add_uevent_var(env, "JOURNALID=%d", sdp->sd_lockstruct.ls_jid); in gfs2_uevent()