diff options
Diffstat (limited to 'fs/hpfs/hpfs_fn.h')
| -rw-r--r-- | fs/hpfs/hpfs_fn.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/hpfs/hpfs_fn.h b/fs/hpfs/hpfs_fn.h index bb04b58d1d69..c4867b5116dd 100644 --- a/fs/hpfs/hpfs_fn.h +++ b/fs/hpfs/hpfs_fn.h | |||
| @@ -18,6 +18,8 @@ | |||
| 18 | #include <linux/pagemap.h> | 18 | #include <linux/pagemap.h> |
| 19 | #include <linux/buffer_head.h> | 19 | #include <linux/buffer_head.h> |
| 20 | #include <linux/slab.h> | 20 | #include <linux/slab.h> |
| 21 | #include <linux/sched.h> | ||
| 22 | #include <linux/blkdev.h> | ||
| 21 | #include <asm/unaligned.h> | 23 | #include <asm/unaligned.h> |
| 22 | 24 | ||
| 23 | #include "hpfs.h" | 25 | #include "hpfs.h" |
| @@ -200,6 +202,7 @@ void hpfs_free_dnode(struct super_block *, secno); | |||
| 200 | struct dnode *hpfs_alloc_dnode(struct super_block *, secno, dnode_secno *, struct quad_buffer_head *); | 202 | struct dnode *hpfs_alloc_dnode(struct super_block *, secno, dnode_secno *, struct quad_buffer_head *); |
| 201 | struct fnode *hpfs_alloc_fnode(struct super_block *, secno, fnode_secno *, struct buffer_head **); | 203 | struct fnode *hpfs_alloc_fnode(struct super_block *, secno, fnode_secno *, struct buffer_head **); |
| 202 | struct anode *hpfs_alloc_anode(struct super_block *, secno, anode_secno *, struct buffer_head **); | 204 | struct anode *hpfs_alloc_anode(struct super_block *, secno, anode_secno *, struct buffer_head **); |
| 205 | int hpfs_trim_fs(struct super_block *, u64, u64, u64, unsigned *); | ||
| 203 | 206 | ||
| 204 | /* anode.c */ | 207 | /* anode.c */ |
| 205 | 208 | ||
| @@ -318,6 +321,7 @@ __printf(2, 3) | |||
| 318 | void hpfs_error(struct super_block *, const char *, ...); | 321 | void hpfs_error(struct super_block *, const char *, ...); |
| 319 | int hpfs_stop_cycles(struct super_block *, int, int *, int *, char *); | 322 | int hpfs_stop_cycles(struct super_block *, int, int *, int *, char *); |
| 320 | unsigned hpfs_get_free_dnodes(struct super_block *); | 323 | unsigned hpfs_get_free_dnodes(struct super_block *); |
| 324 | long hpfs_ioctl(struct file *file, unsigned cmd, unsigned long arg); | ||
| 321 | 325 | ||
| 322 | /* | 326 | /* |
| 323 | * local time (HPFS) to GMT (Unix) | 327 | * local time (HPFS) to GMT (Unix) |
