Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log.c104 int unit_bytes,
489 int unit_bytes, in xfs_log_reserve() argument
516 internal_ticket = xlog_ticket_alloc(log, unit_bytes, cnt, in xfs_log_reserve()
3244 int unit_bytes, in xlog_ticket_alloc() argument
3288 unit_bytes += sizeof(xlog_op_header_t); in xlog_ticket_alloc()
3289 unit_bytes += sizeof(xfs_trans_header_t); in xlog_ticket_alloc()
3292 unit_bytes += sizeof(xlog_op_header_t); in xlog_ticket_alloc()
3295 num_headers = ((unit_bytes + log->l_iclog_size-1) >> log->l_iclog_size_log); in xlog_ticket_alloc()
3296 unit_bytes += log->l_iclog_hsize * num_headers; in xlog_ticket_alloc()
3299 unit_bytes += log->l_iclog_hsize; in xlog_ticket_alloc()
[all …]