Symbol: set_context
arch/m68k/include/asm/mmu_context.h
76
set_context(tsk->mm->context, next->pgd);
arch/m68k/include/asm/mmu_context.h
88
set_context(mm->context, mm->pgd);
arch/microblaze/include/asm/mmu_context_mm.h
119
set_context(next->context, next->pgd);
arch/microblaze/include/asm/mmu_context_mm.h
132
set_context(mm->context, mm->pgd);
arch/microblaze/include/asm/mmu_context_mm.h
50
extern void set_context(mm_context_t context, pgd_t *pgd);
arch/mips/mm/context.c
142
goto set_context;
arch/mips/mm/context.c
151
goto set_context;
arch/mips/mm/context.c
174
set_context:
arch/nios2/mm/mmu_context.c
109
set_context(next->context);
arch/nios2/mm/mmu_context.c
97
set_context(next->context);
arch/powerpc/mm/nohash/mmu_context.c
297
set_context(id, next->pgd);
fs/ceph/crypto.c
87
.set_context = ceph_crypt_set_context,
fs/crypto/policy.c
502
return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, NULL);
fs/crypto/policy.c
791
return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, fs_data);
fs/ext4/crypto.c
244
.set_context = ext4_set_context,
fs/f2fs/super.c
3746
.set_context = f2fs_set_context,
fs/ubifs/crypto.c
95
.set_context = ubifs_crypt_set_context,
include/linux/fscrypt.h
148
int (*set_context)(struct inode *inode, const void *ctx, size_t len,
security/selinux/hooks.c
934
int set_context = (oldsbsec->flags & CONTEXT_MNT);
security/selinux/hooks.c
964
if ((kern_flags & SECURITY_LSM_NATIVE_LABELS) && !set_context)
security/selinux/hooks.c
977
!(kern_flags & SECURITY_LSM_NATIVE_LABELS) && !set_context) {
security/selinux/hooks.c
983
if (kern_flags & SECURITY_LSM_NATIVE_LABELS && !set_context) {
security/selinux/hooks.c
988
if (set_context) {