Home
last modified time | relevance | path

Searched refs:ONES (Results 1 – 3 of 3) sorted by relevance

/fs/jfs/
Djfs_dmap.c527 (ONES << (DBWORD - nbits) >> wbitno); in dbUpdatePMap()
551 memset(&dp->pmap[word], (int) ONES, in dbUpdatePMap()
1210 mask = (ONES << (DBWORD - nb) >> wbitno); in dbAllocNext()
2251 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocBits()
2270 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocBits()
2401 cpu_to_le32(~(ONES << (DBWORD - nb) in dbFreeBits()
3087 mask = ONES << (DBWORD - nb); in dbFindBits()
3354 dp->wmap[word] |= cpu_to_le32(ONES << (DBWORD - nb) in dbAllocDmapBU()
3365 memset(&dp->wmap[word], (int) ONES, nwords * 4); in dbAllocDmapBU()
3828 dp->wmap[w] &= cpu_to_le32(~(ONES << (DBWORD - nb) in dbInitDmap()
[all …]
Djfs_types.h43 #define ONES 0xffffffffu /* all bit on */ macro
Djfs_imap.c986 if (iagp->wmap[extno] == cpu_to_le32(ONES)) { in diFree()
1476 mask = (bitno == 0) ? 0 : (ONES << (EXTSPERSUM - bitno)); in diAlloc()
2073 if (iagp->wmap[extno] == cpu_to_le32(ONES)) { in diAllocBit()
2576 iagp->inosmap[i] = cpu_to_le32(ONES); in diNewIAG()