Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A 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()
3413 int unit_bytes, in xlog_calc_unit_res() argument
3451 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
3452 unit_bytes += sizeof(xfs_trans_header_t); in xlog_calc_unit_res()
3455 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
3475 num_headers = howmany(unit_bytes, iclog_space); in xlog_calc_unit_res()
3478 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xlog_calc_unit_res()
3482 howmany(unit_bytes, iclog_space) > num_headers) { in xlog_calc_unit_res()
3483 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
[all …]
H A Dxfs_log_priv.h510 struct xlog_ticket *xlog_ticket_alloc(struct xlog *log, int unit_bytes,
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_shared.h47 int xfs_log_calc_unit_res(struct xfs_mount *mp, int unit_bytes);
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/iftop/iftop/
H A Diftop-1.0-gcc10.patch58 char* unit_bytes[UNIT_DIVISIONS] = { "B", "KB", "MB", "GB"};