Lines Matching refs:dfo
1879 static struct df_output dfo; in select_output() local
1886 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()
1899 dfo.dfo_flags = DFO_STATVFS; in select_output()
1901 dfo.dfo_func = eb_output; in select_output()
1902 dfo.dfo_flags = DFO_STATVFS; in select_output()
1904 dfo.dfo_func = b_output; in select_output()
1905 dfo.dfo_flags = DFO_HEADER + DFO_STATVFS; in select_output()
1907 dfo.dfo_func = e_output; in select_output()
1908 dfo.dfo_flags = DFO_HEADER + DFO_STATVFS; in select_output()
1910 dfo.dfo_func = n_output; in select_output()
1911 dfo.dfo_flags = DFO_NOFLAGS; in select_output()
1913 dfo.dfo_func = default_output; in select_output()
1914 dfo.dfo_flags = DFO_STATVFS; in select_output()
1916 return (&dfo); in select_output()