|
Functions |
| | LIST_HEAD (super_blocks) |
| | lib/src/arch/l4/inodes.c
|
| struct inode * | new_inode (struct super_block *sb) |
| void | __mark_inode_dirty (struct inode *inode, int flags) |
| void | iput (struct inode *inode) |
| void | generic_delete_inode (struct inode *inode) |
| int | invalidate_inodes (struct super_block *sb) |
| void | truncate_inode_pages (struct address_space *mapping, loff_t lstart) |
| void | touch_atime (struct vfsmount *mnt, struct dentry *dentry) |
| struct super_block * | get_super (struct block_device *bdev) |
| int | simple_statfs (struct dentry *dentry, struct kstatfs *buf) |
| void | kill_anon_super (struct super_block *sb) |
| void | shrink_dcache_sb (struct super_block *sb) |
| void | drop_super (struct super_block *sb) |
| static struct inode * | dde_alloc_inode (struct super_block *sb) |
| | ! Alloc and init a new inode.
|
| void | __iget (struct inode *inode) |
| static struct inode * | dde_new_inode (struct super_block *sb, struct list_head *head, int(*test)(struct inode *, void *), int(*set)(struct inode *, void *), void *data) |
| struct inode * | iget5_locked (struct super_block *sb, unsigned long hashval, int(*test)(struct inode *, void *), int(*set)(struct inode *, void *), void *data) |
| void | unlock_new_inode (struct inode *inode) |
| struct super_block * | sget (struct file_system_type *type, int(*test)(struct super_block *, void *), int(*set)(struct super_block *, void *), void *data) |
| int | set_anon_super (struct super_block *s, void *data) |
| int | get_sb_pseudo (struct file_system_type *fs_type, char *name, const struct super_operations *ops, unsigned long magic, struct vfsmount *mnt) |
| void | inode_init_once (struct inode *inode) |
Variables |
| struct inode_operations | empty_iops = { } |
| struct file_operations | empty_fops = { } |