#include <linux/module.h>
#include <linux/fs.h>
#include "omfs_fs.h"
Go to the source code of this file.
|
unsigned long | omfs_count_free (struct super_block *sb) |
|
int | omfs_allocate_block (struct super_block *sb, u64 block) |
|
int | omfs_allocate_range (struct super_block *sb, int min_request, int max_request, u64 *return_block, int *return_size) |
|
int | omfs_clear_range (struct super_block *sb, u64 block, int count) |
|
int | omfs_make_empty (struct inode *inode, struct super_block *sb) |
|
int | omfs_is_bad (struct omfs_sb_info *sbi, struct omfs_header *header, u64 fsblock) |
|
void | omfs_make_empty_table (struct buffer_head *bh, int offset) |
|
int | omfs_shrink_inode (struct inode *inode) |
|
struct buffer_head * | omfs_bread (struct super_block *sb, sector_t block) |
|
struct inode * | omfs_iget (struct super_block *sb, ino_t inode) |
|
struct inode * | omfs_new_inode (struct inode *dir, umode_t mode) |
|
int | omfs_reserve_block (struct super_block *sb, sector_t block) |
|
int | omfs_find_empty_block (struct super_block *sb, int mode, ino_t *ino) |
|
int | omfs_sync_inode (struct inode *inode) |
|
Definition at line 84 of file dir.c.
void omfs_make_empty_table |
( |
struct buffer_head * |
bh, |
|
|
int |
offset |
|
) |
| |