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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_hotfiles.c141 static int hfc_btree_create (struct hfsmount *, unsigned int, unsigned int);
237 (error = hfc_btree_create(hfsmp, HFSTOVCB(hfsmp)->blockSize, HFC_DEFAULT_FILE_COUNT))) {
565 error = hfc_btree_create(hfsmp, HFSTOVCB(hfsmp)->blockSize, HFC_DEFAULT_FILE_COUNT);
1801 hfc_btree_create(struct hfsmount *hfsmp, unsigned int nodesize, unsigned int entries) function
1813 panic("hfs: hfc_btree_create: hfc_filevp exists (vp = %p)", hfsmp->hfc_filevp);

Completed in 63 milliseconds