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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Ddf.c42 FILE *mount_table; local
66 mount_table = NULL;
69 mount_table = setmntent(bb_path_mtab_file, "r");
70 if (!mount_table) {
79 if (mount_table) {
80 mount_entry = getmntent(mount_table);
82 endmntent(mount_table);
107 if ((s.f_blocks > 0) || !mount_table){

Completed in 36 milliseconds