Lines Matching refs:sd_lockstruct
333 const struct lm_lockops *ops = sdp->sd_lockstruct.ls_ops; in proto_name_show()
339 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_show()
351 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_store()
386 !strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm")) in wdack_store()
395 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in lkfirst_show()
417 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in lkfirst_store()
419 sdp->sd_lockstruct.ls_first = first; in lkfirst_store()
428 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in first_done_show()
477 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_done_show()
483 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_status_show()
489 return sprintf(buf, "%d\n", sdp->sd_lockstruct.ls_jid); in jid_show()
505 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in jid_store()
513 sdp->sd_lockstruct.ls_jid = jid; in jid_store()
719 add_uevent_var(env, "JOURNALID=%d", sdp->sd_lockstruct.ls_jid); in gfs2_uevent()