Home
last modified time | relevance | path

Searched refs:lower_inode (Results 1 – 3 of 3) 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()
H A Decryptfs_kernel.h454 ecryptfs_set_inode_lower(struct inode *inode, struct inode *lower_inode) in ecryptfs_set_inode_lower() argument
456 ecryptfs_inode_to_private(inode)->wii_inode = lower_inode; in ecryptfs_set_inode_lower()
536 struct inode *ecryptfs_get_inode(struct inode *lower_inode,
586 ecryptfs_getxattr_lower(struct dentry *lower_dentry, struct inode *lower_inode,
H A Dcrypto.c1007 struct inode *lower_inode = d_inode(lower_dentry); in ecryptfs_write_metadata_to_xattr() local
1009 if (!(lower_inode->i_opflags & IOP_XATTR)) { in ecryptfs_write_metadata_to_xattr()
1014 inode_lock(lower_inode); in ecryptfs_write_metadata_to_xattr()
1015 rc = __vfs_setxattr(&nop_mnt_idmap, lower_dentry, lower_inode, in ecryptfs_write_metadata_to_xattr()
1018 fsstack_copy_attr_all(ecryptfs_inode, lower_inode); in ecryptfs_write_metadata_to_xattr()
1019 inode_unlock(lower_inode); in ecryptfs_write_metadata_to_xattr()