Home
last modified time | relevance | path

Searched refs:fdw (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/fs/
Dpipe.c1088 int fdw, fdr; in do_pipe_flags() local
1109 fdw = error; in do_pipe_flags()
1111 audit_fd_pair(fdr, fdw); in do_pipe_flags()
1113 fd_install(fdw, fw); in do_pipe_flags()
1115 fd[1] = fdw; in do_pipe_flags()