Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
A Dxfs_log.c462 int unit_bytes, in xfs_log_reserve() argument
3445 int unit_bytes, in xlog_calc_unit_res() argument
3483 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
3484 unit_bytes += sizeof(xfs_trans_header_t); in xlog_calc_unit_res()
3487 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
3515 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()
3521 unit_bytes += log->l_iclog_hsize; in xlog_calc_unit_res()
3524 unit_bytes += 2 * log->l_iclog_roundoff; in xlog_calc_unit_res()
3528 return unit_bytes; in xlog_calc_unit_res()
3534 int unit_bytes) in xfs_log_calc_unit_res() argument
[all …]
A Dxfs_log_priv.h505 struct xlog_ticket *xlog_ticket_alloc(struct xlog *log, int unit_bytes,
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_shared.h47 int xfs_log_calc_unit_res(struct xfs_mount *mp, int unit_bytes);

Completed in 19 milliseconds