lfs_alloc.c | 126 ino_t oldhead, maxino, tail; local in function:lfs_extend_ifile 174 LFS_GET_HEADFREE(fs, cip, cbp, &oldhead); 177 DLOG((DLOG_ALLOC, "oldhead=%jd, i=%jd, xmax=%jd, oldtail=%jd\n", 178 (intmax_t)oldhead, (intmax_t)i, (intmax_t)xmax, 203 ifp64->if_nextfree = oldhead; 212 ifp32->if_nextfree = oldhead; 221 ifp_v1->if_nextfree = oldhead;
|