Searched refs:get_context (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/ubifs/ |
| H A D | crypto.c | 94 .get_context = ubifs_crypt_get_context,
|
| /linux/fs/ext4/ |
| H A D | crypto.c | 236 .get_context = ext4_get_context,
|
| /linux/fs/crypto/ |
| H A D | policy.c | 451 ret = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_get_policy() 628 ret = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_ioctl_get_nonce()
|
| H A D | keysetup.c | 678 res = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_get_encryption_info()
|
| /linux/fs/ceph/ |
| H A D | crypto.c | 86 .get_context = ceph_crypt_get_context,
|
| /linux/include/linux/ |
| H A D | fscrypt.h | 130 int (*get_context)(struct inode *inode, void *ctx, size_t len); member
|
| /linux/fs/f2fs/ |
| H A D | super.c | 3745 .get_context = f2fs_get_context,
|