Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/
Dxfs_log.c462 int unit_bytes, in xfs_log_reserve() argument
478 tic = xlog_ticket_alloc(log, unit_bytes, cnt, permanent); in xfs_log_reserve()
3429 int unit_bytes, in xlog_calc_unit_res() argument
3467 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
3468 unit_bytes += sizeof(xfs_trans_header_t); in xlog_calc_unit_res()
3471 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
3491 num_headers = howmany(unit_bytes, iclog_space); in xlog_calc_unit_res()
3494 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xlog_calc_unit_res()
3498 howmany(unit_bytes, iclog_space) > num_headers) { in xlog_calc_unit_res()
3499 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
[all …]
Dxfs_log_priv.h505 struct xlog_ticket *xlog_ticket_alloc(struct xlog *log, int unit_bytes,
/Linux-v6.1/fs/xfs/libxfs/
Dxfs_shared.h47 int xfs_log_calc_unit_res(struct xfs_mount *mp, int unit_bytes);