Searched refs:get_context (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/ubifs/ |
| H A D | crypto.c | 92 .get_context = ubifs_crypt_get_context,
|
| /linux-6.15/fs/ext4/ |
| H A D | crypto.c | 234 .get_context = ext4_get_context,
|
| /linux-6.15/fs/crypto/ |
| H A D | policy.c | 449 ret = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_get_policy() 626 ret = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_ioctl_get_nonce()
|
| H A D | keysetup.c | 652 res = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_get_encryption_info()
|
| /linux-6.15/fs/ceph/ |
| H A D | crypto.c | 137 .get_context = ceph_crypt_get_context,
|
| /linux-6.15/include/linux/ |
| H A D | fscrypt.h | 124 int (*get_context)(struct inode *inode, void *ctx, size_t len); member
|
| /linux-6.15/fs/f2fs/ |
| H A D | super.c | 3320 .get_context = f2fs_get_context,
|