HomeSort by relevance Sort by last modified time
    Searched refs:strtoblk (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/debugfs/
extent_inode.c 289 err = strtoblk(argv[0], argv[1], "logical block", &extent.e_lblk);
297 err = strtoblk(argv[0], argv[3], "physical block", &extent.e_pblk);
365 err = strtoblk(cmd, argv[1], "logical block", &extent.e_lblk);
373 err = strtoblk(cmd, argv[3], "physical block", &extent.e_pblk);
412 err = strtoblk(cmd, argv[1], "logical block", &logical);
416 err = strtoblk(cmd, argv[2], "physical block", &physical);
547 if (strtoblk(argv[0], argv[1], NULL, &blk))
util.c 340 int strtoblk(const char *cmd, const char *str, const char *errmsg, function
408 if (strtoblk(argv[0], argv[1], NULL, block))
416 err = strtoblk(argv[0], argv[2], "count", count);
icheck.c 90 if (strtoblk(argv[0], argv[i], NULL, &bw.barray[i-1].blk))
debugfs.c 267 err = strtoblk(argv[0], optarg,
378 err = strtoblk(argv[0], argv[2], "blocks count", &blocks);
    [all...]
debugfs.h 46 extern int strtoblk(const char *cmd, const char *str, const char *errmsg,

Completed in 552 milliseconds