Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dorphan.c323 int *nr_truncates, int *nr_orphans) in ext4_process_orphan() argument
349 (*nr_truncates)++; in ext4_process_orphan()
382 int nr_orphans = 0, nr_truncates = 0; in ext4_orphan_cleanup() local
473 ext4_process_orphan(inode, &nr_truncates, &nr_orphans); in ext4_orphan_cleanup()
486 ext4_process_orphan(inode, &nr_truncates, &nr_orphans); in ext4_orphan_cleanup()
493 if (nr_truncates) in ext4_orphan_cleanup()
495 nr_truncates, str_plural(nr_truncates)); in ext4_orphan_cleanup()