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

  /src/sys/ufs/lfs/
lfs_rfw.c 784 u_int64_t nextserial, startserial, endserial; local in function:lfs_roll_forward
829 startserial = lfs_sb_getserial(fs);
830 endserial = nextserial = startserial + 1;
861 && nextserial > startserial + lfs_rfw_max_psegs)
908 nextserial = startserial + 1;
lfs_rfw.c 784 u_int64_t nextserial, startserial, endserial; local in function:lfs_roll_forward
829 startserial = lfs_sb_getserial(fs);
830 endserial = nextserial = startserial + 1;
861 && nextserial > startserial + lfs_rfw_max_psegs)
908 nextserial = startserial + 1;

Completed in 23 milliseconds