Searched refs:s_cop (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/fs/crypto/ |
D | policy.c | 55 return inode->i_sb->s_cop->set_context(inode, &ctx, sizeof(ctx), NULL); in create_encryption_context_from_policy() 80 ret = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_ioctl_set_policy() 84 else if (!inode->i_sb->s_cop->empty_dir(inode)) in fscrypt_ioctl_set_policy() 116 res = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_ioctl_get_policy() 159 const struct fscrypt_operations *cops = parent->i_sb->s_cop; in fscrypt_has_permitted_context() 261 res = parent->i_sb->s_cop->set_context(child, &ctx, in fscrypt_inherit_context()
|
D | keyinfo.c | 138 if (key == ERR_PTR(-ENOKEY) && inode->i_sb->s_cop->key_prefix) { in find_and_derive_key() 139 key = find_and_lock_process_key(inode->i_sb->s_cop->key_prefix, in find_and_derive_key() 300 res = fscrypt_initialize(inode->i_sb->s_cop->flags); in fscrypt_get_encryption_info() 304 res = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_get_encryption_info()
|
D | crypto.c | 246 if (inode->i_sb->s_cop->flags & FS_CFLG_OWN_PAGES) { in fscrypt_encrypt_page() 305 if (!(inode->i_sb->s_cop->flags & FS_CFLG_OWN_PAGES)) in fscrypt_decrypt_page()
|
D | fname.c | 339 dir->i_sb->s_cop->max_namelen, in fscrypt_setup_filename()
|
/Linux-v4.19/include/linux/ |
D | fscrypt_supp.h | 57 return inode->i_sb->s_cop->dummy_context && in fscrypt_dummy_context_enabled() 58 inode->i_sb->s_cop->dummy_context(inode); in fscrypt_dummy_context_enabled()
|
D | fs.h | 1383 const struct fscrypt_operations *s_cop; member
|
/Linux-v4.19/fs/ubifs/ |
D | super.c | 2091 sb->s_cop = &ubifs_crypt_operations; in ubifs_fill_super()
|
/Linux-v4.19/fs/f2fs/ |
D | super.c | 2831 sb->s_cop = &f2fs_cryptops; in f2fs_fill_super()
|
/Linux-v4.19/fs/ext4/ |
D | super.c | 4128 sb->s_cop = &ext4_cryptops; in ext4_fill_super()
|