Home
last modified time | relevance | path

Searched refs:dir_opts (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautomount.c254 compare_opts(dir->dir_opts, in main()
297 ai.opts = dir->dir_opts; in main()
308 if (dir->dir_opts && *dir->dir_opts) { in main()
310 (void) strcat(mntopts, dir->dir_opts); in main()
H A Dauto_subr.c231 dir->dir_opts = strdup(opts); in dirinit()
232 if (dir->dir_opts == NULL) in dirinit()
253 if (dir->dir_opts) in dirinit()
254 free(dir->dir_opts); in dirinit()
H A Dautomount.h164 char *dir_opts; /* default mount options */ member