Home
last modified time | relevance | path

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

/coreutils/src/
Ddf.c650 selected_fstype (char const *fstype) in selected_fstype() argument
654 if (fs_select_list == nullptr || fstype == nullptr) in selected_fstype()
657 if (STREQ (fstype, fsp->fs_name)) in selected_fstype()
666 excluded_fstype (char const *fstype) in excluded_fstype() argument
670 if (fs_exclude_list == nullptr || fstype == nullptr) in excluded_fstype()
673 if (STREQ (fstype, fsp->fs_name)) in excluded_fstype()
1014 char const *stat_file, char const *fstype, in get_dev() argument
1025 if (!selected_fstype (fstype) || excluded_fstype (fstype)) in get_dev()
1053 fstype = "-"; in get_dev()
1078 fstype = "-"; in get_dev()
[all …]
/coreutils/tests/df/
Ddf-output.sh73 df -h --o=source,fstype,itotal,iused,iavail,ipcent \
/coreutils/doc/
Dcoreutils.texi12281 @item fstype
12379 @item -t @var{fstype}
12380 @itemx --type=@var{fstype}
12384 Limit the listing to file systems of type @var{fstype}. Multiple
12437 @item -x @var{fstype}
12438 @itemx --exclude-type=@var{fstype}
12441 Limit the listing to file systems not of type @var{fstype}.