Searched refs:fex (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dmballoc.h224 struct ext4_free_extent *fex)
226 return ext4_group_first_block_no(sb, fex->fe_group) + fex->fe_start;
223 ext4_grp_offs_to_block(struct super_block *sb, struct ext4_free_extent *fex) argument
H A Dextents.c1686 struct ext4_extent *ex, *fex; local
1740 fex = EXT_LAST_EXTENT(eh);
1742 if (le32_to_cpu(newext->ee_block) > le32_to_cpu(fex->ee_block)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dosf_sys.c707 unsigned long exc, swcr, fpcr, fex; local
726 fex = (exc >> IEEE_STATUS_TO_EXCSUM_SHIFT) & swcr;
727 if (fex) {
731 if (fex & IEEE_TRAP_ENABLE_DNO) si_code = FPE_FLTUND;
732 if (fex & IEEE_TRAP_ENABLE_INE) si_code = FPE_FLTRES;
733 if (fex & IEEE_TRAP_ENABLE_UNF) si_code = FPE_FLTUND;
734 if (fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF;
735 if (fex & IEEE_TRAP_ENABLE_DZE) si_code = FPE_FLTDIV;
736 if (fex & IEEE_TRAP_ENABLE_INV) si_code = FPE_FLTINV;

Completed in 146 milliseconds