Searched refs:bb_path_mtab_file (Results 1 – 7 of 7) sorted by relevance
/busybox-1.35.0/libbb/ |
D | mtab.c | 20 mountTable = setmntent(bb_path_mtab_file, "r"); in erase_mtab() 24 bb_simple_perror_msg(bb_path_mtab_file); in erase_mtab() 43 mountTable = setmntent(bb_path_mtab_file, "w"); in erase_mtab() 52 bb_simple_perror_msg(bb_path_mtab_file); in erase_mtab()
|
D | find_mount_point.c | 38 mtab_fp = setmntent(bb_path_mtab_file, "r"); in find_mount_point()
|
/busybox-1.35.0/util-linux/ |
D | umount.c | 126 fp = setmntent(bb_path_mtab_file, "r"); in umount_main() 129 bb_error_msg_and_die("can't open '%s'", bb_path_mtab_file); in umount_main()
|
D | mount.c | 495 mountTable = setmntent(bb_path_mtab_file, "r"); in update_mtab_entry_on_move() 497 bb_simple_perror_msg(bb_path_mtab_file); in update_mtab_entry_on_move() 515 mountTable = setmntent(bb_path_mtab_file, "w"); in update_mtab_entry_on_move() 525 bb_simple_perror_msg(bb_path_mtab_file); in update_mtab_entry_on_move() 773 FILE *mountTable = setmntent(bb_path_mtab_file, "a+"); in mount_it_now() 778 bb_simple_perror_msg(bb_path_mtab_file); in mount_it_now() 2320 FILE *mountTable = setmntent(bb_path_mtab_file, "r"); in mount_main() 2323 bb_error_msg_and_die("no %s", bb_path_mtab_file); in mount_main() 2386 fstabname = bb_path_mtab_file; in mount_main() 2464 bb_path_mtab_file, in mount_main()
|
D | fsck_minix.c | 414 int fd = open(bb_path_mtab_file, O_RDWR); in check_mount()
|
/busybox-1.35.0/coreutils/ |
D | df.c | 205 mount_table = setmntent(bb_path_mtab_file, "r"); in df_main() 207 bb_simple_perror_msg_and_die(bb_path_mtab_file); in df_main()
|
/busybox-1.35.0/include/ |
D | libbb.h | 2251 #define bb_path_mtab_file IF_FEATURE_MTAB_SUPPORT("/etc/mtab")IF_NOT_FEATURE_MTAB_SUPPORT("/proc/mo… macro
|