Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
void | ocfs2_init_node_maps (struct ocfs2_super *osb) |
void | ocfs2_do_node_down (int node_num, void *data) |
void | ocfs2_node_map_set_bit (struct ocfs2_super *osb, struct ocfs2_node_map *map, int bit) |
void | ocfs2_node_map_clear_bit (struct ocfs2_super *osb, struct ocfs2_node_map *map, int bit) |
int | ocfs2_node_map_test_bit (struct ocfs2_super *osb, struct ocfs2_node_map *map, int bit) |
Definition at line 63 of file heartbeat.c.
void ocfs2_init_node_maps | ( | struct ocfs2_super * | osb | ) |
Definition at line 57 of file heartbeat.c.
void ocfs2_node_map_clear_bit | ( | struct ocfs2_super * | osb, |
struct ocfs2_node_map * | map, | ||
int | bit | ||
) |
Definition at line 108 of file heartbeat.c.
void ocfs2_node_map_set_bit | ( | struct ocfs2_super * | osb, |
struct ocfs2_node_map * | map, | ||
int | bit | ||
) |
Definition at line 90 of file heartbeat.c.
int ocfs2_node_map_test_bit | ( | struct ocfs2_super * | osb, |
struct ocfs2_node_map * | map, | ||
int | bit | ||
) |
Definition at line 120 of file heartbeat.c.