fex               849 arch/alpha/kernel/osf_sys.c 		unsigned long exc, swcr, fpcr, fex;
fex               868 arch/alpha/kernel/osf_sys.c 		fex = (exc >> IEEE_STATUS_TO_EXCSUM_SHIFT) & swcr;
fex               869 arch/alpha/kernel/osf_sys.c  		if (fex) {
fex               872 arch/alpha/kernel/osf_sys.c 			if (fex & IEEE_TRAP_ENABLE_DNO) si_code = FPE_FLTUND;
fex               873 arch/alpha/kernel/osf_sys.c 			if (fex & IEEE_TRAP_ENABLE_INE) si_code = FPE_FLTRES;
fex               874 arch/alpha/kernel/osf_sys.c 			if (fex & IEEE_TRAP_ENABLE_UNF) si_code = FPE_FLTUND;
fex               875 arch/alpha/kernel/osf_sys.c 			if (fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF;
fex               876 arch/alpha/kernel/osf_sys.c 			if (fex & IEEE_TRAP_ENABLE_DZE) si_code = FPE_FLTDIV;
fex               877 arch/alpha/kernel/osf_sys.c 			if (fex & IEEE_TRAP_ENABLE_INV) si_code = FPE_FLTINV;
fex              1961 fs/ext4/extents.c 	struct ext4_extent *ex, *fex;
fex              2064 fs/ext4/extents.c 	fex = EXT_LAST_EXTENT(eh);
fex              2066 fs/ext4/extents.c 	if (le32_to_cpu(newext->ee_block) > le32_to_cpu(fex->ee_block))
fex               196 fs/ext4/mballoc.h 					struct ext4_free_extent *fex)
fex               198 fs/ext4/mballoc.h 	return ext4_group_first_block_no(sb, fex->fe_group) +
fex               199 fs/ext4/mballoc.h 		(fex->fe_start << EXT4_SB(sb)->s_cluster_bits);