Lines Matching refs:nfd
30 static int fd = -1, nfd = -1;
38 nfd = tst_creat_unlinked(NORMAL_PATH, O_DIRECT);
42 SAFE_WRITE(1, nfd, p, IOSZ);
43 SAFE_LSEEK(nfd, 0, SEEK_SET);
45 SAFE_READ(1, nfd, buf, IOSZ);
50 SAFE_LSEEK(nfd, 0, SEEK_SET);
53 SAFE_READ(1, nfd, p, IOSZ);
62 SAFE_CLOSE(nfd);
74 if (nfd > 0)
75 SAFE_CLOSE(nfd);