Searched refs:nr_freed (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/fs/jbd2/ |
D | checkpoint.c | 467 unsigned long nr_freed = 0; in journal_shrink_one_cp_list() local 482 nr_freed++; in journal_shrink_one_cp_list() 493 return nr_freed; in journal_shrink_one_cp_list() 512 unsigned long nr_freed = 0; in jbd2_journal_shrink_checkpoint_list() local 544 nr_freed += journal_shrink_one_cp_list(transaction->t_checkpoint_list, in jbd2_journal_shrink_checkpoint_list() 553 nr_freed += journal_shrink_one_cp_list(transaction->t_checkpoint_io_list, in jbd2_journal_shrink_checkpoint_list() 577 nr_freed, nr_scanned, next_tid); in jbd2_journal_shrink_checkpoint_list() 579 return nr_freed; in jbd2_journal_shrink_checkpoint_list()
|
/linux-6.1.9/include/trace/events/ |
D | jbd2.h | 465 unsigned long nr_freed, unsigned long nr_scanned, 468 TP_ARGS(journal, first_tid, tid, last_tid, nr_freed, 476 __field(unsigned long, nr_freed) 486 __entry->nr_freed = nr_freed; 495 __entry->nr_freed, __entry->nr_scanned, __entry->next_tid)
|
/linux-6.1.9/fs/ntfs/ |
D | inode.c | 2357 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()
|
/linux-6.1.9/fs/fuse/ |
D | dax.c | 1140 int ret, nr_freed = 0; in try_to_free_dmap_chunks() local 1146 if (nr_freed >= nr_to_free) in try_to_free_dmap_chunks() 1189 nr_freed++; in try_to_free_dmap_chunks()
|
/linux-6.1.9/mm/ |
D | slab.c | 2185 int nr_freed; in drain_freelist() local 2188 nr_freed = 0; in drain_freelist() 2189 while (nr_freed < tofree && !list_empty(&n->slabs_free)) { in drain_freelist() 2209 nr_freed++; in drain_freelist() 2212 return nr_freed; in drain_freelist()
|