Lines Matching refs:ls
405 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_show() local
409 if (test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags)) in block_show()
417 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_store() local
425 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in block_store()
427 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in block_store()
461 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in lkfirst_show() local
462 return sprintf(buf, "%d\n", ls->ls_first); in lkfirst_show()
494 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in first_done_show() local
495 return sprintf(buf, "%d\n", !!test_bit(DFL_FIRST_MOUNT_DONE, &ls->ls_recover_flags)); in first_done_show()
552 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_done_show() local
553 return sprintf(buf, "%d\n", ls->ls_recover_jid_done); in recover_done_show()
558 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_status_show() local
559 return sprintf(buf, "%d\n", ls->ls_recover_jid_status); in recover_status_show()