Lines Matching refs:optionp
162 int set_cfs_args(char *optionp, struct cachefs_mountargs *margsp, int *mflagp,
171 char *cachedirp, char *cacheidp, char *optionp, char *reducep);
176 int cfs_nfsv4_build_opts(char *optionp, char *cfs_nfsv4ops);
198 char *optionp; in main() local
241 optionp = NULL; in main()
256 optionp = optarg; in main()
278 if (optionp == NULL) { in main()
311 xx = set_cfs_args(optionp, &margs, &mflag, &backfstypep, &reducep, in main()
316 strcpy(mops, optionp); in main()
434 if (cfs_nfsv4_build_opts(optionp, in main()
453 if (cfs_nfsv4_build_opts(optionp, cfs_nfsv4ops) != 0) { in main()
543 (cfs_nfsv4ops[0] == '\0' ? optionp : cfs_nfsv4ops), reducep); in main()
666 set_cfs_args(char *optionp, struct cachefs_mountargs *margsp, int *mflagp, in set_cfs_args() argument
688 optstrp = strp = strdup(optionp); in set_cfs_args()
689 reducep = malloc(strlen(optionp) + 1000); in set_cfs_args()
1360 char *cachedirp, char *cacheidp, char *optionp, char *reducep) in record_mount() argument
1385 fprintf(fout, "cachefs_options: %s\n", optionp); in record_mount()
1626 cfs_nfsv4_build_opts(char *optionp, char *cfs_nfsv4ops) in cfs_nfsv4_build_opts() argument
1635 optstrp = strp = strdup(optionp); in cfs_nfsv4_build_opts()