Lines Matching refs:ls
339 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_show() local
343 if (test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags)) in block_show()
351 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_store() local
359 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in block_store()
361 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in block_store()
395 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in lkfirst_show() local
396 return sprintf(buf, "%d\n", ls->ls_first); in lkfirst_show()
428 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in first_done_show() local
429 return sprintf(buf, "%d\n", !!test_bit(DFL_FIRST_MOUNT_DONE, &ls->ls_recover_flags)); in first_done_show()
477 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_done_show() local
478 return sprintf(buf, "%d\n", ls->ls_recover_jid_done); in recover_done_show()
483 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_status_show() local
484 return sprintf(buf, "%d\n", ls->ls_recover_jid_status); in recover_status_show()