Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_log_priv.h467 #define XLOG_CIL_SPACE_LIMIT(log) (log->l_logsize >> 3)
468 #define XLOG_CIL_HARD_SPACE_LIMIT(log) (3 * (log->l_logsize >> 4))
494 int l_logsize; /* size of log in bytes */ member
Dxfs_log.c114 space += log->l_logsize; in xlog_grant_sub_space()
139 tmp = log->l_logsize - space; in xlog_grant_add_space()
841 free_bytes = log->l_logsize - (head_bytes - tail_bytes); in xlog_space_left()
859 free_bytes = log->l_logsize; in xlog_space_left()
1008 log->l_logsize = BBTOB(num_bblks); in xlog_alloc_log()