Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
int | ocfs2_init_slot_info (struct ocfs2_super *osb) |
void | ocfs2_free_slot_info (struct ocfs2_super *osb) |
int | ocfs2_find_slot (struct ocfs2_super *osb) |
void | ocfs2_put_slot (struct ocfs2_super *osb) |
int | ocfs2_refresh_slot_info (struct ocfs2_super *osb) |
int | ocfs2_node_num_to_slot (struct ocfs2_super *osb, unsigned int node_num) |
int | ocfs2_slot_to_node_num_locked (struct ocfs2_super *osb, int slot_num, unsigned int *node_num) |
int | ocfs2_clear_slot (struct ocfs2_super *osb, int slot_num) |
int ocfs2_clear_slot | ( | struct ocfs2_super * | osb, |
int | slot_num | ||
) |
Definition at line 340 of file slot_map.c.
int ocfs2_find_slot | ( | struct ocfs2_super * | osb | ) |
Definition at line 469 of file slot_map.c.
void ocfs2_free_slot_info | ( | struct ocfs2_super * | osb | ) |
Definition at line 461 of file slot_map.c.
int ocfs2_init_slot_info | ( | struct ocfs2_super * | osb | ) |
Definition at line 418 of file slot_map.c.
int ocfs2_node_num_to_slot | ( | struct ocfs2_super * | osb, |
unsigned int | node_num | ||
) |
Definition at line 289 of file slot_map.c.
void ocfs2_put_slot | ( | struct ocfs2_super * | osb | ) |
Definition at line 513 of file slot_map.c.
int ocfs2_refresh_slot_info | ( | struct ocfs2_super * | osb | ) |
Definition at line 134 of file slot_map.c.
int ocfs2_slot_to_node_num_locked | ( | struct ocfs2_super * | osb, |
int | slot_num, | ||
unsigned int * | node_num | ||
) |
Definition at line 301 of file slot_map.c.