dirfd             403 lib/common/io.c     fd = dirfd(directory);
dirfd             594 lib/common/io.c         int dir_fd = dirfd(dir);
dirfd              47 lib/fencing/st_rhcs.c     const int dirfd = open(PCMK__FENCE_BINDIR, O_SEARCH);
dirfd              49 lib/fencing/st_rhcs.c     const int dirfd = open(PCMK__FENCE_BINDIR, O_PATH);
dirfd              61 lib/fencing/st_rhcs.c             if (dirfd == -1) {
dirfd              72 lib/fencing/st_rhcs.c             if (fstatat(dirfd, namelist[i]->d_name, &prop, 0) == 0
dirfd              86 lib/fencing/st_rhcs.c     if (dirfd >= 0) {
dirfd              87 lib/fencing/st_rhcs.c         close(dirfd);