Lines Matching refs:sd_lockstruct
322 const struct lm_lockops *ops = sdp->sd_lockstruct.ls_ops; in proto_name_show()
328 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_show()
340 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_store()
375 !strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm")) in wdack_store()
384 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in lkfirst_show()
406 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in lkfirst_store()
408 sdp->sd_lockstruct.ls_first = first; in lkfirst_store()
417 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in first_done_show()
475 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_done_show()
481 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_status_show()
487 return sprintf(buf, "%d\n", sdp->sd_lockstruct.ls_jid); in jid_show()
503 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in jid_store()
511 sdp->sd_lockstruct.ls_jid = jid; in jid_store()
712 add_uevent_var(env, "JOURNALID=%d", sdp->sd_lockstruct.ls_jid); in gfs2_uevent()