Searched defs:DFO_STATVFS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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;
1954 dfo.dfo_flags = DFO_STATVFS;
1957 dfo.dfo_flags = DFO_HEADER + DFO_STATVFS;
1960 dfo.dfo_flags = DFO_STATVFS;
1963 dfo.dfo_flags = DFO_STATVFS;
1966 dfo.dfo_flags = DFO_HEADER + DFO_STATVFS;
1969 dfo.dfo_flags = DFO_HEADER + DFO_STATVFS;
1975 dfo.dfo_flags = DFO_STATVFS;
2078 if ((dfop->dfo_flags & DFO_STATVFS)
[all...]

Completed in 51 milliseconds