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

/linux-4.4.14/fs/configfs/
H A Ddir.c937 #define type_print(_type) if (sd->s_type & _type) pr_info("%*s %s\n", level, " ", #_type); configfs_dump_one() macro
938 type_print(CONFIGFS_ROOT); configfs_dump_one()
939 type_print(CONFIGFS_DIR); configfs_dump_one()
940 type_print(CONFIGFS_ITEM_ATTR); configfs_dump_one()
941 type_print(CONFIGFS_ITEM_LINK); configfs_dump_one()
942 type_print(CONFIGFS_USET_DIR); configfs_dump_one()
943 type_print(CONFIGFS_USET_DEFAULT); configfs_dump_one()
944 type_print(CONFIGFS_USET_DROPPING); configfs_dump_one()
945 #undef type_print configfs_dump_one() macro

Completed in 61 milliseconds