Home
last modified time | relevance | path

Searched refs:ls_kobj (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/dlm/
H A Dlockspace.c166 struct dlm_ls *ls = container_of(kobj, struct dlm_ls, ls_kobj); in dlm_attr_show()
174 struct dlm_ls *ls = container_of(kobj, struct dlm_ls, ls_kobj); in dlm_attr_store()
181 struct dlm_ls *ls = container_of(k, struct dlm_ls, ls_kobj); in lockspace_kobj_release()
201 kobject_uevent(&ls->ls_kobj, KOBJ_ONLINE); in do_uevent()
203 kobject_uevent(&ls->ls_kobj, KOBJ_OFFLINE); in do_uevent()
221 struct dlm_ls *ls = container_of(kobj, struct dlm_ls, ls_kobj); in dlm_uevent()
628 ls->ls_kobj.kset = dlm_kset; in new_lockspace()
629 error = kobject_init_and_add(&ls->ls_kobj, &dlm_ktype, NULL, in new_lockspace()
633 kobject_uevent(&ls->ls_kobj, KOBJ_ADD); in new_lockspace()
678 kobject_put(&ls->ls_kobj); in new_lockspace()
[all...]
H A Ddlm_internal.h530 struct kobject ls_kobj; member
/kernel/linux/linux-6.6/fs/dlm/
H A Dlockspace.c166 struct dlm_ls *ls = container_of(kobj, struct dlm_ls, ls_kobj); in dlm_attr_show()
174 struct dlm_ls *ls = container_of(kobj, struct dlm_ls, ls_kobj); in dlm_attr_store()
181 struct dlm_ls *ls = container_of(k, struct dlm_ls, ls_kobj); in lockspace_kobj_release()
201 kobject_uevent(&ls->ls_kobj, KOBJ_ONLINE); in do_uevent()
203 kobject_uevent(&ls->ls_kobj, KOBJ_OFFLINE); in do_uevent()
220 const struct dlm_ls *ls = container_of(kobj, struct dlm_ls, ls_kobj); in dlm_uevent()
620 ls->ls_kobj.kset = dlm_kset; in new_lockspace()
621 error = kobject_init_and_add(&ls->ls_kobj, &dlm_ktype, NULL, in new_lockspace()
625 kobject_uevent(&ls->ls_kobj, KOBJ_ADD); in new_lockspace()
671 kobject_put(&ls->ls_kobj); in new_lockspace()
[all...]
H A Ddlm_internal.h559 struct kobject ls_kobj; member

Completed in 6 milliseconds