Lines Matching defs:argv
163 static void do_fsync(int argc, char **argv, const struct cmd_desc *cmd) in do_fsync()
187 static void do_set_verity(int argc, char **argv, const struct cmd_desc *cmd) in do_set_verity()
223 static void do_getflags(int argc, char **argv, const struct cmd_desc *cmd) in do_getflags()
301 static void do_setflags(int argc, char **argv, const struct cmd_desc *cmd) in do_setflags()
344 static void do_shutdown(int argc, char **argv, const struct cmd_desc *cmd) in do_shutdown()
376 static void do_pinfile(int argc, char **argv, const struct cmd_desc *cmd) in do_pinfile()
420 static void do_fallocate(int argc, char **argv, const struct cmd_desc *cmd) in do_fallocate()
457 static void do_erase(int argc, char **argv, const struct cmd_desc *cmd) in do_erase()
520 static void do_write(int argc, char **argv, const struct cmd_desc *cmd) in do_write()
652 static void do_read(int argc, char **argv, const struct cmd_desc *cmd) in do_read()
737 static void do_randread(int argc, char **argv, const struct cmd_desc *cmd) in do_randread()
797 static void do_fiemap(int argc, char **argv, const struct cmd_desc *cmd) in do_fiemap()
851 static void do_fiemap(int UNUSED(argc), char **UNUSED(argv), in do_fiemap()
865 static void do_gc_urgent(int argc, char **argv, const struct cmd_desc *cmd) in do_gc_urgent()
902 static void do_defrag_file(int argc, char **argv, const struct cmd_desc *cmd) in do_defrag_file()
937 static void do_copy(int argc, char **argv, const struct cmd_desc *cmd) in do_copy()
1013 static void do_get_cblocks(int argc, char **argv, const struct cmd_desc *cmd) in do_get_cblocks()
1038 static void do_release_cblocks(int argc, char **argv, const struct cmd_desc *cmd) in do_release_cblocks()
1063 static void do_reserve_cblocks(int argc, char **argv, const struct cmd_desc *cmd) in do_reserve_cblocks()
1091 static void do_get_coption(int argc, char **argv, const struct cmd_desc *cmd) in do_get_coption()
1120 static void do_set_coption(int argc, char **argv, const struct cmd_desc *cmd) in do_set_coption()
1148 static void do_decompress(int argc, char **argv, const struct cmd_desc *cmd) in do_decompress()
1170 static void do_compress(int argc, char **argv, const struct cmd_desc *cmd) in do_compress()
1194 static void do_get_filename_encrypt_mode (int argc, char **argv, in do_get_filename_encrypt_mode()
1261 static void do_rename(int argc, char **argv, const struct cmd_desc *cmd) in do_rename()
1290 static void do_gc(int argc, char **argv, const struct cmd_desc *cmd) in do_gc()
1349 static void do_help(int argc, char **argv, const struct cmd_desc *UNUSED(cmd)) in do_help()
1414 int main(int argc, char **argv) in main()