Searched refs:plinux_opts (Results 1 – 1 of 1) sorted by relevance
270 add_linux_shareopt(char **plinux_opts, const char *key, const char *value) in add_linux_shareopt() argument275 if (*plinux_opts != NULL) in add_linux_shareopt()276 len = strlen(*plinux_opts); in add_linux_shareopt()278 new_linux_opts = realloc(*plinux_opts, len + 1 + strlen(key) + in add_linux_shareopt()296 *plinux_opts = new_linux_opts; in add_linux_shareopt()322 char **plinux_opts = (char **)cookie; in get_linux_shareopts_cb() local370 (void) add_linux_shareopt(plinux_opts, "root_squash", NULL); in get_linux_shareopts_cb()381 (void) add_linux_shareopt(plinux_opts, key, value); in get_linux_shareopts_cb()391 get_linux_shareopts(const char *shareopts, char **plinux_opts) in get_linux_shareopts() argument395 assert(plinux_opts != NULL); in get_linux_shareopts()[all …]