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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log.c149 (void *)((unsigned long)log->l_grant_write_bytes),
214 log->l_grant_write_bytes -= bytes;
215 if (log->l_grant_write_bytes < 0) {
216 log->l_grant_write_bytes += log->l_logsize;
231 log->l_grant_write_bytes += bytes;
232 if (log->l_grant_write_bytes > log->l_logsize) {
233 log->l_grant_write_bytes -= log->l_logsize;
771 bytes = log->l_grant_write_bytes;
2529 ASSERT(log->l_grant_write_bytes <= BBTOB(BLOCK_LSN(tail_lsn)));
2595 log->l_grant_write_bytes);
[all...]
H A Dxfs_log_priv.h465 int l_grant_write_bytes; member in struct:log
H A Dxfs_log_recover.c880 log->l_grant_write_bytes = BBTOB(log->l_curr_block);

Completed in 39 milliseconds