Home
last modified time | relevance | path

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

/trueos/contrib/amd/libamu/
HDmount_fs.c166 char *zopts = NULL, *xopts = NULL; in mount_fs() local
235 zopts = (char *) xmalloc(l); in mount_fs()
240 xstrlcpy(zopts, xopts, l); in mount_fs()
254 append_opts(zopts, l, optsbuf); in mount_fs()
269 append_opts(zopts, l, optsbuf); in mount_fs()
281 append_opts(zopts, l, optsbuf); in mount_fs()
286 mnt->mnt_opts = zopts; in mount_fs()