|
Linux Kernel
3.7.1
|
#include <linux/file.h>#include <linux/vmalloc.h>#include <linux/pagemap.h>#include <linux/dcache.h>#include <linux/namei.h>#include <linux/mount.h>#include <linux/crypto.h>#include <linux/fs_stack.h>#include <linux/slab.h>#include <linux/xattr.h>#include <asm/unaligned.h>#include "ecryptfs_kernel.h"Go to the source code of this file.
Functions | |
| struct inode * | ecryptfs_get_inode (struct inode *lower_inode, struct super_block *sb) |
| int | ecryptfs_initialize_file (struct dentry *ecryptfs_dentry, struct inode *ecryptfs_inode) |
| int | ecryptfs_truncate (struct dentry *dentry, loff_t new_length) |
| int | ecryptfs_getattr_link (struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) |
| int | ecryptfs_getattr (struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) |
| int | ecryptfs_setxattr (struct dentry *dentry, const char *name, const void *value, size_t size, int flags) |
| ssize_t | ecryptfs_getxattr_lower (struct dentry *lower_dentry, const char *name, void *value, size_t size) |
Variables | |
| struct inode_operations | ecryptfs_symlink_iops |
| struct inode_operations | ecryptfs_dir_iops |
| struct inode_operations | ecryptfs_main_iops |
| struct inode_operations ecryptfs_dir_iops |
| struct inode_operations ecryptfs_main_iops |
| struct inode_operations ecryptfs_symlink_iops |
1.8.2