Home
last modified time | relevance | path

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

/linux/fs/ocfs2/dlm/
H A Ddlmapi.h161 typedef void (dlm_astunlockfunc_t)(void *, enum dlm_status); typedef
176 dlm_astunlockfunc_t *unlockast,
H A Ddlmunlock.c585 int flags, dlm_astunlockfunc_t *unlockast, void *data) in dlmunlock()