Home
last modified time | relevance | path

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

/linux-4.19.296/fs/crypto/
Dpolicy.c55 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()
86 else if (!inode->i_sb->s_cop->empty_dir(inode)) in fscrypt_ioctl_set_policy()
118 res = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_ioctl_get_policy()
160 const struct fscrypt_operations *cops = parent->i_sb->s_cop; in fscrypt_has_permitted_context()
262 res = parent->i_sb->s_cop->set_context(child, &ctx, in fscrypt_inherit_context()
Dkeyinfo.c138 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()
290 res = fscrypt_initialize(inode->i_sb->s_cop->flags); in fscrypt_get_encryption_info()
294 res = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_get_encryption_info()
Dcrypto.c247 if (inode->i_sb->s_cop->flags & FS_CFLG_OWN_PAGES) { in fscrypt_encrypt_page()
308 !(inode->i_sb->s_cop->flags & FS_CFLG_OWN_PAGES))) in fscrypt_decrypt_page()
Dfname.c334 dir->i_sb->s_cop->max_namelen, in fscrypt_setup_filename()
/linux-4.19.296/include/linux/
Dfscrypt_supp.h57 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()
Dfs.h1395 const struct fscrypt_operations *s_cop; member
/linux-4.19.296/fs/ubifs/
Dsuper.c2090 sb->s_cop = &ubifs_crypt_operations; in ubifs_fill_super()
/linux-4.19.296/fs/f2fs/
Dsuper.c2904 sb->s_cop = &f2fs_cryptops; in f2fs_fill_super()
/linux-4.19.296/fs/ext4/
Dsuper.c4268 sb->s_cop = &ext4_cryptops; in ext4_fill_super()