Searched refs:nb_in_sec (Results 1 – 1 of 1) sorted by relevance
742 size_t nb_in_sec; in storebuf() local748 nb_in_sec = NB_LEFT_IN_SECTOR(bp->b_bcount); in storebuf()749 copy_nb = MIN(nb_left, nb_in_sec); in storebuf()759 if ((nb_in_sec -= copy_nb) == 0) { in storebuf()