Home
last modified time | relevance | path

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

/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/include/ntfs-3g/
H A Dsecurity.h87 struct CACHED_SECURID { struct
88 struct CACHED_SECURID *next; argument
89 struct CACHED_SECURID *previous; argument
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/libntfs-3g/
H A 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 …]
H A Dcache.c580 (cache_hash)NULL,sizeof(struct CACHED_SECURID), CACHE_SECURID_SIZE, 0); in ntfs_create_lru_caches()