Searched defs:ocfs2_stack_operations (Results 1 – 1 of 1) sorted by relevance
110 struct ocfs2_stack_operations { struct128 int (*connect)(struct ocfs2_cluster_connection *conn);144 int (*disconnect)(struct ocfs2_cluster_connection *conn);150 int (*this_node)(struct ocfs2_cluster_connection *conn,163 int (*dlm_lock)(struct ocfs2_cluster_connection *conn,179 int (*dlm_unlock)(struct ocfs2_cluster_connection *conn,189 int (*lock_status)(struct ocfs2_dlm_lksb *lksb);194 int (*lvb_valid)(struct ocfs2_dlm_lksb *lksb);199 void *(*lock_lvb)(struct ocfs2_dlm_lksb *lksb);226 struct ocfs2_stack_operations *sp_ops; argument