Home
last modified time | relevance | path

Searched refs:dlm_allocate_lkb (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/dlm/
H A Dmemory.h19 struct dlm_lkb *dlm_allocate_lkb(struct dlm_ls *ls);
H A Dmemory.c71 struct dlm_lkb *dlm_allocate_lkb(struct dlm_ls *ls) in dlm_allocate_lkb() function
H A Dlock.c1186 lkb = dlm_allocate_lkb(ls); in create_lkb()