Lines Matching defs:fni
72 struct autofs_args fni;
124 process_opts(options, &fni.direct);
129 fni.addr.buf = autofs_addr;
130 fni.addr.len = strlen(fni.addr.buf);
131 fni.addr.maxlen = fni.addr.len;
132 fni.path = mntpnt;
133 fni.opts = options;
134 fni.map = mapname;
135 fni.subdir = "";
136 if (fni.direct)
137 fni.key = mntpnt;
139 fni.key = "";
140 fni.mount_to = mount_timeout;
141 fni.rpc_to = AUTOFS_RPC_TIMEOUT;
147 fni.direct ? MNTTAB_OPTS ",direct" : MNTTAB_OPTS ",indirect");
154 error = mount(fni.map, mntpnt, mntflags | MS_DATA | MS_OPTIONSTR,
155 MNTTYPE_AUTOFS, &fni, sizeof (fni), obuf, MAX_MNTOPT_STR);