Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log.c436 int unit_bytes, in xfs_log_reserve() argument
455 tic = xlog_ticket_alloc(log, unit_bytes, cnt, client, permanent); in xfs_log_reserve()
3346 int unit_bytes) in xfs_log_calc_unit_res() argument
3384 unit_bytes += sizeof(xlog_op_header_t); in xfs_log_calc_unit_res()
3385 unit_bytes += sizeof(xfs_trans_header_t); in xfs_log_calc_unit_res()
3388 unit_bytes += sizeof(xlog_op_header_t); in xfs_log_calc_unit_res()
3408 num_headers = howmany(unit_bytes, iclog_space); in xfs_log_calc_unit_res()
3411 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xfs_log_calc_unit_res()
3415 howmany(unit_bytes, iclog_space) > num_headers) { in xfs_log_calc_unit_res()
3416 unit_bytes += sizeof(xlog_op_header_t); in xfs_log_calc_unit_res()
[all …]
H A Dxfs_log_priv.h464 int unit_bytes,
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_shared.h51 int xfs_log_calc_unit_res(struct xfs_mount *mp, int unit_bytes);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/iftop/iftop/
H A Diftop-1.0-gcc10.patch58 char* unit_bytes[UNIT_DIVISIONS] = { "B", "KB", "MB", "GB"};