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

  /external/fio/
helper_thread.c 9 volatile int do_stat; member in struct:helper_data
45 helper_data->do_stat = 1;
119 if (hd->do_stat) {
120 hd->do_stat = 0;
  /external/e2fsprogs/debugfs/
ro_debug_cmds.c 67 extern void do_stat __SS_PROTO;
216 do_stat,
ro_debug_cmds.ct 39 request do_stat, "Show inode information ",
debug_cmds.c 84 extern void do_stat __SS_PROTO;
474 do_stat,
debug_cmds.ct 46 request do_stat, "Show inode information ",
debugfs.h 142 extern void do_stat(int argc, char **argv);
debugfs.c 964 void do_stat(int argc, char *argv[]) function
975 fprintf(stderr, "do_stat: can't allocate buffer\n");
    [all...]
  /external/openssh/
sftp-client.h 83 Attrib *do_stat(struct sftp_conn *, const char *, int);
sftp-glob.c 128 if (!(a = do_stat(cur.conn, (char *)path, 1)))
sftp-client.c 733 do_stat(struct sftp_conn *conn, const char *path, int quiet) function
756 return(do_stat(conn, path, quiet));
1178 if (a == NULL && (a = do_stat(conn, remote_path, 0)) == NULL)
    [all...]
sftp.c 584 if ((a = do_stat(conn, path, 1)) == NULL)
    [all...]
  /external/ltp/testcases/kernel/syscalls/symlink/
symlink01.c 234 void do_stat(struct all_test_cases *tc_ptr);
990 do_stat(tc_ptr);
992 do_stat(tc_ptr);
1418 void do_stat(struct all_test_cases *tc_ptr) function
    [all...]

Completed in 407 milliseconds