Searched refs:hfs_cnodehash (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_chash.c86 #define CNODEHASH(hfsmp, inum) (&hfsmp->hfs_cnodehashtbl[(inum) & hfsmp->hfs_cnodehash])
131 hfsmp->hfs_cnodehashtbl = hashinit(desiredvnodes / 4, M_HFSMNT, &hfsmp->hfs_cnodehash);
H A Dhfs.h337 u_long hfs_cnodehash; /* size of cnode hash table - 1 */ member in struct:hfsmount

Completed in 74 milliseconds