Searched refs:my_nfs_client (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/usr/webserver/
H A Dhttp_cache.c63 static struct nfs_client *my_nfs_client; /* The NFS client */ variable in typeref:struct:nfs_client
412 r = nfs_lookup(my_nfs_client, nfs_root_fh, e->name,
619 //my_nfs_client
649 my_nfs_client = nfs_mount(server, path, mount_callback, NULL);
652 assert(my_nfs_client != NULL);

Completed in 33 milliseconds