Searched refs:fi_stat (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c105 struct stat fi_stat; member in struct:file_info
273 else if (DEV_ERRORED(fip->fi_stat))
275 else if (!DEV_ALLOCATED(fip->fi_stat))
278 (void) printf("owner=%u%s", fip->fi_stat.st_uid,
357 if (stat(fname, &fi.fi_stat) != 0) {
368 if (DEV_ALLOCATED(fi.fi_stat)) {
396 if (!DEV_ALLOCATED(fi.fi_stat)) {
400 if (fi.fi_stat.st_uid != uid) {
419 if (DEV_ALLOCATED(fi.fi_stat)) {
426 } else if (fi.fi_stat
[all...]

Completed in 45 milliseconds