Searched refs:st_fd (Results 1 – 3 of 3) sorted by relevance
43 struct stat st_fd, st_fn; in check_fd() local45 if (fstat(fd, &st_fd)) { in check_fd()55 if (st_fd.st_dev != st_fn.st_dev in check_fd()56 || st_fd.st_ino != st_fn.st_ino) in check_fd()