Home
last modified time | relevance | path

Searched refs:DFO_STATVFS (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/
H A Ddf.c184 #define DFO_STATVFS 0x2 /* must do a statvfs64(2) */ macro
1948 dfo.dfo_flags = DFO_HEADER + DFO_STATVFS; in select_output()
1954 dfo.dfo_flags = DFO_STATVFS; in select_output()
1957 dfo.dfo_flags = DFO_HEADER + DFO_STATVFS; in select_output()
1960 dfo.dfo_flags = DFO_STATVFS; in select_output()
1963 dfo.dfo_flags = DFO_STATVFS; in select_output()
1966 dfo.dfo_flags = DFO_HEADER + DFO_STATVFS; in select_output()
1969 dfo.dfo_flags = DFO_HEADER + DFO_STATVFS; in select_output()
1975 dfo.dfo_flags = DFO_STATVFS; in select_output()
2078 if ((dfop->dfo_flags & DFO_STATVFS) && in do_df()