Searched refs:nr_freed (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/fs/jbd2/ |
D | checkpoint.c | 358 unsigned long nr_freed = 0; in journal_shrink_one_cp_list() local 381 nr_freed++; in journal_shrink_one_cp_list() 391 return nr_freed; in journal_shrink_one_cp_list() 410 unsigned long nr_freed = 0; in jbd2_journal_shrink_checkpoint_list() local 443 nr_freed += freed; in jbd2_journal_shrink_checkpoint_list() 466 nr_freed, next_tid); in jbd2_journal_shrink_checkpoint_list() 468 return nr_freed; in jbd2_journal_shrink_checkpoint_list()
|
/Linux-v6.6/include/trace/events/ |
D | jbd2.h | 465 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)
|
/Linux-v6.6/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-v6.6/fs/fuse/ |
D | dax.c | 1138 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()
|
/Linux-v6.6/mm/ |
D | slab.c | 2174 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()
|