Lines Matching refs:s_cop
58 if (!sb->s_cop->get_dummy_policy) in fscrypt_get_dummy_policy()
60 return sb->s_cop->get_dummy_policy(sb); in fscrypt_get_dummy_policy()
146 if (!sb->s_cop->has_stable_inodes || in supported_iv_ino_lblk_policy()
147 !sb->s_cop->has_stable_inodes(sb)) { in supported_iv_ino_lblk_policy()
153 if (sb->s_cop->get_ino_and_lblk_bits) in supported_iv_ino_lblk_policy()
154 sb->s_cop->get_ino_and_lblk_bits(sb, &ino_bits, &lblk_bits); in supported_iv_ino_lblk_policy()
422 ret = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_get_policy()
473 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, NULL); in set_encryption_policy()
523 else if (!inode->i_sb->s_cop->empty_dir(inode)) in fscrypt_ioctl_set_policy()
599 ret = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_ioctl_get_nonce()
761 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, fs_data); in fscrypt_set_context()