Lines Matching defs:argv
159 static void do_fsync(int argc, char **argv, const struct cmd_desc *cmd) in do_fsync()
183 static void do_set_verity(int argc, char **argv, const struct cmd_desc *cmd) in do_set_verity()
219 static void do_getflags(int argc, char **argv, const struct cmd_desc *cmd) in do_getflags()
297 static void do_setflags(int argc, char **argv, const struct cmd_desc *cmd) in do_setflags()
340 static void do_shutdown(int argc, char **argv, const struct cmd_desc *cmd) in do_shutdown()
372 static void do_pinfile(int argc, char **argv, const struct cmd_desc *cmd) in do_pinfile()
416 static void do_fallocate(int argc, char **argv, const struct cmd_desc *cmd) in do_fallocate()
453 static void do_erase(int argc, char **argv, const struct cmd_desc *cmd) in do_erase()
510 static void do_write(int argc, char **argv, const struct cmd_desc *cmd) in do_write()
587 static void do_read(int argc, char **argv, const struct cmd_desc *cmd) in do_read()
672 static void do_randread(int argc, char **argv, const struct cmd_desc *cmd) in do_randread()
732 static void do_fiemap(int argc, char **argv, const struct cmd_desc *cmd) in do_fiemap()
771 static void do_fiemap(int UNUSED(argc), char **UNUSED(argv), in do_fiemap()
785 static void do_gc_urgent(int argc, char **argv, const struct cmd_desc *cmd) in do_gc_urgent()
822 static void do_defrag_file(int argc, char **argv, const struct cmd_desc *cmd) in do_defrag_file()
857 static void do_copy(int argc, char **argv, const struct cmd_desc *cmd) in do_copy()
933 static void do_get_cblocks(int argc, char **argv, const struct cmd_desc *cmd) in do_get_cblocks()
958 static void do_release_cblocks(int argc, char **argv, const struct cmd_desc *cmd) in do_release_cblocks()
983 static void do_reserve_cblocks(int argc, char **argv, const struct cmd_desc *cmd) in do_reserve_cblocks()
1011 static void do_get_coption(int argc, char **argv, const struct cmd_desc *cmd) in do_get_coption()
1040 static void do_set_coption(int argc, char **argv, const struct cmd_desc *cmd) in do_set_coption()
1068 static void do_decompress(int argc, char **argv, const struct cmd_desc *cmd) in do_decompress()
1090 static void do_compress(int argc, char **argv, const struct cmd_desc *cmd) in do_compress()
1114 static void do_get_filename_encrypt_mode (int argc, char **argv, in do_get_filename_encrypt_mode()
1204 static void do_help(int argc, char **argv, const struct cmd_desc *UNUSED(cmd)) in do_help()
1269 int main(int argc, char **argv) in main()