Searched refs:busybytes (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c1542 off_t busybytes; local
1562 busybytes = tail - head;
1564 busybytes = (eol - head) + (tail - bol);
1569 return (busybytes > (nb - (nb >> 2)));

Completed in 122 milliseconds