Home
last modified time | relevance | path

Searched refs:extsmap (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/jfs/
Djfs_imap.h81 __le32 extsmap[SMAPSZ]; /* 16: sum map of mapwords w/ free extents */ member
Djfs_imap.c1209 iagp->extsmap[sword] &= cpu_to_le32(~mask); in diFree()
1339 u32 mask, inosmap, extsmap; in diAlloc() local
1490 extsmap = le32_to_cpu(iagp->extsmap[sword]) | mask; in diAlloc()
1547 if (addext && ~extsmap) { in diAlloc()
1551 rem = diFindFree(extsmap, 0); in diAlloc()
1586 extsmap = le32_to_cpu(iagp->extsmap[sword]); in diAlloc()
1944 if (~iagp->extsmap[sword]) in diAllocExt()
1950 rem = diFindFree(le32_to_cpu(iagp->extsmap[sword]), 0); in diAllocExt()
2361 iagp->extsmap[sword] |= cpu_to_le32(mask); in diNewExt()