Home
last modified time | relevance | path

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

/linux-6.15/fs/ubifs/
H A Dcrypto.c92 .get_context = ubifs_crypt_get_context,
/linux-6.15/fs/ext4/
H A Dcrypto.c234 .get_context = ext4_get_context,
/linux-6.15/fs/crypto/
H A Dpolicy.c449 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 Dkeysetup.c652 res = inode->i_sb->s_cop->get_context(inode, &ctx, sizeof(ctx)); in fscrypt_get_encryption_info()
/linux-6.15/fs/ceph/
H A Dcrypto.c137 .get_context = ceph_crypt_get_context,
/linux-6.15/include/linux/
H A Dfscrypt.h124 int (*get_context)(struct inode *inode, void *ctx, size_t len); member
/linux-6.15/fs/f2fs/
H A Dsuper.c3320 .get_context = f2fs_get_context,