Lines Matching refs:ls
314 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_show() local
318 if (test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags)) in block_show()
326 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in block_store() local
333 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in block_store()
335 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in block_store()
368 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in lkfirst_show() local
369 return sprintf(buf, "%d\n", ls->ls_first); in lkfirst_show()
401 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in first_done_show() local
402 return sprintf(buf, "%d\n", !!test_bit(DFL_FIRST_MOUNT_DONE, &ls->ls_recover_flags)); in first_done_show()
450 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_done_show() local
451 return sprintf(buf, "%d\n", ls->ls_recover_jid_done); in recover_done_show()
456 struct lm_lockstruct *ls = &sdp->sd_lockstruct; in recover_status_show() local
457 return sprintf(buf, "%d\n", ls->ls_recover_jid_status); in recover_status_show()