Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
heartbeat.c File Reference
#include <linux/fs.h>
#include <linux/types.h>
#include <linux/highmem.h>
#include <cluster/masklog.h>
#include "ocfs2.h"
#include "alloc.h"
#include "heartbeat.h"
#include "inode.h"
#include "journal.h"
#include "ocfs2_trace.h"
#include "buffer_head_io.h"

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)
 

Function Documentation

void ocfs2_do_node_down ( int  node_num,
void data 
)

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.