Lines Matching refs:ls_kobj
167 struct dlm_ls *ls = container_of(kobj, struct dlm_ls, ls_kobj); in dlm_attr_show()
175 struct dlm_ls *ls = container_of(kobj, struct dlm_ls, ls_kobj); in dlm_attr_store()
182 struct dlm_ls *ls = container_of(k, struct dlm_ls, ls_kobj); in lockspace_kobj_release()
204 kobject_uevent(&ls->ls_kobj, KOBJ_ONLINE); in do_uevent()
206 kobject_uevent(&ls->ls_kobj, KOBJ_OFFLINE); in do_uevent()
232 struct dlm_ls *ls = container_of(kobj, struct dlm_ls, ls_kobj); in dlm_uevent()
636 ls->ls_kobj.kset = dlm_kset; in new_lockspace()
637 error = kobject_init_and_add(&ls->ls_kobj, &dlm_ktype, NULL, in new_lockspace()
641 kobject_uevent(&ls->ls_kobj, KOBJ_ADD); in new_lockspace()
691 kobject_put(&ls->ls_kobj); in new_lockspace()
859 kobject_put(&ls->ls_kobj); in release_lockspace()