Home
last modified time | relevance | path

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

/openbmc/linux/fs/jbd2/
H A Dcheckpoint.c364 unsigned long nr_freed = 0; in journal_shrink_one_cp_list() local
387 nr_freed++; in journal_shrink_one_cp_list()
397 return nr_freed; in journal_shrink_one_cp_list()
416 unsigned long nr_freed = 0; in jbd2_journal_shrink_checkpoint_list() local
452 nr_freed += freed; in jbd2_journal_shrink_checkpoint_list()
475 nr_freed, next_tid); in jbd2_journal_shrink_checkpoint_list()
477 return nr_freed; in jbd2_journal_shrink_checkpoint_list()
/openbmc/linux/include/trace/events/
H A Djbd2.h465 unsigned long nr_freed, tid_t next_tid),
467 TP_ARGS(journal, first_tid, tid, last_tid, nr_freed, next_tid),
474 __field(unsigned long, nr_freed)
483 __entry->nr_freed = nr_freed;
491 __entry->nr_freed, __entry->next_tid)
/openbmc/linux/fs/ntfs/
H A 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()
/openbmc/linux/fs/fuse/
H A Ddax.c1138 int ret, nr_freed = 0; in try_to_free_dmap_chunks() local
1144 if (nr_freed >= nr_to_free) in try_to_free_dmap_chunks()
1187 nr_freed++; in try_to_free_dmap_chunks()
/openbmc/linux/mm/
H A Dslab.c2174 int nr_freed; in drain_freelist() local
2177 nr_freed = 0; in drain_freelist()
2178 while (nr_freed < tofree && !list_empty(&n->slabs_free)) { in drain_freelist()
2198 nr_freed++; in drain_freelist()
2203 return nr_freed; in drain_freelist()