set_context        79 arch/m68k/include/asm/mmu_context.h 	set_context(tsk->mm->context, next->pgd);
set_context        90 arch/m68k/include/asm/mmu_context.h 	set_context(mm->context, mm->pgd);
set_context        57 arch/microblaze/include/asm/mmu_context_mm.h extern void set_context(mm_context_t context, pgd_t *pgd);
set_context       125 arch/microblaze/include/asm/mmu_context_mm.h 	set_context(next->context, next->pgd);
set_context       137 arch/microblaze/include/asm/mmu_context_mm.h 	set_context(mm->context, mm->pgd);
set_context       142 arch/mips/mm/context.c 			goto set_context;
set_context       151 arch/mips/mm/context.c 			goto set_context;
set_context       174 arch/mips/mm/context.c set_context:
set_context        97 arch/nios2/mm/mmu_context.c 	set_context(next->context);
set_context       109 arch/nios2/mm/mmu_context.c 	set_context(next->context);
set_context        58 arch/powerpc/include/asm/mmu_context.h extern void set_context(unsigned long id, pgd_t *pgd);
set_context       360 arch/powerpc/mm/nohash/mmu_context.c 	set_context(id, next->pgd);
set_context       270 fs/crypto/policy.c 	return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, NULL);
set_context       488 fs/crypto/policy.c 	res = parent->i_sb->s_cop->set_context(child, &ctx, ctxsize, fs_data);
set_context      1362 fs/ext4/super.c 	.set_context		= ext4_set_context,
set_context      2319 fs/f2fs/super.c 	.set_context	= f2fs_set_context,
set_context        83 fs/ubifs/crypto.c 	.set_context		= ubifs_crypt_set_context,
set_context        61 include/linux/fscrypt.h 	int (*set_context)(struct inode *, const void *, size_t, void *);
set_context       924 security/selinux/hooks.c 	int set_context =	(oldsbsec->flags & CONTEXT_MNT);
set_context       946 security/selinux/hooks.c 		if ((kern_flags & SECURITY_LSM_NATIVE_LABELS) && !set_context)
set_context       960 security/selinux/hooks.c 		!(kern_flags & SECURITY_LSM_NATIVE_LABELS) && !set_context) {
set_context       966 security/selinux/hooks.c 	if (kern_flags & SECURITY_LSM_NATIVE_LABELS && !set_context) {
set_context       971 security/selinux/hooks.c 	if (set_context) {