Home
last modified time | relevance | path

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

/linux/fs/ecryptfs/
H A Dmmap.c387 struct inode *lower_inode = d_inode(lower_dentry); in ecryptfs_write_inode_size_to_xattr() local
390 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_write_inode_size_to_xattr()
401 inode_lock(lower_inode); in ecryptfs_write_inode_size_to_xattr()
402 size = __vfs_getxattr(lower_dentry, lower_inode, ECRYPTFS_XATTR_NAME, in ecryptfs_write_inode_size_to_xattr()
407 rc = __vfs_setxattr(&nop_mnt_idmap, lower_dentry, lower_inode, in ecryptfs_write_inode_size_to_xattr()
409 inode_unlock(lower_inode); in ecryptfs_write_inode_size_to_xattr()
505 struct inode *lower_inode = ecryptfs_inode_to_lower(mapping->host); in ecryptfs_bmap() local
506 int ret = bmap(lower_inode, &block); in ecryptfs_bmap()