Searched refs:fa_fdflags (Results 1 – 1 of 1) sorted by relevance
59 int fa_fdflags; member105 if ((fa->fa_fdflags & O_CREAT) != 0) in fileargs_get_fd_cache()122 if ((fa->fa_fdflags & O_CLOEXEC) != O_CLOEXEC) { in fileargs_get_fd_cache()123 if (fcntl(fd, F_SETFD, fa->fa_fdflags) == -1) { in fileargs_get_fd_cache()208 fa->fa_fdflags = fdflags; in fileargs_create()479 *flags = fa->fa_fdflags; in fileargs_unwrap()