Go to the source code of this file.
|
int | affs_hash_name (struct super_block *sb, const u8 *name, unsigned int len) |
|
struct dentry * | affs_lookup (struct inode *dir, struct dentry *dentry, unsigned int flags) |
|
int | affs_unlink (struct inode *dir, struct dentry *dentry) |
|
int | affs_create (struct inode *dir, struct dentry *dentry, umode_t mode, bool excl) |
|
int | affs_mkdir (struct inode *dir, struct dentry *dentry, umode_t mode) |
|
int | affs_rmdir (struct inode *dir, struct dentry *dentry) |
|
int | affs_symlink (struct inode *dir, struct dentry *dentry, const char *symname) |
|
int | affs_link (struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) |
|
int | affs_rename (struct inode *old_dir, struct dentry *old_dentry, struct inode *new_dir, struct dentry *new_dentry) |
|
Initial value:= {
.d_hash = affs_hash_dentry,
.d_compare = affs_compare_dentry,
}
Definition at line 30 of file namei.c.
Initial value:= {
.d_hash = affs_intl_hash_dentry,
.d_compare = affs_intl_compare_dentry,
}
Definition at line 35 of file namei.c.