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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.h87 struct CACHED_SECURID { struct
88 struct CACHED_SECURID *next;
89 struct CACHED_SECURID *previous;
H A Dsecurity.c1398 * - from uid, gid and perm to securid (CACHED_SECURID)
1401 * CACHED_SECURID data is kept in a most-recent-first list
1490 static int compare(const struct CACHED_SECURID *cached,
1491 const struct CACHED_SECURID *item)
2666 const struct CACHED_SECURID *cached;
2667 struct CACHED_SECURID wanted;
2693 cached = (const struct CACHED_SECURID*)ntfs_fetch_cache(
2810 const struct CACHED_SECURID *cached;
2811 struct CACHED_SECURID wanted;
2832 cached = (const struct CACHED_SECURID*)ntfs_fetch_cach
[all...]
H A Dcache.c580 (cache_hash)NULL,sizeof(struct CACHED_SECURID), CACHE_SECURID_SIZE, 0);

Completed in 107 milliseconds