ecryptfs_kernel.h (2ecaf55db6dcf4dd25e1ef8d5eb6068e3286a20f) ecryptfs_kernel.h (e3ccaa9761200952cc269b1f4b7d7bb77a5e071b)
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-2008 International Business Machines Corp.
8 * Author(s): Michael A. Halcrow <mahalcro@us.ibm.com>

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

558 wait_queue_head_t wait;
559 struct mutex mux;
560 struct list_head kthread_ctl_list;
561};
562
563struct inode *ecryptfs_get_inode(struct inode *lower_inode,
564 struct super_block *sb);
565void ecryptfs_i_size_init(const char *page_virt, struct inode *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-2008 International Business Machines Corp.
8 * Author(s): Michael A. Halcrow <mahalcro@us.ibm.com>

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

558 wait_queue_head_t wait;
559 struct mutex mux;
560 struct list_head kthread_ctl_list;
561};
562
563struct inode *ecryptfs_get_inode(struct inode *lower_inode,
564 struct super_block *sb);
565void ecryptfs_i_size_init(const char *page_virt, struct inode *inode);
566int ecryptfs_initialize_file(struct dentry *ecryptfs_dentry,
567 struct inode *ecryptfs_inode);
566int ecryptfs_decode_and_decrypt_filename(char **decrypted_name,
567 size_t *decrypted_name_size,
568 struct dentry *ecryptfs_dentry,
569 const char *name, size_t name_size);
570int ecryptfs_fill_zeros(struct file *file, loff_t new_length);
571int ecryptfs_encrypt_and_encode_filename(
572 char **encoded_name,
573 size_t *encoded_name_size,

--- 128 unchanged lines hidden ---
568int ecryptfs_decode_and_decrypt_filename(char **decrypted_name,
569 size_t *decrypted_name_size,
570 struct dentry *ecryptfs_dentry,
571 const char *name, size_t name_size);
572int ecryptfs_fill_zeros(struct file *file, loff_t new_length);
573int ecryptfs_encrypt_and_encode_filename(
574 char **encoded_name,
575 size_t *encoded_name_size,

--- 128 unchanged lines hidden ---