Home
last modified time | relevance | path

Searched refs:xfs_icsb_sync_counters (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/
Dxfs_mount.h217 extern void xfs_icsb_sync_counters(struct xfs_mount *, int);
224 #define xfs_icsb_sync_counters(mp, flags) do { } while (0) macro
Dxfs_fsops.c473 xfs_icsb_sync_counters(mp, XFS_ICSB_LAZY_COUNT); in xfs_fs_counts()
Dxfs_mount.c1341 xfs_icsb_sync_counters(mp, 0); in xfs_log_sbcount()
2201 xfs_icsb_sync_counters( in xfs_icsb_sync_counters() function
/fs/xfs/linux-2.6/
Dxfs_super.c1163 xfs_icsb_sync_counters(mp, XFS_ICSB_LAZY_COUNT); in xfs_fs_statfs()