Home
last modified time | relevance | path

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

/linux/fs/crypto/
H A Dpolicy.c60 if (!sb->s_cop->get_dummy_policy) in fscrypt_get_dummy_policy()
62 return sb->s_cop->get_dummy_policy(sb); in fscrypt_get_dummy_policy()
147 if (!sb->s_cop->has_stable_inodes || in supported_iv_ino_lblk_policy()
148 !sb->s_cop->has_stable_inodes(sb)) { in supported_iv_ino_lblk_policy()
162 if (!sb->s_cop->has_32bit_inodes) { in supported_iv_ino_lblk_policy()
250 if (!inode->i_sb->s_cop->supports_subblock_data_units) { in fscrypt_supported_v2_policy()
451 ret = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_get_policy()
502 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, NULL); in set_encryption_policy()
552 else if (!inode->i_sb->s_cop->empty_dir(inode)) in fscrypt_ioctl_set_policy()
628 ret = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_ioctl_get_nonce()
[all …]
/linux/include/linux/fs/
H A Dsuper_types.h155 const struct fscrypt_operations *s_cop; member
/linux/fs/ext4/
H A Dsuper.c5466 sb->s_cop = &ext4_cryptops; in __ext4_fill_super()