Searched refs:unit_bytes (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_log.c | 462 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 D | xfs_log_priv.h | 510 struct xlog_ticket *xlog_ticket_alloc(struct xlog *log, int unit_bytes,
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_shared.h | 47 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 D | iftop-1.0-gcc10.patch | 58 char* unit_bytes[UNIT_DIVISIONS] = { "B", "KB", "MB", "GB"};
|