Searched refs:dfo (Results 1 – 1 of 1) sorted by relevance
1888 static struct df_output dfo; in select_output() local1895 dfo.dfo_func = k_output; in select_output()1896 dfo.dfo_flags = DFO_HEADER + DFO_STATVFS; in select_output()1898 dfo.dfo_func = V_output; in select_output()1899 dfo.dfo_flags = DFO_NOFLAGS; in select_output()1901 dfo.dfo_func = g_output; in select_output()1902 dfo.dfo_flags = DFO_STATVFS; in select_output()1904 dfo.dfo_func = k_output; in select_output()1905 dfo.dfo_flags = DFO_HEADER + DFO_STATVFS; in select_output()1907 dfo.dfo_func = t_output; in select_output()[all …]