#include <linux/time.h>
#include "reiserfs.h"
#include <linux/errno.h>
#include <linux/buffer_head.h>
#include <linux/kernel.h>
#include <linux/pagemap.h>
#include <linux/vmalloc.h>
#include <linux/quotaops.h>
#include <linux/seq_file.h>
Go to the source code of this file.
|
int | is_reusable (struct super_block *s, b_blocknr_t block, int bit_value) |
|
__le32 | reiserfs_choose_packing (struct inode *dir) |
|
void | reiserfs_free_block (struct reiserfs_transaction_handle *th, struct inode *inode, b_blocknr_t block, int for_unformatted) |
|
void | reiserfs_discard_prealloc (struct reiserfs_transaction_handle *th, struct inode *inode) |
|
void | reiserfs_discard_all_prealloc (struct reiserfs_transaction_handle *th) |
|
void | reiserfs_init_alloc_options (struct super_block *s) |
|
int | reiserfs_parse_alloc_options (struct super_block *s, char *options) |
|
void | show_alloc_options (struct seq_file *seq, struct super_block *s) |
|
int | reiserfs_allocate_blocknrs (reiserfs_blocknr_hint_t *hint, b_blocknr_t *new_blocknrs, int amount_needed, int reserved_by_us) |
|
void | reiserfs_cache_bitmap_metadata (struct super_block *sb, struct buffer_head *bh, struct reiserfs_bitmap_info *info) |
|
struct buffer_head * | reiserfs_read_bitmap_block (struct super_block *sb, unsigned int bitmap) |
|
int | reiserfs_init_bitmap_cache (struct super_block *sb) |
|
void | reiserfs_free_bitmap_cache (struct super_block *sb) |
|
#define _ALLOC_concentrating_formatted_nodes 0 |
#define _ALLOC_dirid_groups 10 |
#define _ALLOC_displace_based_on_dirid 6 |
#define _ALLOC_displacing_large_files 1 |
#define _ALLOC_displacing_new_packing_localities 2 |
#define _ALLOC_hashed_formatted_nodes 7 |
#define _ALLOC_hundredth_slices 9 |
#define _ALLOC_new_hashed_relocation 4 |
#define _ALLOC_oid_groups 11 |
#define _ALLOC_old_hashed_relocation 3 |
#define _ALLOC_packing_groups 12 |
#define _ALLOC_skip_busy 5 |
#define PREALLOCATION_SIZE 9 |
#define SET_OPTION |
( |
|
optname | ) |
|
Value:do { \
reiserfs_info(
s,
"block allocator option \"%s\" is set", #optname); \
} while(0)
Definition at line 40 of file bitmap.c.