Home
last modified time | relevance | path

Searched refs:hangup_pending (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ocfs2/
H A Dstackglue.h259 int hangup_pending);
H A Dstackglue.c391 /* If hangup_pending is 0, the stack driver will be dropped */
393 int hangup_pending) in ocfs2_cluster_disconnect() argument
404 if (!hangup_pending) in ocfs2_cluster_disconnect()
455 /* cluster_disconnect() was called with hangup_pending==1 */ in ocfs2_cluster_hangup()
H A Ddlmglue.h106 void ocfs2_dlm_shutdown(struct ocfs2_super *osb, int hangup_pending);
H A Ddlmglue.c3385 int hangup_pending) in ocfs2_dlm_shutdown() argument
3406 ocfs2_cluster_disconnect(osb->cconn, hangup_pending); in ocfs2_dlm_shutdown()