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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dinode.c449 ntfs_invalidate_cache(vol->nidata_cache,
477 cached = (struct CACHED_NIDATA*)ntfs_fetch_cache(vol->nidata_cache,
482 ntfs_remove_cache(vol->nidata_cache,
516 if (ni->vol && ni->vol->nidata_cache
538 if (ntfs_fetch_cache(ni->vol->nidata_cache,
543 ntfs_enter_cache(ni->vol->nidata_cache,
H A Dcache.c567 vol->nidata_cache = ntfs_create_cache("nidata",
597 ntfs_free_cache(vol->nidata_cache);
H A Dvolume.h278 struct CACHE_HEADER *nidata_cache; member in struct:_ntfs_volume

Completed in 37 milliseconds