Home
last modified time | relevance | path

Searched refs:nr_freed (Results 1 – 3 of 3) sorted by relevance

/fs/jbd2/
Dcheckpoint.c370 unsigned long nr_freed = 0; in journal_shrink_one_cp_list() local
393 nr_freed++; in journal_shrink_one_cp_list()
403 return nr_freed; in journal_shrink_one_cp_list()
422 unsigned long nr_freed = 0; in jbd2_journal_shrink_checkpoint_list() local
455 nr_freed += freed; in jbd2_journal_shrink_checkpoint_list()
478 nr_freed, next_tid); in jbd2_journal_shrink_checkpoint_list()
480 return nr_freed; in jbd2_journal_shrink_checkpoint_list()
/fs/ntfs/
Dinode.c2357 s64 new_size, old_size, nr_freed, new_alloc_size, old_alloc_size; in ntfs_truncate() local
2695 nr_freed = ntfs_cluster_free(ni, new_alloc_size >> in ntfs_truncate()
2699 if (unlikely(nr_freed < 0)) { in ntfs_truncate()
2702 "the lost cluster(s).", (long long)nr_freed); in ntfs_truncate()
2704 nr_freed = 0; in ntfs_truncate()
2765 if (nr_freed) { in ntfs_truncate()
2766 ni->itype.compressed.size -= nr_freed << in ntfs_truncate()
/fs/fuse/
Ddax.c1143 int ret, nr_freed = 0; in try_to_free_dmap_chunks() local
1149 if (nr_freed >= nr_to_free) in try_to_free_dmap_chunks()
1192 nr_freed++; in try_to_free_dmap_chunks()