Searched refs:nr_orphans (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() 358 (*nr_orphans)++; 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() 493 if (nr_orphans) in ext4_orphan_cleanup() 495 PLURAL(nr_orphans)); 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 3106 nr_orphans++; in ext4_orphan_cleanup() 3113 if (nr_orphans) in ext4_orphan_cleanup() 3115 PLURAL(nr_orphans)); in ext4_orphan_cleanup()
|
Completed in 9 milliseconds