Lines Matching refs:pipefd
79 seq_printf(m, ",fd=%d", sbi->pipefd); in autofs4_show_options()
129 static int parse_options(char *options, int *pipefd, kuid_t *uid, kgid_t *gid, in parse_options() argument
143 *pipefd = -1; in parse_options()
156 if (match_int(args, pipefd)) in parse_options()
202 return (*pipefd < 0); in parse_options()
210 int pipefd; in autofs4_fill_super() local
224 sbi->pipefd = -1; in autofs4_fill_super()
266 if (parse_options(data, &pipefd, &root_inode->i_uid, &root_inode->i_gid, in autofs4_fill_super()
307 DPRINTK("pipe fd = %d, pgrp = %u", pipefd, pid_nr(sbi->oz_pgrp)); in autofs4_fill_super()
308 pipe = fget(pipefd); in autofs4_fill_super()
318 sbi->pipefd = pipefd; in autofs4_fill_super()