Home
last modified time | relevance | path

Searched refs:get_context (Results 1 – 7 of 7) sorted by relevance

/linux/fs/ubifs/
H A Dcrypto.c94 .get_context = ubifs_crypt_get_context,
/linux/fs/ext4/
H A Dcrypto.c236 .get_context = ext4_get_context,
/linux/fs/crypto/
H A Dpolicy.c451 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 Dkeysetup.c678 res = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_get_encryption_info()
/linux/fs/ceph/
H A Dcrypto.c86 .get_context = ceph_crypt_get_context,
/linux/include/linux/
H A Dfscrypt.h130 int (*get_context)(struct inode *inode, void *ctx, size_t len); member
/linux/fs/f2fs/
H A Dsuper.c3745 .get_context = f2fs_get_context,