Home
last modified time | relevance | path

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

/linux/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
610 return (uint64_t)log->l_logsize - BBTOB(lo_block - hi_block); in xlog_lsn_sub()
H A Dxfs_log.c186 free_bytes = log->l_logsize - READ_ONCE(log->l_tail_space) - in xlog_grant_space_left()
1385 log->l_logsize = BBTOB(num_bblks); in xlog_alloc_log()
3261 log->l_tail_space, log->l_logsize, in xlog_verify_dump_tail()
H A Dxfs_log_cil.c1594 ASSERT(space_used < log->l_logsize); in xlog_cil_push_background()