Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log.c418 int unit_bytes, in xfs_log_reserve() argument
434 tic = xlog_ticket_alloc(log, unit_bytes, cnt, permanent); in xfs_log_reserve()
3090 int unit_bytes, in xlog_calc_unit_res() argument
3128 unit_bytes += sizeof(struct xlog_op_header); in xlog_calc_unit_res()
3129 unit_bytes += sizeof(struct xfs_trans_header); in xlog_calc_unit_res()
3132 unit_bytes += sizeof(struct xlog_op_header); in xlog_calc_unit_res()
3152 num_headers = howmany(unit_bytes, iclog_space); in xlog_calc_unit_res()
3155 unit_bytes += sizeof(struct xlog_op_header) * num_headers; in xlog_calc_unit_res()
3159 howmany(unit_bytes, iclog_space) > num_headers) { in xlog_calc_unit_res()
3160 unit_bytes += sizeof(struct xlog_op_header); in xlog_calc_unit_res()
[all …]
/linux/fs/xfs/libxfs/
H A Dxfs_shared.h125 int xfs_log_calc_unit_res(struct xfs_mount *mp, int unit_bytes);