Searched refs:opt_mount (Results 1 – 11 of 11) sorted by relevance
77 opt_device=0; opt_file=0; opt_mount=0; opt_time=086 m) opt_mount=1; mount=$OPTARG ;;115 if (( opt_device || opt_mount || opt_file )); then129 inline int OPT_mount = '$opt_mount';
64 opt_device=0; opt_file=0; opt_mount=0; opt_clear=0; 75 m) opt_mount=1; mount=$OPTARG ;;103 if (( opt_device || opt_mount || opt_file )); then124 inline int OPT_mount = '$opt_mount';
101 opt_device=0; opt_file=0; opt_mount=0; opt_clear=1; opt_proj=0; opt_zone=0114 m) opt_mount=1; mount=$OPTARG ;;160 if (( opt_device || opt_mount || opt_file )); then187 inline int OPT_mount = '$opt_mount';
106 opt_mount=0; opt_start=0 opt_end=0; opt_endstr=0; opt_ins=0; opt_nums=0126 m) opt_mount=1; mount=$OPTARG ;;164 if [ $opt_device -eq 1 -o $opt_file -eq 1 -o $opt_mount -eq 1 -o \186 inline int OPT_mount = '$opt_mount';
95 if (!fo->opt_mount) { in amfs_program_match()104 prog = strchr(fo->opt_mount, ' '); in amfs_program_match()106 return xstrdup(prog ? prog + 1 : fo->opt_mount); in amfs_program_match()202 return amfs_program_exec(mf->mf_fo->opt_mount); in amfs_program_mount()
190 &fs_static.opt_mount, 0, 0, FALSE },269 {&fs_static.opt_mount, 0},291 {&fs_static.opt_mount, 0},1398 _AM_OPT_COPY(opt_mount); in copy_opts()
381 char *opt_mount; member