Searched refs:ecryptfs_inode_to_lower (Results 1 – 5 of 5) sorted by relevance
43 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()
120 iput(ecryptfs_inode_to_lower(inode)); in ecryptfs_evict_inode()
461 ecryptfs_inode_to_lower(ecryptfs_inode)); in ecryptfs_write_end()505 struct inode *lower_inode = ecryptfs_inode_to_lower(mapping->host); in ecryptfs_bmap()
1138 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()
449 static inline struct inode *ecryptfs_inode_to_lower(struct inode *inode) in ecryptfs_inode_to_lower() function