Lines Matching refs:sd_lockstruct
391 const struct lm_lockops *ops = sdp->sd_lockstruct.ls_ops; in proto_name_show()
397 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_show()
409 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_store()
447 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in lkfirst_show()
469 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in lkfirst_store()
471 sdp->sd_lockstruct.ls_first = first; in lkfirst_store()
480 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in first_done_show()
538 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_done_show()
544 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_status_show()
550 return sysfs_emit(buf, "%d\n", sdp->sd_lockstruct.ls_jid); in jid_show()
566 if (sdp->sd_lockstruct.ls_ops->lm_mount == NULL) in jid_store()
574 sdp->sd_lockstruct.ls_jid = jid; in jid_store()
775 add_uevent_var(env, "JOURNALID=%d", sdp->sd_lockstruct.ls_jid); in gfs2_uevent()