Home
last modified time | relevance | path

Searched refs:ecryptfs_inode_to_lower (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ecryptfs/
H A Ddentry.c43 struct inode *lower_dir = ecryptfs_inode_to_lower(dir); in ecryptfs_d_revalidate()
55 fsstack_copy_attr_all(inode, ecryptfs_inode_to_lower(inode)); in ecryptfs_d_revalidate()
H A Dsuper.c120 iput(ecryptfs_inode_to_lower(inode)); in ecryptfs_evict_inode()
H A Dmmap.c461 ecryptfs_inode_to_lower(ecryptfs_inode)); in ecryptfs_write_end()
505 struct inode *lower_inode = ecryptfs_inode_to_lower(mapping->host); in ecryptfs_bmap()
H A Dcrypto.c1138 file_size = i_size_read(ecryptfs_inode_to_lower(inode)); in ecryptfs_i_size_init()
1223 ecryptfs_inode_to_lower(ecryptfs_inode), in ecryptfs_read_xattr_region()
1246 ecryptfs_inode_to_lower(inode), in ecryptfs_read_and_validate_xattr_region()
H A Decryptfs_kernel.h449 static inline struct inode *ecryptfs_inode_to_lower(struct inode *inode) in ecryptfs_inode_to_lower() function