s_cop             337 fs/crypto/fname.c 						  dir->i_sb->s_cop->max_namelen,
s_cop             432 fs/crypto/keysetup.c 	res = fscrypt_initialize(inode->i_sb->s_cop->flags);
s_cop             436 fs/crypto/keysetup.c 	res = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx));
s_cop             328 fs/crypto/keysetup_v1.c 	if (key == ERR_PTR(-ENOKEY) && ci->ci_inode->i_sb->s_cop->key_prefix) {
s_cop             329 fs/crypto/keysetup_v1.c 		key = find_and_lock_process_key(ci->ci_inode->i_sb->s_cop->key_prefix,
s_cop             224 fs/crypto/policy.c 	ret = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx));
s_cop             270 fs/crypto/policy.c 	return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, NULL);
s_cop             320 fs/crypto/policy.c 		else if (!inode->i_sb->s_cop->empty_dir(inode))
s_cop             488 fs/crypto/policy.c 	res = parent->i_sb->s_cop->set_context(child, &ctx, ctxsize, fs_data);
s_cop            4329 fs/ext4/super.c 	sb->s_cop = &ext4_cryptops;
s_cop            3286 fs/f2fs/super.c 	sb->s_cop = &f2fs_cryptops;
s_cop            1448 include/linux/fs.h 	const struct fscrypt_operations	*s_cop;
s_cop              87 include/linux/fscrypt.h 	return inode->i_sb->s_cop->dummy_context &&
s_cop              88 include/linux/fscrypt.h 		inode->i_sb->s_cop->dummy_context(inode);
s_cop             273 include/linux/fscrypt.h 				   const struct fscrypt_operations *s_cop)
s_cop             275 include/linux/fscrypt.h 	sb->s_cop = s_cop;
s_cop             555 include/linux/fscrypt.h 				   const struct fscrypt_operations *s_cop)