Home
last modified time | relevance | path

Searched refs:XFS_STATS_INC (Results 1 – 15 of 15) sorted by relevance

/linux/fs/xfs/
H A Dxfs_trans_ail.c491 XFS_STATS_INC(mp, xs_push_ail_success); in xfsaild_process_logitem()
509 XFS_STATS_INC(mp, xs_push_ail_flushing); in xfsaild_process_logitem()
517 XFS_STATS_INC(mp, xs_push_ail_pinned); in xfsaild_process_logitem()
524 XFS_STATS_INC(mp, xs_push_ail_locked); in xfsaild_process_logitem()
562 XFS_STATS_INC(mp, xs_push_ail_flush); in xfsaild_push()
576 XFS_STATS_INC(mp, xs_push_ail); in xfsaild_push()
H A Dxfs_icache.c109 XFS_STATS_INC(mp, xs_inodes_active); in xfs_inode_alloc()
598 XFS_STATS_INC(mp, xs_ig_found); in xfs_iget_cache_hit()
604 XFS_STATS_INC(mp, xs_ig_frecycle); in xfs_iget_cache_hit()
732 XFS_STATS_INC(mp, xs_ig_dup); in xfs_iget_cache_miss()
785 XFS_STATS_INC(mp, xs_ig_attempts); in xfs_iget()
806 XFS_STATS_INC(mp, xs_ig_missed); in xfs_iget()
1021 XFS_STATS_INC(ip->i_mount, xs_ig_reclaims); in xfs_reclaim_inode()
2246 XFS_STATS_INC(mp, xs_inode_mark_reclaimable); in xfs_inode_mark_reclaimable()
H A Dxfs_dquot.c572 XFS_STATS_INC(mp, xs_qm_dquot); in xfs_dquot_alloc()
816 XFS_STATS_INC(mp, xs_qm_dqcachemisses); in xfs_qm_dqget_cache_lookup()
829 XFS_STATS_INC(mp, xs_qm_dqcachehits); in xfs_qm_dqget_cache_lookup()
934 XFS_STATS_INC(mp, xs_qm_dquot_dups); in xfs_qm_dqget()
1061 XFS_STATS_INC(mp, xs_qm_dquot_dups); in xfs_qm_dqget_inode()
1130 XFS_STATS_INC(dqp->q_mount, xs_qm_dquot_unused); in xfs_qm_dqrele()
H A Dxfs_log.c211 XFS_STATS_INC(log->l_mp, xs_sleep_logspace); in xlog_grant_head_wait()
322 XFS_STATS_INC(mp, xs_try_logspace); in xfs_log_regrant()
381 XFS_STATS_INC(mp, xs_try_logspace); in xfs_log_reserve()
790 XFS_STATS_INC(log->l_mp, xs_log_force_sleep); in xlog_wait_on_iclog()
1741 XFS_STATS_INC(log->l_mp, xs_log_writes); in xlog_sync()
2530 XFS_STATS_INC(log->l_mp, xs_log_noiclogs); in xlog_state_get_iclog_space()
2799 XFS_STATS_INC(mp, xs_log_force); in xfs_log_force()
2981 XFS_STATS_INC(mp, xs_log_force); in xfs_log_force_seq()
2990 XFS_STATS_INC(mp, xs_log_force_sleep); in xfs_log_force_seq()
H A Dxfs_stats.h175 #define XFS_STATS_INC(mp, v) \ macro
H A Dxfs_zone_gc.c751 XFS_STATS_INC(mp, xs_gc_read_calls); in xfs_zone_gc_start_chunk()
855 XFS_STATS_INC(mp, xs_gc_write_calls); in xfs_zone_gc_write_chunk()
955 XFS_STATS_INC(mp, xs_gc_zone_reset_calls); in xfs_submit_zone_reset_bio()
H A Dxfs_qm.c451 XFS_STATS_INC(dqp->q_mount, xs_qm_dqwants); in xfs_qm_dquot_isolate()
480 XFS_STATS_INC(dqp->q_mount, xs_qm_dqreclaims); in xfs_qm_dquot_isolate()
487 XFS_STATS_INC(dqp->q_mount, xs_qm_dqreclaim_misses); in xfs_qm_dquot_isolate()
H A Dxfs_super.c715 XFS_STATS_INC(ip->i_mount, xs_inode_destroy); in xfs_fs_destroy_inode()
716 XFS_STATS_INC(ip->i_mount, xs_inode_destroy2); in xfs_fs_destroy_inode()
H A Dxfs_log_cil.c1951 XFS_STATS_INC(log->l_mp, xs_log_force_sleep); in xlog_cil_force_seq()
H A Dxfs_inode.c2651 XFS_STATS_INC(mp, xs_icluster_flushcnt); in xfs_iflush_cluster()
/linux/fs/xfs/libxfs/
H A Dxfs_metafile.c66 XFS_STATS_INC(ip->i_mount, xs_inodes_meta); in xfs_metafile_set_iflag()
80 XFS_STATS_INC(ip->i_mount, xs_inodes_active); in xfs_metafile_clear_iflag()
H A Dxfs_dir2.c341 XFS_STATS_INC(dp->i_mount, xs_dir_create); in xfs_dir_createname()
438 XFS_STATS_INC(dp->i_mount, xs_dir_lookup); in xfs_dir_lookup()
503 XFS_STATS_INC(dp->i_mount, xs_dir_remove); in xfs_dir_removename()
H A Dxfs_defer.c568 XFS_STATS_INC((*tpp)->t_mountp, xs_defer_relog); in xfs_defer_relog()
H A Dxfs_inode_buf.c273 XFS_STATS_INC(ip->i_mount, xs_inodes_meta); in xfs_inode_from_disk()
/linux/fs/xfs/scrub/
H A Dorphanage.c101 XFS_STATS_INC(mp, xs_ig_attrchg); in xrep_chown_orphanage()