Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
A Dxfs_log_priv.h374 min_t(int, (log)->l_logsize >> 3, BBTOB(XLOG_TOTAL_REC_SHIFT(log)) << 4)
412 int l_logsize; /* size of log in bytes */ member
A Dxfs_log.c160 space += log->l_logsize; in xlog_grant_sub_space()
185 tmp = log->l_logsize - space; in xlog_grant_add_space()
1381 return log->l_logsize - (head_bytes - tail_bytes); in xlog_space_left()
1387 return log->l_logsize; in xlog_space_left()
1404 return log->l_logsize; in xlog_space_left()
1573 log->l_logsize = BBTOB(num_bblks); in xlog_alloc_log()
A Dxfs_log_cil.c1479 ASSERT(space_used < log->l_logsize); in xlog_cil_push_background()

Completed in 14 milliseconds