#include <linux/fs.h>
#include <linux/adfs_fs.h>
#include "dir_f.h"
Go to the source code of this file.
|
struct inode * | adfs_iget (struct super_block *sb, struct object_info *obj) |
|
int | adfs_write_inode (struct inode *inode, struct writeback_control *wbc) |
|
int | adfs_notify_change (struct dentry *dentry, struct iattr *attr) |
|
int | adfs_map_lookup (struct super_block *sb, unsigned int frag_id, unsigned int offset) |
|
unsigned int | adfs_map_free (struct super_block *sb) |
|
void | __adfs_error (struct super_block *sb, const char *function, const char *fmt,...) |
|
int | adfs_dir_update (struct super_block *sb, struct object_info *obj, int wait) |
|
Definition at line 7 of file adfs.h.
Definition at line 6 of file adfs.h.
#define ADFS_MAX_NAME_LEN (256 + 4) /* +4 for ,xyz hex filetype suffix */ |
#define ADFS_NDA_DIRECTORY (1 << 3) |
#define ADFS_NDA_EXECUTE (1 << 4) |
#define ADFS_NDA_LOCKED (1 << 2) |
#define ADFS_NDA_OWNER_READ (1 << 0) |
#define ADFS_NDA_OWNER_WRITE (1 << 1) |
#define ADFS_NDA_PUBLIC_READ (1 << 5) |
#define ADFS_NDA_PUBLIC_WRITE (1 << 6) |
Definition at line 8 of file adfs.h.
Definition at line 74 of file dir.c.