Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log_priv.h341 #define XLOG_CIL_SPACE_LIMIT(log) (log->l_logsize >> 3)
378 int l_logsize; /* size of log in bytes */ member
Dxfs_log.c154 space += log->l_logsize; in xlog_grant_sub_space()
179 tmp = log->l_logsize - space; in xlog_grant_add_space()
1181 free_bytes = log->l_logsize - (head_bytes - tail_bytes); in xlog_space_left()
1201 free_bytes = log->l_logsize; in xlog_space_left()
1399 log->l_logsize = BBTOB(num_bblks); in xlog_alloc_log()