unit_bytes 51 fs/xfs/libxfs/xfs_shared.h int xfs_log_calc_unit_res(struct xfs_mount *mp, int unit_bytes); unit_bytes 439 fs/xfs/xfs_log.c int unit_bytes, unit_bytes 458 fs/xfs/xfs_log.c tic = xlog_ticket_alloc(log, unit_bytes, cnt, client, permanent, 0); unit_bytes 3563 fs/xfs/xfs_log.c int unit_bytes) unit_bytes 3601 fs/xfs/xfs_log.c unit_bytes += sizeof(xlog_op_header_t); unit_bytes 3602 fs/xfs/xfs_log.c unit_bytes += sizeof(xfs_trans_header_t); unit_bytes 3605 fs/xfs/xfs_log.c unit_bytes += sizeof(xlog_op_header_t); unit_bytes 3625 fs/xfs/xfs_log.c num_headers = howmany(unit_bytes, iclog_space); unit_bytes 3628 fs/xfs/xfs_log.c unit_bytes += sizeof(xlog_op_header_t) * num_headers; unit_bytes 3632 fs/xfs/xfs_log.c howmany(unit_bytes, iclog_space) > num_headers) { unit_bytes 3633 fs/xfs/xfs_log.c unit_bytes += sizeof(xlog_op_header_t); unit_bytes 3636 fs/xfs/xfs_log.c unit_bytes += log->l_iclog_hsize * num_headers; unit_bytes 3639 fs/xfs/xfs_log.c unit_bytes += log->l_iclog_hsize; unit_bytes 3644 fs/xfs/xfs_log.c unit_bytes += 2 * mp->m_sb.sb_logsunit; unit_bytes 3647 fs/xfs/xfs_log.c unit_bytes += 2 * BBSIZE; unit_bytes 3650 fs/xfs/xfs_log.c return unit_bytes; unit_bytes 3659 fs/xfs/xfs_log.c int unit_bytes, unit_bytes 3672 fs/xfs/xfs_log.c unit_res = xfs_log_calc_unit_res(log->l_mp, unit_bytes); unit_bytes 431 fs/xfs/xfs_log_priv.h int unit_bytes,