Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dinode.c449 ntfs_invalidate_cache(vol->nidata_cache, in ntfs_inode_invalidate()
477 cached = (struct CACHED_NIDATA*)ntfs_fetch_cache(vol->nidata_cache, in ntfs_inode_open()
482 ntfs_remove_cache(vol->nidata_cache, in ntfs_inode_open()
516 if (ni->vol && ni->vol->nidata_cache in ntfs_inode_close()
537 ntfs_enter_cache(ni->vol->nidata_cache, in ntfs_inode_close()
Dcache.c567 vol->nidata_cache = ntfs_create_cache("nidata", in ntfs_create_lru_caches()
597 ntfs_free_cache(vol->nidata_cache); in ntfs_free_lru_caches()
/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h278 struct CACHE_HEADER *nidata_cache; member