Home
last modified time | relevance | path

Searched refs:ls_free_work (Results 1 – 2 of 2) sorted by relevance

/linux/fs/dlm/
H A Dlockspace.c336 struct dlm_ls *ls = container_of(work, struct dlm_ls, ls_free_work); in free_lockspace()
486 INIT_WORK(&ls->ls_free_work, free_lockspace); in new_lockspace()
773 queue_work(dlm_wq, &ls->ls_free_work); in release_lockspace()
H A Ddlm_internal.h664 struct work_struct ls_free_work; member