Lines Matching refs:pipefd
72 seq_printf(m, ",fd=%d", sbi->pipefd); in autofs_show_options()
127 static int parse_options(char *options, int *pipefd, kuid_t *uid, kgid_t *gid, in parse_options() argument
141 *pipefd = -1; in parse_options()
155 if (match_int(args, pipefd)) in parse_options()
201 return (*pipefd < 0); in parse_options()
209 int pipefd; in autofs_fill_super() local
223 sbi->pipefd = -1; in autofs_fill_super()
265 if (parse_options(data, &pipefd, &root_inode->i_uid, &root_inode->i_gid, in autofs_fill_super()
306 pr_debug("pipe fd = %d, pgrp = %u\n", pipefd, pid_nr(sbi->oz_pgrp)); in autofs_fill_super()
307 pipe = fget(pipefd); in autofs_fill_super()
317 sbi->pipefd = pipefd; in autofs_fill_super()