Searched refs:nfs_opts (Results 1 – 2 of 2) sorted by relevance
11 local nfs_opts16 nfs_opts=""18 nfs_opts="-o ${bootparam_nfsroot#*,}"46 mount -t nfs ${flags} ${nfs_opts} ${location} ${ROOTFS_DIR}
670 BlockdevCreateOptionsNfs *nfs_opts; in nfs_file_co_create_opts() local676 nfs_opts = &create_options->u.nfs; in nfs_file_co_create_opts()679 nfs_opts->size = ROUND_UP(qemu_opt_get_size_del(opts, BLOCK_OPT_SIZE, 0), in nfs_file_co_create_opts()688 nfs_opts->location = nfs_options_qdict_to_qapi(options, errp); in nfs_file_co_create_opts()689 if (nfs_opts->location == NULL) { in nfs_file_co_create_opts()