Searched refs:fa_fdflags (Results 1 – 1 of 1) sorted by relevance
57 int fa_fdflags; member103 if ((fa->fa_fdflags & O_CREAT) != 0) in fileargs_get_fd_cache()120 if ((fa->fa_fdflags & O_CLOEXEC) != O_CLOEXEC) { in fileargs_get_fd_cache()121 if (fcntl(fd, F_SETFD, fa->fa_fdflags) == -1) { in fileargs_get_fd_cache()206 fa->fa_fdflags = fdflags; in fileargs_create()476 *flags = fa->fa_fdflags; in fileargs_unwrap()