Home | History | Annotate | Download | only in amd

Lines Matching refs:fo

53 static char *amfs_program_match(am_opts *fo);
87 amfs_program_match(am_opts *fo)
91 if (fo->opt_unmount && fo->opt_umount) {
95 if (!fo->opt_mount) {
99 if (!fo->opt_unmount && !fo->opt_umount) {
100 fo->opt_unmount = str3cat(NULL, UNMOUNT_PROGRAM, " umount ", fo->opt_fs);
102 fo->opt_unmount);
104 prog = strchr(fo->opt_mount, ' ');
106 return xstrdup(prog ? prog + 1 : fo->opt_mount);