#include <linux/fs.h>
#include <asm/uaccess.h>
#include <linux/efs_fs_sb.h>
Go to the source code of this file.
|
struct inode * | efs_iget (struct super_block *, unsigned long) |
|
efs_block_t | efs_map_block (struct inode *, efs_block_t) |
|
int | efs_get_block (struct inode *, sector_t, struct buffer_head *, int) |
|
struct dentry * | efs_lookup (struct inode *, struct dentry *, unsigned int) |
|
struct dentry * | efs_fh_to_dentry (struct super_block *sb, struct fid *fid, int fh_len, int fh_type) |
|
struct dentry * | efs_fh_to_parent (struct super_block *sb, struct fid *fid, int fh_len, int fh_type) |
|
struct dentry * | efs_get_parent (struct dentry *) |
|
int | efs_bmap (struct inode *, int) |
|
Definition at line 20 of file efs.h.
#define EFS_BLOCKSIZE_BITS 9 |
Definition at line 19 of file efs.h.
Definition at line 88 of file efs.h.
#define EFS_DIRBLK_HEADERSIZE 4 |
Definition at line 91 of file efs.h.
#define EFS_DIRBLK_MAGIC 0xbeef /* moo */ |
Definition at line 92 of file efs.h.
Definition at line 80 of file efs.h.
Definition at line 79 of file efs.h.
#define EFS_DIRECTEXTENTS 12 |
Definition at line 25 of file efs.h.
Value:
Definition at line 102 of file efs.h.
#define EFS_MAXNAMELEN ((1 << (sizeof(char) * 8)) - 1) |
Definition at line 89 of file efs.h.
#define EFS_VERSION "1.0a" |
Definition at line 13 of file efs.h.
Definition at line 22 of file efs.h.
Definition at line 23 of file efs.h.
Definition at line 18 of file dir.c.
Definition at line 12 of file dir.c.