|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Typedefs | |
| typedef u16 | block_t |
Enumerations | |
| enum | { DEPTH = 3, DIRECT = 7 } |
Functions | |
| int | V1_minix_get_block (struct inode *inode, long block, struct buffer_head *bh_result, int create) |
| void | V1_minix_truncate (struct inode *inode) |
| unsigned | V1_minix_blocks (loff_t size, struct super_block *sb) |
Definition at line 7 of file itree_v1.c.
| anonymous enum |
Definition at line 5 of file itree_v1.c.
| unsigned V1_minix_blocks | ( | loff_t | size, |
| struct super_block * | sb | ||
| ) |
Definition at line 64 of file itree_v1.c.
| int V1_minix_get_block | ( | struct inode * | inode, |
| long | block, | ||
| struct buffer_head * | bh_result, | ||
| int | create | ||
| ) |
Definition at line 53 of file itree_v1.c.
Definition at line 59 of file itree_v1.c.
1.8.2