|
int | ocfs2_stack_glue_register (struct ocfs2_stack_plugin *plugin) |
|
| EXPORT_SYMBOL_GPL (ocfs2_stack_glue_register) |
|
void | ocfs2_stack_glue_unregister (struct ocfs2_stack_plugin *plugin) |
|
| EXPORT_SYMBOL_GPL (ocfs2_stack_glue_unregister) |
|
void | ocfs2_stack_glue_set_max_proto_version (struct ocfs2_protocol_version *max_proto) |
|
| EXPORT_SYMBOL_GPL (ocfs2_stack_glue_set_max_proto_version) |
|
int | ocfs2_dlm_lock (struct ocfs2_cluster_connection *conn, int mode, struct ocfs2_dlm_lksb *lksb, u32 flags, void *name, unsigned int namelen) |
|
| EXPORT_SYMBOL_GPL (ocfs2_dlm_lock) |
|
int | ocfs2_dlm_unlock (struct ocfs2_cluster_connection *conn, struct ocfs2_dlm_lksb *lksb, u32 flags) |
|
| EXPORT_SYMBOL_GPL (ocfs2_dlm_unlock) |
|
int | ocfs2_dlm_lock_status (struct ocfs2_dlm_lksb *lksb) |
|
| EXPORT_SYMBOL_GPL (ocfs2_dlm_lock_status) |
|
int | ocfs2_dlm_lvb_valid (struct ocfs2_dlm_lksb *lksb) |
|
| EXPORT_SYMBOL_GPL (ocfs2_dlm_lvb_valid) |
|
void * | ocfs2_dlm_lvb (struct ocfs2_dlm_lksb *lksb) |
|
| EXPORT_SYMBOL_GPL (ocfs2_dlm_lvb) |
|
void | ocfs2_dlm_dump_lksb (struct ocfs2_dlm_lksb *lksb) |
|
| EXPORT_SYMBOL_GPL (ocfs2_dlm_dump_lksb) |
|
int | ocfs2_stack_supports_plocks (void) |
|
| EXPORT_SYMBOL_GPL (ocfs2_stack_supports_plocks) |
|
int | ocfs2_plock (struct ocfs2_cluster_connection *conn, u64 ino, struct file *file, int cmd, struct file_lock *fl) |
|
| EXPORT_SYMBOL_GPL (ocfs2_plock) |
|
int | ocfs2_cluster_connect (const char *stack_name, const char *group, int grouplen, struct ocfs2_locking_protocol *lproto, void(*recovery_handler)(int node_num, void *recovery_data), void *recovery_data, struct ocfs2_cluster_connection **conn) |
|
| EXPORT_SYMBOL_GPL (ocfs2_cluster_connect) |
|
int | ocfs2_cluster_connect_agnostic (const char *group, int grouplen, struct ocfs2_locking_protocol *lproto, void(*recovery_handler)(int node_num, void *recovery_data), void *recovery_data, struct ocfs2_cluster_connection **conn) |
|
| EXPORT_SYMBOL_GPL (ocfs2_cluster_connect_agnostic) |
|
int | ocfs2_cluster_disconnect (struct ocfs2_cluster_connection *conn, int hangup_pending) |
|
| EXPORT_SYMBOL_GPL (ocfs2_cluster_disconnect) |
|
void | ocfs2_cluster_hangup (const char *group, int grouplen) |
|
| EXPORT_SYMBOL_GPL (ocfs2_cluster_hangup) |
|
int | ocfs2_cluster_this_node (unsigned int *node) |
|
| EXPORT_SYMBOL_GPL (ocfs2_cluster_this_node) |
|
| MODULE_AUTHOR ("Oracle") |
|
| MODULE_DESCRIPTION ("ocfs2 cluter stack glue layer") |
|
| MODULE_LICENSE ("GPL") |
|
| module_init (ocfs2_stack_glue_init) |
|
| module_exit (ocfs2_stack_glue_exit) |
|