Searched refs:s_cop (Results 1 - 10 of 10) sorted by relevance

/linux-master/fs/crypto/
H A Dpolicy.c58 if (!sb->s_cop->get_dummy_policy)
60 return sb->s_cop->get_dummy_policy(sb);
145 if (!sb->s_cop->has_stable_inodes ||
146 !sb->s_cop->has_stable_inodes(sb)) {
160 if (!sb->s_cop->has_32bit_inodes) {
248 if (!inode->i_sb->s_cop->supports_subblock_data_units) {
449 ret = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx));
500 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, NULL);
550 else if (!inode->i_sb->s_cop->empty_dir(inode))
626 ret = inode->i_sb->s_cop
[all...]
H A Dcrypto.c244 if (WARN_ON_ONCE(inode->i_sb->s_cop->supports_subblock_data_units))
319 if (WARN_ON_ONCE(inode->i_sb->s_cop->supports_subblock_data_units))
346 if (!sb->s_cop->needs_bounce_pages)
H A Dkeysetup_v1.c313 if (key == ERR_PTR(-ENOKEY) && sb->s_cop->legacy_key_prefix) {
314 key = find_and_lock_process_key(sb->s_cop->legacy_key_prefix,
H A Dinline_crypt.c29 if (sb->s_cop->get_devices) {
30 devs = sb->s_cop->get_devices(sb, num_devs);
H A Dkeysetup.c652 res = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx));
/linux-master/include/linux/
H A Dfscrypt.h446 const struct fscrypt_operations *s_cop)
448 sb->s_cop = s_cop;
825 const struct fscrypt_operations *s_cop)
445 fscrypt_set_ops(struct super_block *sb, const struct fscrypt_operations *s_cop) argument
824 fscrypt_set_ops(struct super_block *sb, const struct fscrypt_operations *s_cop) argument
H A Dfs.h1230 const struct fscrypt_operations *s_cop; member in struct:super_block
/linux-master/fs/
H A Dlibfs.c1842 if (sb->s_cop) {
/linux-master/fs/f2fs/
H A Dsuper.c4422 sb->s_cop = &f2fs_cryptops;
/linux-master/fs/ext4/
H A Dsuper.c5331 sb->s_cop = &ext4_cryptops;

Completed in 256 milliseconds