Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c210 static bool_int F_option; variable
579 if (F_option) in parse_options()
582 F_option = 1; in parse_options()
880 if (F_option && ! EQ(FSType, fstype)) in run_fs_specific_df()
1011 if (F_option && ! EQ(dfrp->dfr_fstype, FSType)) { in prune_list()
1711 if (F_option && ! EQ(FSType, vtab.vfs_fstype)) in find_fstype()
1717 return (F_option ? FSType : default_fstype(special)); in find_fstype()
1982 if (F_option && ! EQ(fstype, FSType)) { in do_df()