Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log_priv.h363 min_t(int, (log)->l_logsize >> 3, BBTOB(XLOG_TOTAL_REC_SHIFT(log)) << 4)
401 int l_logsize; /* size of log in bytes */ member
H A Dxfs_log.c110 space += log->l_logsize; in xlog_grant_sub_space()
135 tmp = log->l_logsize - space; in xlog_grant_add_space()
1164 free_bytes = log->l_logsize - (head_bytes - tail_bytes); in xlog_space_left()
1184 free_bytes = log->l_logsize; in xlog_space_left()
1328 log->l_logsize = BBTOB(num_bblks); in xlog_alloc_log()
H A Dxfs_log_cil.c950 ASSERT(cil->xc_ctx->space_used < log->l_logsize);
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log_priv.h378 min_t(int, (log)->l_logsize >> 3, BBTOB(XLOG_TOTAL_REC_SHIFT(log)) << 4)
416 int l_logsize; /* size of log in bytes */ member
H A Dxfs_log.c160 space += log->l_logsize; in xlog_grant_sub_space()
185 tmp = log->l_logsize - space; in xlog_grant_add_space()
1347 return log->l_logsize - (head_bytes - tail_bytes); in xlog_space_left()
1353 return log->l_logsize; in xlog_space_left()
1370 return log->l_logsize; in xlog_space_left()
1539 log->l_logsize = BBTOB(num_bblks); in xlog_alloc_log()
H A Dxfs_log_cil.c1424 ASSERT(space_used < log->l_logsize);

Completed in 16 milliseconds