Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dnfs.c188 static void nfs_process_write(void *arg);
197 (ev & POLLOUT) ? nfs_process_write : NULL, in nfs_set_events()
214 static void nfs_process_write(void *arg) in nfs_process_write() function