Searched refs:ONES (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_types.h58 #define ONES 0xffffffffu /* all bit on */ macro
H A Djfs_dmap.c497 (ONES << (DBWORD - nbits) >> wbitno);
521 memset(&dp->pmap[word], (int) ONES,
1183 mask = (ONES << (DBWORD - nb) >> wbitno);
2117 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb)
2136 memset(&dp->wmap[word], (int) ONES, nwords * 4);
2267 cpu_to_le32(~(ONES << (DBWORD - nb)
2940 mask = ONES << (DBWORD - nb);
3210 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb)
3221 memset(&dp->wmap[word], (int) ONES, nwords * 4);
3639 * the aggregate will be marked as allocated (ONES);
[all...]
H A Djfs_imap.c1009 if (iagp->wmap[extno] == cpu_to_le32(ONES)) {
1497 mask = ONES << (EXTSPERSUM - bitno);
2098 if (iagp->wmap[extno] == cpu_to_le32(ONES)) {
2598 iagp->inosmap[i] = cpu_to_le32(ONES);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/lib/
H A Ddivsi3.S100 R2.L = ONES R1;
H A Dudivsi3.S111 R2.L = ONES R1;

Completed in 214 milliseconds