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()
665 rc = d_inode(lower_dentry)->i_op->readlink(lower_dentry, in ecryptfs_readlink_lower()
1026 if (!d_inode(lower_dentry)->i_op->setxattr) { in ecryptfs_setxattr()
1044 if (!d_inode(lower_dentry)->i_op->getxattr) { in ecryptfs_getxattr_lower()
1049 rc = d_inode(lower_dentry)->i_op->getxattr(lower_dentry, name, value, in ecryptfs_getxattr_lower()
1071 if (!d_inode(lower_dentry)->i_op->listxattr) { in ecryptfs_listxattr()
1076 rc = d_inode(lower_dentry)->i_op->listxattr(lower_dentry, list, size); in ecryptfs_listxattr()
1088 if (!d_inode(lower_dentry)->i_op->removexattr) { in ecryptfs_removexattr()
1093 rc = d_inode(lower_dentry)->i_op->removexattr(lower_dentry, name); in ecryptfs_removexattr()