Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dsecurity.h87 struct CACHED_SECURID { struct
88 struct CACHED_SECURID *next; argument
89 struct CACHED_SECURID *previous; argument
/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c1476 static int compare(const struct CACHED_SECURID *cached, in compare()
1477 const struct CACHED_SECURID *item) in compare()
2652 const struct CACHED_SECURID *cached; in ntfs_alloc_securid()
2653 struct CACHED_SECURID wanted; in ntfs_alloc_securid()
2679 cached = (const struct CACHED_SECURID*)ntfs_fetch_cache( in ntfs_alloc_securid()
2796 const struct CACHED_SECURID *cached; in ntfs_alloc_securid()
2797 struct CACHED_SECURID wanted; in ntfs_alloc_securid()
2818 cached = (const struct CACHED_SECURID*)ntfs_fetch_cache( in ntfs_alloc_securid()
2879 const struct CACHED_SECURID *cached; in ntfs_set_owner_mode()
2880 struct CACHED_SECURID wanted; in ntfs_set_owner_mode()
[all …]
Dcache.c580 (cache_hash)NULL,sizeof(struct CACHED_SECURID), CACHE_SECURID_SIZE, 0); in ntfs_create_lru_caches()