Searched refs:type_print (Results 1 – 1 of 1) sorted by relevance
978 #define type_print(_type) if (sd->s_type & _type) pr_info("%*s %s\n", level, " ", #_type) in configfs_dump_one() macro979 type_print(CONFIGFS_ROOT); in configfs_dump_one()980 type_print(CONFIGFS_DIR); in configfs_dump_one()981 type_print(CONFIGFS_ITEM_ATTR); in configfs_dump_one()982 type_print(CONFIGFS_ITEM_LINK); in configfs_dump_one()983 type_print(CONFIGFS_USET_DIR); in configfs_dump_one()984 type_print(CONFIGFS_USET_DEFAULT); in configfs_dump_one()985 type_print(CONFIGFS_USET_DROPPING); in configfs_dump_one()986 #undef type_print in configfs_dump_one()