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

/linux-master/fs/xfs/
H A Dxfs_log_priv.h378 min_t(int, (log)->l_logsize >> 3, BBTOB(XLOG_TOTAL_REC_SHIFT(log)) << 4)
417 int l_logsize; /* size of log in bytes */ member in struct:xlog
H A Dxfs_log.c160 space += log->l_logsize;
185 tmp = log->l_logsize - space;
1347 return log->l_logsize - (head_bytes - tail_bytes);
1353 return log->l_logsize;
1370 return log->l_logsize;
1539 log->l_logsize = BBTOB(num_bblks);
H A Dxfs_log_cil.c1435 ASSERT(space_used < log->l_logsize);

Completed in 319 milliseconds