Home
last modified time | relevance | path

Searched defs:ocfs2_stack_operations (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/fs/ocfs2/
Dstackglue.h115 struct ocfs2_stack_operations { struct
133 int (*connect)(struct ocfs2_cluster_connection *conn);
149 int (*disconnect)(struct ocfs2_cluster_connection *conn);
155 int (*this_node)(unsigned int *node);
167 int (*dlm_lock)(struct ocfs2_cluster_connection *conn,
183 int (*dlm_unlock)(struct ocfs2_cluster_connection *conn,
193 int (*lock_status)(struct ocfs2_dlm_lksb *lksb);
198 int (*lvb_valid)(struct ocfs2_dlm_lksb *lksb);
203 void *(*lock_lvb)(struct ocfs2_dlm_lksb *lksb);
230 struct ocfs2_stack_operations *sp_ops; argument