Lines Matching defs:pipe
327 * Set the pipe fd for kernel communication to the daemon.
331 * to tell the autofs mount about the new kernel pipe fd. In
356 struct file *pipe;
366 pipe = fget(pipefd);
367 if (!pipe) {
371 if (autofs_prepare_pipe(pipe) < 0) {
373 fput(pipe);
378 sbi->pipe = pipe;
389 * mount requests. Also closes the kernel pipe file descriptor.