Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dcache.c582 vol->legacy_cache = ntfs_create_cache("legacy",(cache_free)NULL, in ntfs_create_lru_caches()
604 ntfs_free_cache(vol->legacy_cache); in ntfs_free_lru_caches()
Dsecurity.c1708 scx->vol->legacy_cache, GENERIC(&wanted), in enter_cache()
1776 scx->vol->legacy_cache, GENERIC(&wanted), in fetch_cache()
2773 ntfs_invalidate_cache(scx->vol->legacy_cache, in ntfs_set_inherited_posix()
2982 ntfs_invalidate_cache(scx->vol->legacy_cache, in ntfs_set_owner_mode()
3228 ntfs_invalidate_cache(scx->vol->legacy_cache, in ntfs_set_ntfs_acl()
/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h287 struct CACHE_HEADER *legacy_cache; member