Searched refs:nr_truncates (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | orphan.c | 324 int *nr_truncates, int *nr_orphans) in ext4_process_orphan() 350 (*nr_truncates)++; in ext4_process_orphan() 383 int nr_orphans = 0, nr_truncates = 0; in ext4_orphan_cleanup() local 474 ext4_process_orphan(inode, &nr_truncates, &nr_orphans); in ext4_orphan_cleanup() 487 ext4_process_orphan(inode, &nr_truncates, &nr_orphans); in ext4_orphan_cleanup() 496 if (nr_truncates) in ext4_orphan_cleanup() 498 PLURAL(nr_truncates)); in ext4_orphan_cleanup() 323 ext4_process_orphan(struct inode *inode, int *nr_truncates, int *nr_orphans) ext4_process_orphan() argument
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | super.c | 2989 int ret, nr_orphans = 0, nr_truncates = 0; in ext4_orphan_cleanup() local 3098 nr_truncates++; in ext4_orphan_cleanup() 3116 if (nr_truncates) in ext4_orphan_cleanup() 3118 PLURAL(nr_truncates)); in ext4_orphan_cleanup()
|
Completed in 9 milliseconds