Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dvfs_cache.c392 struct namecache_ts { struct
406 #define CACHE_ZONE_ALIGN_MASK UMA_ALIGNOF(struct namecache_ts)
430 _Alignof(struct namecache_ts)) - CACHE_STRUCT_LEN(0))
435 (offsetof(struct namecache_ts, nc_nc) + CACHE_ZONE_SMALL_SIZE)
437 roundup2(CACHE_STRUCT_LEN(NAME_MAX), _Alignof(struct namecache_ts))
439 (offsetof(struct namecache_ts, nc_nc) + CACHE_ZONE_LARGE_SIZE)
635 struct namecache_ts *ncp_ts; in cache_out_ts()
644 ncp_ts = __containerof(ncp, struct namecache_ts, nc_nc); in cache_out_ts()
810 struct namecache_ts *ncp_ts; in cache_alloc_uma()
831 struct namecache_ts *ncp_ts; in cache_free_uma()
[all …]