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

/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c161 char *dfr_fstype; member in struct:df_request
779 if (dfrp->dfr_fstype && EQ(dfrp->dfr_fstype, MNTTYPE_LOFS)) {
873 fstype = request_list[0].dfr_fstype;
1007 if (F_option && ! EQ(dfrp->dfr_fstype, FSType)) {
1012 dfrp->dfr_cmd_arg, dfrp->dfr_fstype);
1021 if (l_option && is_remote_fs(dfrp->dfr_fstype)) {
1670 FSTYPE_WIDTH, dfrp->dfr_fstype);
1706 program_name, dfrp->dfr_fstype, temp_buf,
1717 int v = strcmp(DFRP(p1)->dfr_fstype, DFR
[all...]

Completed in 48 milliseconds