Home
last modified time | relevance | path

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

/qemu/replay/
H A Dreplay-net.c21 NetFilterState *nfs; member
35 ReplayNetState *replay_register_net(NetFilterState *nfs) in replay_register_net() argument
38 rns->nfs = nfs; in replay_register_net()
43 network_filters[network_filters_count - 1] = nfs; in replay_register_net()
/qemu/net/
H A Dfilter-replay.c28 NetFilterState nfs; member
59 nfrs->rns = replay_register_net(&nfrs->nfs); in filter_replay_instance_init()
H A Ddump.c146 NetFilterState nfs; member
/qemu/block/
H A Dnfs.c243 nfs_co_generic_cb(int ret, struct nfs_context *nfs, void *data, in nfs_co_generic_cb() argument
257 error_report("NFS Error: %s", nfs_get_error(nfs)); in nfs_co_generic_cb()
644 BlockdevCreateOptionsNfs *opts = &options->u.nfs; in nfs_file_co_create()
676 nfs_opts = &create_options->u.nfs; in nfs_file_co_create_opts()
715 nfs_get_allocated_file_size_cb(int ret, struct nfs_context *nfs, void *data, in nfs_get_allocated_file_size_cb() argument
724 error_report("NFS Error: %s", nfs_get_error(nfs)); in nfs_get_allocated_file_size_cb()
H A Dmeson.build114 [libnfs, 'nfs', files('nfs.c')],
/qemu/tests/qemu-iotests/
H A D07941 _supported_proto file nfs fuse
H A D10741 _supported_proto file nfs fuse
H A D09041 _supported_proto file nfs fuse
H A D02542 _supported_proto file rbd nfs fuse
H A D17345 _supported_proto nfs
H A D10341 _supported_proto file nfs fuse
H A D08241 _supported_proto file nfs
H A Dcommon.rc403 nfs)
H A D27144 _supported_proto file nfs
/qemu/include/sysemu/
H A Dreplay.h160 ReplayNetState *replay_register_net(NetFilterState *nfs);
/qemu/qapi/
H A Dblock-core.json3210 'luks', 'nbd', 'nfs', 'null-aio', 'null-co', 'nvme',
4739 'nfs': 'BlockdevOptionsNfs',
5414 'nfs': 'BlockdevCreateOptionsNfs',
/qemu/
H A DMAINTAINERS3874 F: block/nfs.c