ecryptfs_kernel.h (7f427d3a6029331304f91ef4d7cf646f054216d2) | ecryptfs_kernel.h (3767e255b390d72f9a33c08d9e86c5f21f25860f) |
---|---|
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> --- 595 unchanged lines hidden (view full) --- 604int 605ecryptfs_parse_packet_set(struct ecryptfs_crypt_stat *crypt_stat, 606 unsigned char *src, struct dentry *ecryptfs_dentry); 607int ecryptfs_truncate(struct dentry *dentry, loff_t new_length); 608ssize_t 609ecryptfs_getxattr_lower(struct dentry *lower_dentry, struct inode *lower_inode, 610 const char *name, void *value, size_t size); 611int | 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> --- 595 unchanged lines hidden (view full) --- 604int 605ecryptfs_parse_packet_set(struct ecryptfs_crypt_stat *crypt_stat, 606 unsigned char *src, struct dentry *ecryptfs_dentry); 607int ecryptfs_truncate(struct dentry *dentry, loff_t new_length); 608ssize_t 609ecryptfs_getxattr_lower(struct dentry *lower_dentry, struct inode *lower_inode, 610 const char *name, void *value, size_t size); 611int |
612ecryptfs_setxattr(struct dentry *dentry, const char *name, const void *value, 613 size_t size, int flags); | 612ecryptfs_setxattr(struct dentry *dentry, struct inode *inode, const char *name, 613 const void *value, size_t size, int flags); |
614int ecryptfs_read_xattr_region(char *page_virt, struct inode *ecryptfs_inode); 615#ifdef CONFIG_ECRYPT_FS_MESSAGING 616int ecryptfs_process_response(struct ecryptfs_daemon *daemon, 617 struct ecryptfs_message *msg, u32 seq); 618int ecryptfs_send_message(char *data, int data_len, 619 struct ecryptfs_msg_ctx **msg_ctx); 620int ecryptfs_wait_for_response(struct ecryptfs_msg_ctx *msg_ctx, 621 struct ecryptfs_message **emsg); --- 97 unchanged lines hidden --- | 614int ecryptfs_read_xattr_region(char *page_virt, struct inode *ecryptfs_inode); 615#ifdef CONFIG_ECRYPT_FS_MESSAGING 616int ecryptfs_process_response(struct ecryptfs_daemon *daemon, 617 struct ecryptfs_message *msg, u32 seq); 618int ecryptfs_send_message(char *data, int data_len, 619 struct ecryptfs_msg_ctx **msg_ctx); 620int ecryptfs_wait_for_response(struct ecryptfs_msg_ctx *msg_ctx, 621 struct ecryptfs_message **emsg); --- 97 unchanged lines hidden --- |