dirfd             406 lib/common/io.c     fd = dirfd(directory);
dirfd             591 lib/common/io.c         int dir_fd = dirfd(dir);
dirfd              44 lib/fencing/st_rhcs.c     const int dirfd = open(PCMK__FENCE_BINDIR, O_SEARCH);
dirfd              46 lib/fencing/st_rhcs.c     const int dirfd = open(PCMK__FENCE_BINDIR, O_PATH);
dirfd              58 lib/fencing/st_rhcs.c             if (dirfd == -1) {
dirfd              69 lib/fencing/st_rhcs.c             if (fstatat(dirfd, namelist[i]->d_name, &prop, 0) == 0
dirfd              83 lib/fencing/st_rhcs.c     if (dirfd >= 0) {
dirfd              84 lib/fencing/st_rhcs.c         close(dirfd);