Searched refs:unit_bytes (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_log.c | 368 int unit_bytes, in xfs_log_reserve() argument 384 tic = xlog_ticket_alloc(log, unit_bytes, cnt, permanent); in xfs_log_reserve() 3024 int unit_bytes, in xlog_calc_unit_res() argument 3062 unit_bytes += sizeof(struct xlog_op_header); in xlog_calc_unit_res() 3063 unit_bytes += sizeof(struct xfs_trans_header); in xlog_calc_unit_res() 3066 unit_bytes += sizeof(struct xlog_op_header); in xlog_calc_unit_res() 3086 num_headers = howmany(unit_bytes, iclog_space); in xlog_calc_unit_res() 3089 unit_bytes += sizeof(struct xlog_op_header) * num_headers; in xlog_calc_unit_res() 3093 howmany(unit_bytes, iclog_space) > num_headers) { in xlog_calc_unit_res() 3094 unit_bytes += sizeof(struct xlog_op_header); in xlog_calc_unit_res() [all …]
|
| H A D | xfs_log_priv.h | 520 struct xlog_ticket *xlog_ticket_alloc(struct xlog *log, int unit_bytes,
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_shared.h | 125 int xfs_log_calc_unit_res(struct xfs_mount *mp, int unit_bytes);
|