• Home
  • Raw
  • Download

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()
513 static void do_write(int argc, char **argv, const struct cmd_desc *cmd) in do_write()
624 static void do_read(int argc, char **argv, const struct cmd_desc *cmd) in do_read()
709 static void do_randread(int argc, char **argv, const struct cmd_desc *cmd) in do_randread()
769 static void do_fiemap(int argc, char **argv, const struct cmd_desc *cmd) in do_fiemap()
823 static void do_fiemap(int UNUSED(argc), char **UNUSED(argv), in do_fiemap()
837 static void do_gc_urgent(int argc, char **argv, const struct cmd_desc *cmd) in do_gc_urgent()
874 static void do_defrag_file(int argc, char **argv, const struct cmd_desc *cmd) in do_defrag_file()
909 static void do_copy(int argc, char **argv, const struct cmd_desc *cmd) in do_copy()
985 static void do_get_cblocks(int argc, char **argv, const struct cmd_desc *cmd) in do_get_cblocks()
1010 static void do_release_cblocks(int argc, char **argv, const struct cmd_desc *cmd) in do_release_cblocks()
1035 static void do_reserve_cblocks(int argc, char **argv, const struct cmd_desc *cmd) in do_reserve_cblocks()
1063 static void do_get_coption(int argc, char **argv, const struct cmd_desc *cmd) in do_get_coption()
1092 static void do_set_coption(int argc, char **argv, const struct cmd_desc *cmd) in do_set_coption()
1120 static void do_decompress(int argc, char **argv, const struct cmd_desc *cmd) in do_decompress()
1142 static void do_compress(int argc, char **argv, const struct cmd_desc *cmd) in do_compress()
1166 static void do_get_filename_encrypt_mode (int argc, char **argv, in do_get_filename_encrypt_mode()
1232 static void do_rename(int argc, char **argv, const struct cmd_desc *cmd) in do_rename()
1292 static void do_help(int argc, char **argv, const struct cmd_desc *UNUSED(cmd)) in do_help()
1357 int main(int argc, char **argv) in main()