1 /* 2 * print_flags.h -- header file for printing the fs flags 3 */ 4 5 void print_fs_flags(FILE * f, unsigned long flags); 6