ecryptfs_kernel.h (8bba066f4e3854755a303cee37ea37bd080a46b3) ecryptfs_kernel.h (7ff1d74f5670329ac4b5959a675f8698ba95be20)
1/**
2 * eCryptfs: Linux filesystem encryption layer
3 * Kernel declarations.
4 *
5 * Copyright (C) 1997-2003 Erez Zadok
6 * Copyright (C) 2001-2003 Stony Brook University
7 * Copyright (C) 2004-2006 International Business Machines Corp.
8 * Author(s): Michael A. Halcrow <mahalcro@us.ibm.com>

--- 468 unchanged lines hidden (view full) ---

477 unsigned char *src, struct dentry *ecryptfs_dentry);
478int ecryptfs_truncate(struct dentry *dentry, loff_t new_length);
479int
480ecryptfs_process_cipher(struct crypto_blkcipher **key_tfm, char *cipher_name,
481 size_t *key_size);
482int ecryptfs_inode_test(struct inode *inode, void *candidate_lower_inode);
483int ecryptfs_inode_set(struct inode *inode, void *lower_inode);
484void ecryptfs_init_inode(struct inode *inode, struct inode *lower_inode);
1/**
2 * eCryptfs: Linux filesystem encryption layer
3 * Kernel declarations.
4 *
5 * Copyright (C) 1997-2003 Erez Zadok
6 * Copyright (C) 2001-2003 Stony Brook University
7 * Copyright (C) 2004-2006 International Business Machines Corp.
8 * Author(s): Michael A. Halcrow <mahalcro@us.ibm.com>

--- 468 unchanged lines hidden (view full) ---

477 unsigned char *src, struct dentry *ecryptfs_dentry);
478int ecryptfs_truncate(struct dentry *dentry, loff_t new_length);
479int
480ecryptfs_process_cipher(struct crypto_blkcipher **key_tfm, char *cipher_name,
481 size_t *key_size);
482int ecryptfs_inode_test(struct inode *inode, void *candidate_lower_inode);
483int ecryptfs_inode_set(struct inode *inode, void *lower_inode);
484void ecryptfs_init_inode(struct inode *inode, struct inode *lower_inode);
485int ecryptfs_open_lower_file(struct file **lower_file,
486 struct dentry *lower_dentry,
487 struct vfsmount *lower_mnt, int flags);
488int ecryptfs_close_lower_file(struct file *lower_file);
485
486#endif /* #ifndef ECRYPTFS_KERNEL_H */
489
490#endif /* #ifndef ECRYPTFS_KERNEL_H */