#include <linux/fs.h>
#include <linux/buffer_head.h>
#include <linux/exportfs.h>
#include <linux/iso_fs.h>
#include <asm/unaligned.h>
Go to the source code of this file.
|
int | iso_date (char *, int) |
|
int | parse_rock_ridge_inode (struct iso_directory_record *, struct inode *) |
|
int | get_rock_ridge_filename (struct iso_directory_record *, char *, struct inode *) |
|
int | isofs_name_translate (struct iso_directory_record *, char *, struct inode *) |
|
int | get_joliet_filename (struct iso_directory_record *, unsigned char *, struct inode *) |
|
int | get_acorn_filename (struct iso_directory_record *, char *, struct inode *) |
|
struct dentry * | isofs_lookup (struct inode *, struct dentry *, unsigned int flags) |
|
struct buffer_head * | isofs_bread (struct inode *, sector_t) |
|
int | isofs_get_blocks (struct inode *, sector_t, struct buffer_head **, unsigned long) |
|
struct inode * | isofs_iget (struct super_block *sb, unsigned long block, unsigned long offset) |
|
#define ISOFS_INVALID_MODE ((umode_t) -1) |
- Enumerator:
isofs_file_normal |
|
isofs_file_sparse |
|
isofs_file_compressed |
|
Definition at line 7 of file isofs.h.
Definition at line 49 of file dir.c.
Definition at line 16 of file dir.c.