Lines Matching refs:ls
395 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_show() local
399 if (test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags)) in block_show()
407 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_store() local
415 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in block_store()
417 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in block_store()
451 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in lkfirst_show() local
452 return sprintf(buf, "%d\n", ls->ls_first); in lkfirst_show()
484 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in first_done_show() local
485 return sprintf(buf, "%d\n", !!test_bit(DFL_FIRST_MOUNT_DONE, &ls->ls_recover_flags)); in first_done_show()
542 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_done_show() local
543 return sprintf(buf, "%d\n", ls->ls_recover_jid_done); in recover_done_show()
548 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_status_show() local
549 return sprintf(buf, "%d\n", ls->ls_recover_jid_status); in recover_status_show()