Home
last modified time | relevance | path

Searched refs:dirty_clusters (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ext4/
H A Dinode.c3102 s64 free_clusters, dirty_clusters; in ext4_nonda_switch() local
3115 dirty_clusters = in ext4_nonda_switch()
3120 if (dirty_clusters && (free_clusters < 2 * dirty_clusters)) in ext4_nonda_switch()
3123 if (2 * free_clusters < 3 * dirty_clusters || in ext4_nonda_switch()
3124 free_clusters < (dirty_clusters + EXT4_FREECLUSTERS_WATERMARK)) { in ext4_nonda_switch()
/linux/fs/ntfs/
H A Dfile.c830 atomic64_read(&vol->dirty_clusters))) { in ntfs_allocate_range()