Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_trans_ail.c352 XFS_STATS_INC(xs_push_ail_flush); in xfsaild_push()
374 XFS_STATS_INC(xs_push_ail); in xfsaild_push()
388 XFS_STATS_INC(xs_push_ail_success); in xfsaild_push()
406 XFS_STATS_INC(xs_push_ail_flushing); in xfsaild_push()
414 XFS_STATS_INC(xs_push_ail_pinned); in xfsaild_push()
421 XFS_STATS_INC(xs_push_ail_locked); in xfsaild_push()
Dxfs_icache.c66 XFS_STATS_INC(vn_active); in xfs_inode_alloc()
162 XFS_STATS_INC(xs_ig_frecycle); in xfs_iget_cache_hit()
180 XFS_STATS_INC(xs_ig_frecycle); in xfs_iget_cache_hit()
262 XFS_STATS_INC(xs_ig_found); in xfs_iget_cache_hit()
345 XFS_STATS_INC(xs_ig_dup); in xfs_iget_cache_miss()
430 XFS_STATS_INC(xs_ig_missed); in xfs_iget()
966 XFS_STATS_INC(xs_ig_reclaims); in xfs_reclaim_inode()
Dxfs_buf.c204 XFS_STATS_INC(xb_create); in _xfs_buf_alloc()
360 XFS_STATS_INC(xb_page_retries); in xfs_buf_allocate_memory()
365 XFS_STATS_INC(xb_page_found); in xfs_buf_allocate_memory()
521 XFS_STATS_INC(xb_miss_locked); in _xfs_buf_find()
534 XFS_STATS_INC(xb_busy_locked); in _xfs_buf_find()
538 XFS_STATS_INC(xb_get_locked_waited); in _xfs_buf_find()
554 XFS_STATS_INC(xb_get_locked); in _xfs_buf_find()
615 XFS_STATS_INC(xb_get); in xfs_buf_get_map()
655 XFS_STATS_INC(xb_get_read); in xfs_buf_read_map()
Dxfs_stats.h224 #define XFS_STATS_INC(v) (per_cpu(xfsstats, current_cpu()).v++) macro
234 # define XFS_STATS_INC(count) macro
Dxfs_dquot.c610 XFS_STATS_INC(xs_qm_dquot); in xfs_qm_dqread()
754 XFS_STATS_INC(xs_qm_dqcachehits); in xfs_qm_dqget()
759 XFS_STATS_INC(xs_qm_dqcachemisses); in xfs_qm_dqget()
813 XFS_STATS_INC(xs_qm_dquot_dups); in xfs_qm_dqget()
853 XFS_STATS_INC(xs_qm_dquot_unused); in xfs_qm_dqput()
Dxfs_log.c271 XFS_STATS_INC(xs_sleep_logspace); in xlog_grant_head_wait()
382 XFS_STATS_INC(xs_try_logspace); in xfs_log_regrant()
451 XFS_STATS_INC(xs_try_logspace); in xfs_log_reserve()
1749 XFS_STATS_INC(xs_log_writes); in xlog_sync()
2896 XFS_STATS_INC(xs_log_noiclogs); in xlog_state_get_iclog_space()
3195 XFS_STATS_INC(xs_log_force); in _xfs_log_force()
3280 XFS_STATS_INC(xs_log_force_sleep); in _xfs_log_force()
3345 XFS_STATS_INC(xs_log_force); in _xfs_log_force_lsn()
3394 XFS_STATS_INC(xs_log_force_sleep); in _xfs_log_force_lsn()
3424 XFS_STATS_INC(xs_log_force_sleep); in _xfs_log_force_lsn()
Dxfs_trans.c950 XFS_STATS_INC(xs_trans_sync); in xfs_trans_commit()
952 XFS_STATS_INC(xs_trans_async); in xfs_trans_commit()
975 XFS_STATS_INC(xs_trans_empty); in xfs_trans_commit()
Dxfs_file.c280 XFS_STATS_INC(xs_read_calls); in xfs_file_read_iter()
369 XFS_STATS_INC(xs_read_calls); in xfs_file_splice_read()
837 XFS_STATS_INC(xs_write_calls); in xfs_file_write_iter()
Dxfs_qm.c451 XFS_STATS_INC(xs_qm_dqwants); in xfs_qm_dquot_isolate()
501 XFS_STATS_INC(xs_qm_dqreclaims); in xfs_qm_dquot_isolate()
506 XFS_STATS_INC(xs_qm_dqreclaim_misses); in xfs_qm_dquot_isolate()
511 XFS_STATS_INC(xs_qm_dqreclaim_misses); in xfs_qm_dquot_isolate()
Dxfs_super.c926 XFS_STATS_INC(vn_reclaim); in xfs_fs_destroy_inode()
987 XFS_STATS_INC(vn_rele); in xfs_fs_evict_inode()
988 XFS_STATS_INC(vn_remove); in xfs_fs_evict_inode()
Dxfs_iops.c701 XFS_STATS_INC(xs_ig_attrchg); in xfs_setattr_nonsize()
926 XFS_STATS_INC(xs_ig_attrchg); in xfs_setattr_size()
Dxfs_dir2_readdir.c664 XFS_STATS_INC(xs_dir_getdents); in xfs_readdir()
Dxfs_attr_list.c515 XFS_STATS_INC(xs_attr_list); in xfs_attr_list_int()
Dxfs_iomap.c780 XFS_STATS_INC(xs_xstrat_quick); in xfs_iomap_write_allocate()
Dxfs_inode.c3292 XFS_STATS_INC(xs_icluster_flushcnt); in xfs_iflush_cluster()
3366 XFS_STATS_INC(xs_iflush_count); in xfs_iflush()
Dxfs_ioctl.c1031 XFS_STATS_INC(xs_ig_attrchg); in xfs_ioctl_setattr_xflags()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_dir2.c274 XFS_STATS_INC(xs_dir_create); in xfs_dir_createname()
367 XFS_STATS_INC(xs_dir_lookup); in xfs_dir_lookup()
444 XFS_STATS_INC(xs_dir_remove); in xfs_dir_removename()
Dxfs_attr.c128 XFS_STATS_INC(xs_attr_get); in xfs_attr_get()
210 XFS_STATS_INC(xs_attr_set); in xfs_attr_set()
416 XFS_STATS_INC(xs_attr_remove); in xfs_attr_remove()
Dxfs_btree.h88 XFS_STATS_INC(xs_ ## type ## _2_ ## stat)
Dxfs_bmap.c1441 XFS_STATS_INC(xs_look_exlist); in xfs_bmap_search_extents()
1738 XFS_STATS_INC(xs_add_exlist); in xfs_bmap_add_extent_delay_real()
2292 XFS_STATS_INC(xs_add_exlist); in xfs_bmap_add_extent_unwritten_real()
2952 XFS_STATS_INC(xs_add_exlist); in xfs_bmap_add_extent_hole_real()
4041 XFS_STATS_INC(xs_blk_mapr); in xfs_bmapi_read()
4226 XFS_STATS_INC(xs_blk_mapw); in xfs_bmapi_delay()
4522 XFS_STATS_INC(xs_blk_mapw); in xfs_bmapi_write()
4715 XFS_STATS_INC(xs_del_exlist); in xfs_bmap_del_extent()
5067 XFS_STATS_INC(xs_blk_unmap); in xfs_bunmapi()
Dxfs_alloc.c640 XFS_STATS_INC(xs_allocx); in xfs_alloc_ag_vextent()
1779 XFS_STATS_INC(xs_freex); in xfs_free_ag_extent()