Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dcache.c579 vol->securid_cache = ntfs_create_cache("securid",(cache_free)NULL, in ntfs_create_lru_caches()
602 ntfs_free_cache(vol->securid_cache); in ntfs_free_lru_caches()
Dsecurity.c2680 scx->vol->securid_cache, GENERIC(&wanted), in ntfs_alloc_securid()
2706 ntfs_enter_cache(scx->vol->securid_cache, in ntfs_alloc_securid()
2819 scx->vol->securid_cache, GENERIC(&wanted), in ntfs_alloc_securid()
2844 ntfs_enter_cache(scx->vol->securid_cache, in ntfs_alloc_securid()
2910 scx->vol->securid_cache, GENERIC(&wanted), in ntfs_set_owner_mode()
2965 ntfs_enter_cache(scx->vol->securid_cache, in ntfs_set_owner_mode()
/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h284 struct CACHE_HEADER *securid_cache; member