Searched refs:dastat (Results 1 – 1 of 1) sorted by relevance
1000 struct stat dastat; in _write_device_allocate() local1010 if (stat(odevalloc, &dastat) == 0) { in _write_device_allocate()1355 struct stat dastat; in _record_on_off() local1363 if (fstat(dafd, &dastat) == -1) in _record_on_off()1372 nsize = dastat.st_size; in _record_on_off()1381 nsize = dastat.st_size + actionlen + 1; in _record_on_off()1509 struct stat dastat; in da_update_device() local1628 if (stat(dapathp, &dastat) == 0) { in da_update_device()