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