Home
last modified time | relevance | path

Searched refs:dfs_file_stat (Results 1 – 8 of 8) sorted by relevance

/components/dfs/dfs_v1/src/
A Ddfs_file.c607 int dfs_file_stat(const char *path, struct stat *buf) in dfs_file_stat() function
828 if (dfs_file_stat(fullpath, &stat) == 0) in ls()
997 if (dfs_file_stat(src_entry_full, &stat) != 0) in copydir()
1047 if (dfs_file_stat(src, &stat) < 0) in copy()
1057 if (dfs_file_stat(dst, &stat) < 0) in copy()
A Ddfs_posix.c402 result = dfs_file_stat(file, buf); in stat()
/components/dfs/dfs_v1/include/
A Ddfs_file.h96 int dfs_file_stat(const char *path, struct stat *buf);
/components/dfs/dfs_v2/include/
A Ddfs_file.h161 int dfs_file_stat(const char *path, struct stat *buf);
/components/dfs/dfs_v2/src/
A Ddfs_posix.c244 if (dfs_file_stat(fullpath, &buffer) != 0) in utimensat()
536 result = dfs_file_stat(file, buf); in stat()
A Ddfs_fs.c173 if (dfs_file_stat(fullpath, &buf) == 0 && S_ISBLK(buf.st_mode)) in dfs_remount()
A Ddfs_file.c1249 int dfs_file_stat(const char *path, struct stat *buf) in dfs_file_stat() function
2965 if (dfs_file_stat(dst, &stat) < 0) in copy()
/components/lwp/
A Dlwp_syscall.c9839 if (ksource && !dfs_file_stat(ksource, &buf) && S_ISBLK(buf.st_mode)) in sys_mount()

Completed in 30 milliseconds