Searched refs:FSID_CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance
1012 #define FSID_CACHE_SIZE 256 in vfs_busyfs() macro1014 static vmp_t cache[FSID_CACHE_SIZE]; in vfs_busyfs()1021 hash = (hash >> 16 ^ hash) & (FSID_CACHE_SIZE - 1); in vfs_busyfs()