Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Dnfsrootfs11 local nfs_opts
16 nfs_opts=""
18 nfs_opts="-o ${bootparam_nfsroot#*,}"
46 mount -t nfs ${flags} ${nfs_opts} ${location} ${ROOTFS_DIR}
/openbmc/qemu/block/
H A Dnfs.c670 BlockdevCreateOptionsNfs *nfs_opts; in nfs_file_co_create_opts() local
676 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()