Searched refs:ab_busycnt (Results 1 – 3 of 3) sorted by relevance
80 for (i=0; i<abp->ab_busycnt; i++, anp++) { in hpfs_hpbmap()114 for (i=0; i<abp->ab_busycnt; i++, alp++) { in hpfs_hpbmap()189 asp->as_ab.ab_busycnt = 0; in hpfs_allocalsec()225 n1 = (abp->ab_busycnt + 1) / 2; in hpfs_splitalsec()226 n2 = (abp->ab_busycnt - n1); in hpfs_splitalsec()233 nabp->ab_busycnt = n2; in hpfs_splitalsec()237 abp->ab_busycnt -= n1; in hpfs_splitalsec()271 if (ab0p->ab_freecnt > ab1p->ab_busycnt) { in hpfs_concatalsec()279 ab1p->ab_busycnt * sz); in hpfs_concatalsec()281 AB_ADDNREC(ab0p, sz, ab1p->ab_busycnt); in hpfs_concatalsec()[all …]
156 #define AB_LASTALP(abp) (AB_ALLEAF(abp) + (abp)->ab_busycnt - 1)157 #define AB_LASTANP(abp) (AB_ALNODE(abp) + (abp)->ab_busycnt - 1)159 (abp)->ab_busycnt += (n); \164 (abp)->ab_busycnt -= (n); \176 u_int8_t ab_busycnt; member
780 hp->h_fn.fn_ab.ab_busycnt = 0x0; in hpfs_truncate()