Lines Matching defs:vol
557 void ntfs_create_lru_caches(ntfs_volume *vol)
561 vol->xinode_cache = ntfs_create_cache("inode",(cache_free)NULL,
567 vol->nidata_cache = ntfs_create_cache("nidata",
574 vol->lookup_cache = ntfs_create_cache("lookup",
579 vol->securid_cache = ntfs_create_cache("securid",(cache_free)NULL,
582 vol->legacy_cache = ntfs_create_cache("legacy",(cache_free)NULL,
591 void ntfs_free_lru_caches(ntfs_volume *vol)
594 ntfs_free_cache(vol->xinode_cache);
597 ntfs_free_cache(vol->nidata_cache);
600 ntfs_free_cache(vol->lookup_cache);
602 ntfs_free_cache(vol->securid_cache);
604 ntfs_free_cache(vol->legacy_cache);