Lines Matching refs:pipe
94 if (sbi->pipe) in autofs_show_options()
95 seq_printf(m, ",pipe_ino=%ld", file_inode(sbi->pipe)->i_ino); in autofs_show_options()
159 struct file *pipe; in autofs_parse_fd() local
164 pipe = param->file; in autofs_parse_fd()
167 pipe = fget(result->uint_32); in autofs_parse_fd()
169 if (!pipe) { in autofs_parse_fd()
174 ret = autofs_check_pipe(pipe); in autofs_parse_fd()
177 fput(pipe); in autofs_parse_fd()
181 autofs_set_packet_pipe_flags(pipe); in autofs_parse_fd()
183 if (sbi->pipe) in autofs_parse_fd()
184 fput(sbi->pipe); in autofs_parse_fd()
187 sbi->pipe = pipe; in autofs_parse_fd()
386 if (sbi->pipe) in autofs_free_fc()
387 fput(sbi->pipe); in autofs_free_fc()