Home
last modified time | relevance | path

Searched refs:lp_unlock_ast (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/ocfs2/
H A Dstackglue.h83 void (*lp_unlock_ast)(struct ocfs2_dlm_lksb *lksb, int error); member
H A Dstack_o2cb.c187 lksb->lksb_conn->cc_proto->lp_unlock_ast(lksb, error); in o2dlm_unlock_ast_wrapper()
H A Dstack_user.c668 lksb->lksb_conn->cc_proto->lp_unlock_ast(lksb, 0); in fsdlm_lock_ast_wrapper()
H A Ddlmglue.c1279 .lp_unlock_ast = ocfs2_unlock_ast,
/openbmc/linux/fs/ocfs2/dlmfs/
H A Duserdlm.c273 .lp_unlock_ast = user_unlock_ast,