Searched refs:stat_file (Results 1 – 1 of 1) sorted by relevance
378 struct fs_dirent stat_file; in stat() local391 rc = fs_stat(path, &stat_file); in stat()399 switch (stat_file.type) { in stat()410 buf->st_size = stat_file.size; in stat()416 buf->st_blocks = (stat_file.size + stat_vfs.f_bsize - 1) / stat_vfs.f_bsize; in stat()