Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ext3/
Dsuper.c1532 #define PLURAL(x) (x), ((x)==1) ? "" : "s" in ext3_orphan_cleanup() macro
1536 PLURAL(nr_orphans)); in ext3_orphan_cleanup()
1539 PLURAL(nr_truncates)); in ext3_orphan_cleanup()
/linux-2.6.39/fs/ext4/
Dsuper.c2203 #define PLURAL(x) (x), ((x) == 1) ? "" : "s" in ext4_orphan_cleanup() macro
2207 PLURAL(nr_orphans)); in ext4_orphan_cleanup()
2210 PLURAL(nr_truncates)); in ext4_orphan_cleanup()