Searched refs:fstypes_only (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c863 boolean_t fstypes_only = B_FALSE; /* Display fstypes only */ local
892 fstypes_only = B_TRUE;
963 if ((nentities == 0) && (fstypes_only == B_FALSE)) {
969 if ((nentities > 0) && (fstypes_only == B_TRUE)) {
980 if ((nentities == 0) && (fstypes_only == B_TRUE)) {
1036 if (fstypes_only == B_FALSE) {

Completed in 57 milliseconds