Linux Kernel
3.7.1
|
#include "minix.h"
#include <linux/buffer_head.h>
#include <linux/bitops.h>
#include <linux/sched.h>
Go to the source code of this file.
Functions | |
void | minix_free_block (struct inode *inode, unsigned long block) |
int | minix_new_block (struct inode *inode) |
unsigned long | minix_count_free_blocks (struct super_block *sb) |
struct minix_inode * | minix_V1_raw_inode (struct super_block *sb, ino_t ino, struct buffer_head **bh) |
struct minix2_inode * | minix_V2_raw_inode (struct super_block *sb, ino_t ino, struct buffer_head **bh) |
void | minix_free_inode (struct inode *inode) |
struct inode * | minix_new_inode (const struct inode *dir, umode_t mode, int *error) |
unsigned long | minix_count_free_inodes (struct super_block *sb) |
unsigned long minix_count_free_blocks | ( | struct super_block * | sb | ) |
unsigned long minix_count_free_inodes | ( | struct super_block * | sb | ) |
|
read |
|
read |