Searched defs:zcache (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c3945 struct zfs_mount_cache *zcache, *zcache_next; local
3950 zcache = zfs_mount_cache_list;
3951 while (zcache != NULL)
3953 data = zcache->zcache_zfs_data;
3968 zcache->zcache_zfs_data = NULL;
3971 grub_free (zcache->zcache_dev_name);
3972 zcache->zcache_dev_name = NULL;
3973 zcache->zcache_dev_id = 0;
3975 zcache_next = zcache->next;
3976 grub_free (zcache);
4017 struct zfs_mount_cache *zcache = 0; local
[all...]

Completed in 37 milliseconds