Searched refs:dfo (Results 1 – 1 of 1) sorted by relevance
1879 static struct df_output dfo; in select_output() local1886 dfo.dfo_func = k_output; in select_output()1887 dfo.dfo_flags = DFO_HEADER + DFO_STATVFS; in select_output()1889 dfo.dfo_func = V_output; in select_output()1890 dfo.dfo_flags = DFO_NOFLAGS; in select_output()1892 dfo.dfo_func = g_output; in select_output()1893 dfo.dfo_flags = DFO_STATVFS; in select_output()1895 dfo.dfo_func = k_output; in select_output()1896 dfo.dfo_flags = DFO_HEADER + DFO_STATVFS; in select_output()1898 dfo.dfo_func = t_output; in select_output()[all …]