Lines Matching refs:sd_lockstruct
308 const struct lm_lockops *ops = sdp->sd_lockstruct.ls_ops; in proto_name_show()
314 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_show()
326 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_store()
359 !strcmp(sdp->sd_lockstruct.ls_ops->lm_proto_name, "lock_dlm")) in wdack_store()
368 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in lkfirst_show()
390 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in lkfirst_store()
392 sdp->sd_lockstruct.ls_first = first; in lkfirst_store()
401 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in first_done_show()
450 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_done_show()
456 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_status_show()
462 return sprintf(buf, "%d\n", sdp->sd_lockstruct.ls_jid); in jid_show()
478 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in jid_store()
486 sdp->sd_lockstruct.ls_jid = jid; in jid_store()
689 add_uevent_var(env, "JOURNALID=%d", sdp->sd_lockstruct.ls_jid); in gfs2_uevent()