/src/sys/ufs/lfs/ |
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;
|
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;
|
/src/sbin/fsck_lfs/ |
pass6.c | 470 ino_t ino, nextfree, oldhead; local in function:alloc_inode 493 LFS_GET_HEADFREE(fs, cip, cbp, &oldhead); 494 if (oldhead == thisino) { 502 ino = oldhead;
|
pass6.c | 470 ino_t ino, nextfree, oldhead; local in function:alloc_inode 493 LFS_GET_HEADFREE(fs, cip, cbp, &oldhead); 494 if (oldhead == thisino) { 502 ino = oldhead;
|