isofs.h (7483d45f0aee3afc0646d185cabd4af9f6cab58c) isofs.h (00cd8dd3bf95f2cc8435b4cac01d9995635c6d0b)
1#include <linux/fs.h>
2#include <linux/buffer_head.h>
3#include <linux/exportfs.h>
4#include <linux/iso_fs.h>
5#include <asm/unaligned.h>
6
7enum isofs_file_format {
8 isofs_file_normal = 0,

--- 100 unchanged lines hidden (view full) ---

109
110extern int parse_rock_ridge_inode(struct iso_directory_record *, struct inode *);
111extern int get_rock_ridge_filename(struct iso_directory_record *, char *, struct inode *);
112extern int isofs_name_translate(struct iso_directory_record *, char *, struct inode *);
113
114int get_joliet_filename(struct iso_directory_record *, unsigned char *, struct inode *);
115int get_acorn_filename(struct iso_directory_record *, char *, struct inode *);
116
1#include <linux/fs.h>
2#include <linux/buffer_head.h>
3#include <linux/exportfs.h>
4#include <linux/iso_fs.h>
5#include <asm/unaligned.h>
6
7enum isofs_file_format {
8 isofs_file_normal = 0,

--- 100 unchanged lines hidden (view full) ---

109
110extern int parse_rock_ridge_inode(struct iso_directory_record *, struct inode *);
111extern int get_rock_ridge_filename(struct iso_directory_record *, char *, struct inode *);
112extern int isofs_name_translate(struct iso_directory_record *, char *, struct inode *);
113
114int get_joliet_filename(struct iso_directory_record *, unsigned char *, struct inode *);
115int get_acorn_filename(struct iso_directory_record *, char *, struct inode *);
116
117extern struct dentry *isofs_lookup(struct inode *, struct dentry *, struct nameidata *);
117extern struct dentry *isofs_lookup(struct inode *, struct dentry *, unsigned int flags);
118extern struct buffer_head *isofs_bread(struct inode *, sector_t);
119extern int isofs_get_blocks(struct inode *, sector_t, struct buffer_head **, unsigned long);
120
121extern struct inode *isofs_iget(struct super_block *sb,
122 unsigned long block,
123 unsigned long offset);
124
125/* Because the inode number is no longer relevant to finding the

--- 58 unchanged lines hidden ---
118extern struct buffer_head *isofs_bread(struct inode *, sector_t);
119extern int isofs_get_blocks(struct inode *, sector_t, struct buffer_head **, unsigned long);
120
121extern struct inode *isofs_iget(struct super_block *sb,
122 unsigned long block,
123 unsigned long offset);
124
125/* Because the inode number is no longer relevant to finding the

--- 58 unchanged lines hidden ---