Searched refs:unit_bytes (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_log.c | 434 int unit_bytes, in xfs_log_reserve() argument 454 tic = xlog_ticket_alloc(log, unit_bytes, cnt, client, permanent, in xfs_log_reserve() 3558 int unit_bytes) in xfs_log_calc_unit_res() argument 3596 unit_bytes += sizeof(xlog_op_header_t); in xfs_log_calc_unit_res() 3597 unit_bytes += sizeof(xfs_trans_header_t); in xfs_log_calc_unit_res() 3600 unit_bytes += sizeof(xlog_op_header_t); in xfs_log_calc_unit_res() 3620 num_headers = howmany(unit_bytes, iclog_space); in xfs_log_calc_unit_res() 3623 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xfs_log_calc_unit_res() 3627 howmany(unit_bytes, iclog_space) > num_headers) { in xfs_log_calc_unit_res() 3628 unit_bytes += sizeof(xlog_op_header_t); in xfs_log_calc_unit_res() [all …]
|
D | xfs_log_priv.h | 439 int unit_bytes,
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_shared.h | 170 int xfs_log_calc_unit_res(struct xfs_mount *mp, int unit_bytes);
|