Searched refs:rembits (Results 1 – 1 of 1) sorted by relevance
/fs/jfs/ |
D | jfs_dmap.c | 1153 int dbitno, word, rembits, nb, nwords, wbitno, nw; in dbAllocNext() local 1198 for (rembits = nblocks; rembits > 0; rembits -= nb, dbitno += nb) { in dbAllocNext() 1203 nb = min(rembits, DBWORD - wbitno); in dbAllocNext() 1220 nwords = rembits >> L2DBWORD; in dbAllocNext() 2208 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbAllocBits() local 2238 for (rembits = nblocks; rembits > 0; rembits -= nb, dbitno += nb) { in dbAllocBits() 2243 nb = min(rembits, DBWORD - wbitno); in dbAllocBits() 2269 nwords = rembits >> L2DBWORD; in dbAllocBits() 2355 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbFreeBits() local 2387 for (rembits = nblocks; rembits > 0; rembits -= nb, dbitno += nb) { in dbFreeBits() [all …]
|