Lines Matching refs:pipe
326 * Set the pipe fd for kernel communication to the daemon.
330 * to tell the autofs mount about the new kernel pipe fd. In
355 struct file *pipe;
365 pipe = fget(pipefd);
366 if (!pipe) {
370 if (autofs_prepare_pipe(pipe) < 0) {
372 fput(pipe);
377 sbi->pipe = pipe;
388 * mount requests. Also closes the kernel pipe file descriptor.