Searched refs:do_stat (Results 1 – 11 of 11) sorted by relevance
/external/e2fsprogs/debugfs/ |
D | ro_debug_cmds.c | 67 extern void do_stat __SS_PROTO; 216 do_stat,
|
D | debug_cmds.c | 84 extern void do_stat __SS_PROTO; 474 do_stat,
|
D | ro_debug_cmds.ct | 39 request do_stat, "Show inode information ",
|
D | debug_cmds.ct | 46 request do_stat, "Show inode information ",
|
D | debugfs.h | 143 extern void do_stat(int argc, char **argv, int sci_idx, void *infop);
|
D | debugfs.c | 976 void do_stat(int argc, char *argv[], int sci_idx EXT2FS_ATTR((unused)), in do_stat() function
|
/external/openssh/ |
D | sftp-client.h | 83 Attrib *do_stat(struct sftp_conn *, const char *, int);
|
D | sftp-glob.c | 128 if (!(a = do_stat(cur.conn, (char *)path, 1))) in fudge_stat()
|
D | sftp-client.c | 733 do_stat(struct sftp_conn *conn, const char *path, int quiet) in do_stat() function 756 return(do_stat(conn, path, quiet)); in do_lstat() 1178 if (a == NULL && (a = do_stat(conn, remote_path, 0)) == NULL) in do_download() 1463 (dirattrib = do_stat(conn, src, 1)) == NULL) { in download_dir_internal() 1611 if ((c = do_stat(conn, remote_path, 0)) == NULL) { in do_upload() 1821 if ((dirattrib = do_stat(conn, dst, 0)) == NULL) in upload_dir_internal()
|
D | sftp.c | 584 if ((a = do_stat(conn, path, 1)) == NULL) in remote_is_dir() 1507 if ((aa = do_stat(conn, tmp, 0)) == NULL) { in parse_dispatch_command() 1596 if (!(aa = do_stat(conn, g.gl_pathv[i], 0))) { in parse_dispatch_command()
|
/external/ltp/testcases/kernel/syscalls/symlink/ |
D | symlink01.c | 234 void do_stat(struct all_test_cases *tc_ptr); 990 do_stat(tc_ptr); in do_syscalltests() 992 do_stat(tc_ptr); in do_syscalltests() 1418 void do_stat(struct all_test_cases *tc_ptr) in do_stat() function
|