Home
last modified time | relevance | path

Searched refs:tr_logcount (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/libxfs/
Dxfs_trans_resv.c788 resp->tr_write.tr_logcount = XFS_WRITE_LOG_COUNT; in xfs_trans_resv_calc()
792 resp->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT; in xfs_trans_resv_calc()
796 resp->tr_rename.tr_logcount = XFS_RENAME_LOG_COUNT; in xfs_trans_resv_calc()
800 resp->tr_link.tr_logcount = XFS_LINK_LOG_COUNT; in xfs_trans_resv_calc()
804 resp->tr_remove.tr_logcount = XFS_REMOVE_LOG_COUNT; in xfs_trans_resv_calc()
808 resp->tr_symlink.tr_logcount = XFS_SYMLINK_LOG_COUNT; in xfs_trans_resv_calc()
812 resp->tr_create.tr_logcount = XFS_CREATE_LOG_COUNT; in xfs_trans_resv_calc()
817 resp->tr_create_tmpfile.tr_logcount = XFS_CREATE_TMPFILE_LOG_COUNT; in xfs_trans_resv_calc()
821 resp->tr_mkdir.tr_logcount = XFS_MKDIR_LOG_COUNT; in xfs_trans_resv_calc()
825 resp->tr_ifree.tr_logcount = XFS_INACTIVE_LOG_COUNT; in xfs_trans_resv_calc()
[all …]
Dxfs_log_rlimit.c73 int tmp = resp->tr_logcount > 1 ? in xfs_log_get_max_trans_res()
74 resp->tr_logres * resp->tr_logcount : in xfs_log_get_max_trans_res()
106 if (tres.tr_logcount > 1) in xfs_log_calc_minimum_size()
107 max_logres *= tres.tr_logcount; in xfs_log_calc_minimum_size()
Dxfs_trans_resv.h28 int tr_logcount; /* number of log operations per log ticket */ member
Dxfs_attr.c264 tres.tr_logcount = XFS_ATTRSET_LOG_COUNT; in xfs_attr_set()
/fs/xfs/
Dxfs_trans.c204 tp->t_log_count == resp->tr_logcount); in xfs_trans_reserve()
220 resp->tr_logcount, in xfs_trans_reserve()
229 tp->t_log_count = resp->tr_logcount; in xfs_trans_reserve()
1042 tres.tr_logcount = trans->t_log_count; in __xfs_trans_roll()