Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_log.c388 int unit_bytes, in xfs_log_reserve() argument
408 tic = xlog_ticket_alloc(log, unit_bytes, cnt, client, permanent, in xfs_log_reserve()
3140 int unit_bytes, in xlog_ticket_alloc() argument
3186 unit_bytes += sizeof(xlog_op_header_t); in xlog_ticket_alloc()
3187 unit_bytes += sizeof(xfs_trans_header_t); in xlog_ticket_alloc()
3190 unit_bytes += sizeof(xlog_op_header_t); in xlog_ticket_alloc()
3210 num_headers = howmany(unit_bytes, iclog_space); in xlog_ticket_alloc()
3213 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xlog_ticket_alloc()
3217 howmany(unit_bytes, iclog_space) > num_headers) { in xlog_ticket_alloc()
3218 unit_bytes += sizeof(xlog_op_header_t); in xlog_ticket_alloc()
[all …]
Dxfs_log_priv.h554 struct xlog_ticket *xlog_ticket_alloc(struct log *log, int unit_bytes,