Searched refs:extsmap (Results 1 – 2 of 2) sorted by relevance
68 __le32 extsmap[SMAPSZ]; /* 16: sum map of mapwords w/ free extents */ member
1197 iagp->extsmap[sword] &= cpu_to_le32(~mask); in diFree()1327 u32 mask, inosmap, extsmap; in diAlloc() local1481 extsmap = le32_to_cpu(iagp->extsmap[sword]) | mask; in diAlloc()1538 if (addext && ~extsmap) { in diAlloc()1542 rem = diFindFree(extsmap, 0); in diAlloc()1577 extsmap = le32_to_cpu(iagp->extsmap[sword]); in diAlloc()1935 if (~iagp->extsmap[sword]) in diAllocExt()1941 rem = diFindFree(le32_to_cpu(iagp->extsmap[sword]), 0); in diAllocExt()2355 iagp->extsmap[sword] |= cpu_to_le32(mask); in diNewExt()