Searched defs:ocfs2_stack_operations (Results 1 – 1 of 1) sorted by relevance
120 struct ocfs2_stack_operations { struct138 int (*connect)(struct ocfs2_cluster_connection *conn);154 int (*disconnect)(struct ocfs2_cluster_connection *conn);160 int (*this_node)(struct ocfs2_cluster_connection *conn,173 int (*dlm_lock)(struct ocfs2_cluster_connection *conn,189 int (*dlm_unlock)(struct ocfs2_cluster_connection *conn,199 int (*lock_status)(struct ocfs2_dlm_lksb *lksb);204 int (*lvb_valid)(struct ocfs2_dlm_lksb *lksb);209 void *(*lock_lvb)(struct ocfs2_dlm_lksb *lksb);236 struct ocfs2_stack_operations *sp_ops; argument