Searched refs:check_stat (Results 1 – 3 of 3) sorted by relevance
53 struct stat check_stat; in DBA_OPEN_FUNC() local54 int s = VCWD_STAT(info->path, &check_stat); in DBA_OPEN_FUNC()56 if (!s && !check_stat.st_size) { in DBA_OPEN_FUNC()
80 struct stat check_stat; local81 int s = VCWD_STAT(info->path, &check_stat);84 if (!s && !check_stat.st_size) {98 if (!s && !check_stat.st_size) {
62 struct stat check_stat; in DBA_OPEN_FUNC() local63 int s = VCWD_STAT(info->path, &check_stat); in DBA_OPEN_FUNC()65 if (!s && !check_stat.st_size) { in DBA_OPEN_FUNC()
Completed in 8 milliseconds