Home
last modified time | relevance | path

Searched refs:s_cop (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/include/linux/
Dfscrypt.h87 return inode->i_sb->s_cop->dummy_context && in fscrypt_dummy_context_enabled()
88 inode->i_sb->s_cop->dummy_context(inode); in fscrypt_dummy_context_enabled()
273 const struct fscrypt_operations *s_cop) in fscrypt_set_ops() argument
275 sb->s_cop = s_cop; in fscrypt_set_ops()
555 const struct fscrypt_operations *s_cop) in fscrypt_set_ops() argument
Dfs.h1447 const struct fscrypt_operations *s_cop; member
/Linux-v5.4/fs/crypto/
Dpolicy.c224 ret = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_get_policy()
270 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, NULL); in set_encryption_policy()
320 else if (!inode->i_sb->s_cop->empty_dir(inode)) in fscrypt_ioctl_set_policy()
488 res = parent->i_sb->s_cop->set_context(child, &ctx, ctxsize, fs_data); in fscrypt_inherit_context()
Dkeysetup_v1.c328 if (key == ERR_PTR(-ENOKEY) && ci->ci_inode->i_sb->s_cop->key_prefix) { in fscrypt_setup_v1_file_key_via_subscribed_keyrings()
329 key = find_and_lock_process_key(ci->ci_inode->i_sb->s_cop->key_prefix, in fscrypt_setup_v1_file_key_via_subscribed_keyrings()
Dkeysetup.c432 res = fscrypt_initialize(inode->i_sb->s_cop->flags); in fscrypt_get_encryption_info()
436 res = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_get_encryption_info()
Dfname.c337 dir->i_sb->s_cop->max_namelen, in fscrypt_setup_filename()
/Linux-v5.4/fs/f2fs/
Dsuper.c3281 sb->s_cop = &f2fs_cryptops; in f2fs_fill_super()
/Linux-v5.4/fs/ext4/
Dsuper.c4297 sb->s_cop = &ext4_cryptops; in ext4_fill_super()