Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Ddf.c118 FILE *mount_table; in df_main() local
202 mount_table = NULL; in df_main()
205 mount_table = setmntent(bb_path_mtab_file, "r"); in df_main()
206 if (!mount_table) in df_main()
215 if (mount_table) { in df_main()
216 mount_entry = getmntent(mount_table); in df_main()
218 endmntent(mount_table); in df_main()
258 if ((s.f_blocks > 0) || !mount_table || (opt & OPT_ALL)) { in df_main()