Home
last modified time | relevance | path

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

/linux-2.6.39/fs/configfs/
Ddir.c957 #define type_print(_type) if (sd->s_type & _type) printk(KERN_INFO "%*s %s\n", level, " ", #_type); in configfs_dump_one() macro
958 type_print(CONFIGFS_ROOT); in configfs_dump_one()
959 type_print(CONFIGFS_DIR); in configfs_dump_one()
960 type_print(CONFIGFS_ITEM_ATTR); in configfs_dump_one()
961 type_print(CONFIGFS_ITEM_LINK); in configfs_dump_one()
962 type_print(CONFIGFS_USET_DIR); in configfs_dump_one()
963 type_print(CONFIGFS_USET_DEFAULT); in configfs_dump_one()
964 type_print(CONFIGFS_USET_DROPPING); in configfs_dump_one()
965 #undef type_print in configfs_dump_one()