Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_log.c116 int unit_bytes,
398 int unit_bytes, in xfs_log_reserve() argument
428 internal_ticket = xlog_ticket_get(log, unit_bytes, cnt, in xfs_log_reserve()
3152 int unit_bytes, in xlog_ticket_get() argument
3188 unit_bytes += sizeof(xlog_op_header_t); in xlog_ticket_get()
3194 unit_bytes += log->l_mp->m_sb.sb_logsunit; in xlog_ticket_get()
3197 unit_bytes += BBSIZE; in xlog_ticket_get()
3201 unit_bytes += sizeof(xlog_op_header_t); in xlog_ticket_get()
3204 num_headers = ((unit_bytes + log->l_iclog_size-1) >> log->l_iclog_size_log); in xlog_ticket_get()
3205 unit_bytes += log->l_iclog_hsize * num_headers; in xlog_ticket_get()
[all …]