Searched defs:ocfs2_stack_operations (Results 1 – 1 of 1) sorted by relevance
112 struct ocfs2_stack_operations { struct130 int (*connect)(struct ocfs2_cluster_connection *conn);146 int (*disconnect)(struct ocfs2_cluster_connection *conn);152 int (*this_node)(struct ocfs2_cluster_connection *conn,165 int (*dlm_lock)(struct ocfs2_cluster_connection *conn,181 int (*dlm_unlock)(struct ocfs2_cluster_connection *conn,191 int (*lock_status)(struct ocfs2_dlm_lksb *lksb);196 int (*lvb_valid)(struct ocfs2_dlm_lksb *lksb);201 void *(*lock_lvb)(struct ocfs2_dlm_lksb *lksb);228 struct ocfs2_stack_operations *sp_ops; argument