Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext3/
Dsuper.c1603 #define PLURAL(x) (x), ((x)==1) ? "" : "s" in ext3_orphan_cleanup() macro
1607 PLURAL(nr_orphans)); in ext3_orphan_cleanup()
1610 PLURAL(nr_truncates)); in ext3_orphan_cleanup()
/linux-4.1.27/fs/ext4/
Dsuper.c2264 #define PLURAL(x) (x), ((x) == 1) ? "" : "s" in ext4_orphan_cleanup() macro
2268 PLURAL(nr_orphans)); in ext4_orphan_cleanup()
2271 PLURAL(nr_truncates)); in ext4_orphan_cleanup()