Lines Matching refs:i_op
72 inode->i_op = &ecryptfs_symlink_iops; in ecryptfs_inode_set()
74 inode->i_op = &ecryptfs_dir_iops; in ecryptfs_inode_set()
76 inode->i_op = &ecryptfs_main_iops; in ecryptfs_inode_set()
664 rc = d_inode(lower_dentry)->i_op->readlink(lower_dentry, in ecryptfs_readlink_lower()
1023 if (!d_inode(lower_dentry)->i_op->setxattr) { in ecryptfs_setxattr()
1041 if (!d_inode(lower_dentry)->i_op->getxattr) { in ecryptfs_getxattr_lower()
1046 rc = d_inode(lower_dentry)->i_op->getxattr(lower_dentry, name, value, in ecryptfs_getxattr_lower()
1068 if (!d_inode(lower_dentry)->i_op->listxattr) { in ecryptfs_listxattr()
1073 rc = d_inode(lower_dentry)->i_op->listxattr(lower_dentry, list, size); in ecryptfs_listxattr()
1085 if (!d_inode(lower_dentry)->i_op->removexattr) { in ecryptfs_removexattr()
1090 rc = d_inode(lower_dentry)->i_op->removexattr(lower_dentry, name); in ecryptfs_removexattr()