Searched refs:ls_kobj (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/dlm/ |
| H A D | lockspace.c | 164 struct dlm_ls *ls = container_of(kobj, struct dlm_ls, ls_kobj); in dlm_attr_show() 172 struct dlm_ls *ls = container_of(kobj, struct dlm_ls, ls_kobj); in dlm_attr_store() 195 kobject_uevent(&ls->ls_kobj, KOBJ_ONLINE); in do_uevent() 198 kobject_uevent_env(&ls->ls_kobj, KOBJ_OFFLINE, envp); in do_uevent() 216 const struct dlm_ls *ls = container_of(kobj, struct dlm_ls, ls_kobj); in dlm_uevent() 570 ls->ls_kobj.kset = dlm_kset; in new_lockspace() 571 error = kobject_init_and_add(&ls->ls_kobj, &dlm_ktype, NULL, in new_lockspace() 575 kobject_uevent(&ls->ls_kobj, KOBJ_ADD); in new_lockspace() 617 kobject_put(&ls->ls_kobj); in new_lockspace() 762 kobject_put(&ls->ls_kobj); in release_lockspace()
|
| H A D | dlm_internal.h | 573 struct kobject ls_kobj; member
|