HomeSort by: relevance | last modified time | path
    Searched refs:freehd (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/fsck_lfs/
pass0.c 104 ino_t ino, plastino, nextino, lowfreeino, freehd; local in function:pass0
116 freehd = ino = lfs_ci_getfree_head(fs, cip);
148 freehd = nextino;
179 assert(ino != freehd);
180 lfs_if_setnextfree(fs, ifp, freehd);
183 freehd = ino;
194 if (lfs_ci_getfree_head(fs, cip) != freehd) {
196 lfs_ci_setfree_head(fs, cip, freehd);
199 if (freehd != lfs_sb_getfreehd(fs)) {
201 (uintmax_t)freehd, (uintmax_t)lfs_sb_getfreehd(fs))
    [all...]
  /src/sys/ufs/lfs/
lfs_accessors.h 1192 LFS_DEF_SB_ACCESSOR_FULL(uint64_t, uint32_t, freehd)

Completed in 11 milliseconds