Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/ !
H A Dvfs_cluster.c7264 #define DRT_HASH_GET_ADDRESS(scm, i) ((scm)->scm_hashtable[(i)].dhe_control & DRT_ADDRESS_MASK) macro
7581 offset = DRT_HASH_GET_ADDRESS(ocmap, i); in vfs_drt_alloc_map()
7664 if (DRT_HASH_GET_ADDRESS(cmap, index) == offset) { in vfs_drt_search_index()
7953 offset = DRT_HASH_GET_ADDRESS(cmap, index) + (PAGE_SIZE * fs); in vfs_drt_get_cluster()