Home
last modified time | relevance | path

Searched refs:nb_in_sec (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c742 size_t nb_in_sec; in storebuf() local
748 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()