Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_log.c423 int unit_bytes, in xfs_log_reserve() argument
442 tic = xlog_ticket_alloc(log, unit_bytes, cnt, client, permanent, in xfs_log_reserve()
3581 int unit_bytes) in xfs_log_calc_unit_res() argument
3619 unit_bytes += sizeof(xlog_op_header_t); in xfs_log_calc_unit_res()
3620 unit_bytes += sizeof(xfs_trans_header_t); in xfs_log_calc_unit_res()
3623 unit_bytes += sizeof(xlog_op_header_t); in xfs_log_calc_unit_res()
3643 num_headers = howmany(unit_bytes, iclog_space); in xfs_log_calc_unit_res()
3646 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xfs_log_calc_unit_res()
3650 howmany(unit_bytes, iclog_space) > num_headers) { in xfs_log_calc_unit_res()
3651 unit_bytes += sizeof(xlog_op_header_t); in xfs_log_calc_unit_res()
[all …]
Dxfs_log_priv.h431 int unit_bytes,
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_shared.h49 int xfs_log_calc_unit_res(struct xfs_mount *mp, int unit_bytes);