Searched refs:EXTSPERIAG (Results 1 – 2 of 2) sorted by relevance
27 #define EXTSPERIAG 128 /* number of disk inode extent per iag */ macro87 u32 wmap[EXTSPERIAG]; /* 512: working allocation map */88 u32 pmap[EXTSPERIAG]; /* 512: persistent allocation map */89 pxd_t inoext[EXTSPERIAG]; /* 1024: inode extent addresses */
1103 if (iagp->nfreeexts == cpu_to_le32(EXTSPERIAG - 1)) { in diFree()1194 if (iagp->nfreeexts == cpu_to_le32(EXTSPERIAG - 1)) { in diFree()1507 EXTSPERIAG - 1) ? 0 : extno + 1; in diAlloc()2016 if (iagp->nfreeexts == cpu_to_le32(EXTSPERIAG)) { in diAllocExt()2272 if (iagp->nfreeexts == cpu_to_le32(EXTSPERIAG)) { in diNewExt()2372 if (iagp->nfreeexts == cpu_to_le32(EXTSPERIAG)) { in diNewExt()2601 iagp->nfreeexts = cpu_to_le32(EXTSPERIAG); in diNewIAG()2972 if (iagp->nfreeexts == cpu_to_le32(EXTSPERIAG)) { in diExtendFS()2983 numinos = (EXTSPERIAG - le32_to_cpu(iagp->nfreeexts)) in diExtendFS()