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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log.c216 log->l_grant_write_bytes += log->l_logsize;
222 log->l_grant_reserve_bytes += log->l_logsize;
232 if (log->l_grant_write_bytes > log->l_logsize) {
233 log->l_grant_write_bytes -= log->l_logsize;
242 if (log->l_grant_reserve_bytes > log->l_logsize) {
243 log->l_grant_reserve_bytes -= log->l_logsize;
904 free_bytes = log->l_logsize - (bytes - tail_bytes);
922 free_bytes = log->l_logsize;
1140 log->l_logsize = BBTOB(num_bblks);
H A Dxfs_log_priv.h444 int l_logsize; /* size of log in bytes */ member in struct:log

Completed in 102 milliseconds