Searched refs:open_commands_file (Results 1 – 3 of 3) sorted by relevance
324 int cmd_fd = open_commands_file(mnt_dir); in open_file_by_id()752 int fd = open_commands_file(mount_dir); in data_producer()801 int fd = open_commands_file(mount_dir); in data_producer2()1011 cmd_fd = open_commands_file(mount_dir); in cant_touch_index_test()1217 cmd_fd = open_commands_file(mount_dir); in basic_file_ops_test()1382 cmd_fd = open_commands_file(mount_dir); in dynamic_files_and_data_test()1491 cmd_fd = open_commands_file(mount_dir); in concurrent_reads_and_writes_test()1609 cmd_fd = open_commands_file(mount_dir); in work_after_remount_test()1636 cmd_fd = open_commands_file(mount_dir); in work_after_remount_test()1706 cmd_fd = open_commands_file(mount_dir); in work_after_remount_test()[all …]
51 int open_commands_file(const char *mount_dir);
224 int open_commands_file(const char *mount_dir) in open_commands_file() function