Searched refs:mnt_args (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/autofs-246/mount_autofs/
H A Dmount_autofs.c28 struct autofs_args mnt_args; local
59 mnt_args.version = AUTOFS_ARGSVERSION;
60 mnt_args.path = path;
61 mnt_args.opts = argv[1];
62 mnt_args.map = argv[2];
63 mnt_args.subdir = argv[3];
64 mnt_args.key = argv[4];
65 mnt_args.direct = direct;
66 mnt_args.mount_type = MOUNT_TYPE_MAP; /* top-level autofs mount */
71 MNT_DONTBROWSE|MNT_AUTOMOUNTED, &mnt_args);
[all...]
/macosx-10.10.1/autofs-246/automountd/
H A Dautod_autofs.c187 struct autofs_args mnt_args; local
189 mnt_args.version = AUTOFS_ARGSVERSION;
190 mnt_args.path = alp->mounta.path;
191 mnt_args.opts = alp->mounta.opts;
192 mnt_args.map = alp->mounta.map;
193 mnt_args.subdir = ""; /* this is a top-level (auto)mount of a map - no subdir */
194 mnt_args.key = alp->mounta.key == NULL ? "" : alp->mounta.key;
195 mnt_args.mntflags = alp->mounta.mntflags;
196 mnt_args.direct = alp->mounta.isdirect;
201 mnt_args
[all...]
H A Dautod_main.c957 struct autofs_args mnt_args; local
985 mnt_args.version = AUTOFS_ARGSVERSION;
986 mnt_args.path = path;
987 mnt_args.opts = opts;
988 mnt_args.map = map;
989 mnt_args.subdir = subdir;
990 mnt_args.key = key;
991 mnt_args.mntflags = mntflags;
992 mnt_args.direct = direct;
993 mnt_args
[all...]

Completed in 211 milliseconds