Go to the source code of this file.
|
enum | {
FSTYPE_NONE = 0,
FSTYPE_XENIX,
FSTYPE_SYSV4,
FSTYPE_SYSV2,
FSTYPE_COH,
FSTYPE_V7,
FSTYPE_AFS,
FSTYPE_END
} |
|
enum | { XENIX_LINK_MAX = 126,
SYSV_LINK_MAX = 126,
V7_LINK_MAX = 126,
COH_LINK_MAX = 10000
} |
|
enum | { BYTESEX_LE,
BYTESEX_PDP,
BYTESEX_BE
} |
|
|
struct sysv_inode * | sysv_raw_inode (struct super_block *, unsigned, struct buffer_head **) |
|
struct inode * | sysv_new_inode (const struct inode *, umode_t) |
|
void | sysv_free_inode (struct inode *) |
|
unsigned long | sysv_count_free_inodes (struct super_block *) |
|
sysv_zone_t | sysv_new_block (struct super_block *) |
|
void | sysv_free_block (struct super_block *, sysv_zone_t) |
|
unsigned long | sysv_count_free_blocks (struct super_block *) |
|
void | sysv_truncate (struct inode *) |
|
int | sysv_prepare_chunk (struct page *page, loff_t pos, unsigned len) |
|
struct inode * | sysv_iget (struct super_block *, unsigned int) |
|
int | sysv_write_inode (struct inode *, struct writeback_control *wbc) |
|
int | sysv_sync_inode (struct inode *) |
|
void | sysv_set_inode (struct inode *, dev_t) |
|
int | sysv_getattr (struct vfsmount *, struct dentry *, struct kstat *) |
|
int | sysv_init_icache (void) |
|
void | sysv_destroy_icache (void) |
|
struct sysv_dir_entry * | sysv_find_entry (struct dentry *, struct page **) |
|
int | sysv_add_link (struct dentry *, struct inode *) |
|
int | sysv_delete_entry (struct sysv_dir_entry *, struct page *) |
|
int | sysv_make_empty (struct inode *, struct inode *) |
|
int | sysv_empty_dir (struct inode *) |
|
void | sysv_set_link (struct sysv_dir_entry *, struct page *, struct inode *) |
|
struct sysv_dir_entry * | sysv_dotdot (struct inode *, struct page **) |
|
ino_t | sysv_inode_by_name (struct dentry *) |
|
#define SYSV_MAGIC_BASE 0x012FF7B3 |
Definition at line 6 of file sysv.h.
Definition at line 7 of file sysv.h.
- Enumerator:
FSTYPE_NONE |
|
FSTYPE_XENIX |
|
FSTYPE_SYSV4 |
|
FSTYPE_SYSV2 |
|
FSTYPE_COH |
|
FSTYPE_V7 |
|
FSTYPE_AFS |
|
FSTYPE_END |
|
Definition at line 86 of file sysv.h.
- Enumerator:
XENIX_LINK_MAX |
|
SYSV_LINK_MAX |
|
V7_LINK_MAX |
|
COH_LINK_MAX |
|
Definition at line 106 of file sysv.h.
- Enumerator:
BYTESEX_LE |
|
BYTESEX_PDP |
|
BYTESEX_BE |
|
Definition at line 172 of file sysv.h.
int sysv_prepare_chunk |
( |
struct page * |
page, |
|
|
loff_t |
pos, |
|
|
unsigned |
len |
|
) |
| |
Definition at line 23 of file dir.c.