Searched refs:ecryptfs_inode_to_lower (Results 1 – 4 of 4) 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()
449 static inline struct inode *ecryptfs_inode_to_lower(struct inode *inode) in ecryptfs_inode_to_lower() function