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()
517 static void do_write(int argc, char **argv, const struct cmd_desc *cmd) in do_write()
636 static void do_read(int argc, char **argv, const struct cmd_desc *cmd) in do_read()
721 static void do_randread(int argc, char **argv, const struct cmd_desc *cmd) in do_randread()
781 static void do_fiemap(int argc, char **argv, const struct cmd_desc *cmd) in do_fiemap()
835 static void do_fiemap(int UNUSED(argc), char **UNUSED(argv), in do_fiemap()
849 static void do_gc_urgent(int argc, char **argv, const struct cmd_desc *cmd) in do_gc_urgent()
886 static void do_defrag_file(int argc, char **argv, const struct cmd_desc *cmd) in do_defrag_file()
921 static void do_copy(int argc, char **argv, const struct cmd_desc *cmd) in do_copy()
997 static void do_get_cblocks(int argc, char **argv, const struct cmd_desc *cmd) in do_get_cblocks()
1022 static void do_release_cblocks(int argc, char **argv, const struct cmd_desc *cmd) in do_release_cblocks()
1047 static void do_reserve_cblocks(int argc, char **argv, const struct cmd_desc *cmd) in do_reserve_cblocks()
1075 static void do_get_coption(int argc, char **argv, const struct cmd_desc *cmd) in do_get_coption()
1104 static void do_set_coption(int argc, char **argv, const struct cmd_desc *cmd) in do_set_coption()
1132 static void do_decompress(int argc, char **argv, const struct cmd_desc *cmd) in do_decompress()
1154 static void do_compress(int argc, char **argv, const struct cmd_desc *cmd) in do_compress()
1178 static void do_get_filename_encrypt_mode (int argc, char **argv, in do_get_filename_encrypt_mode()
1244 static void do_rename(int argc, char **argv, const struct cmd_desc *cmd) in do_rename()
1304 static void do_help(int argc, char **argv, const struct cmd_desc *UNUSED(cmd)) in do_help()
1369 int main(int argc, char **argv) in main()