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

/darwin-on-arm/xnu/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);
1786 hfc_btree_create(struct hfsmount *hfsmp, unsigned int nodesize, unsigned int entries) function
1798 panic("hfs: hfc_btree_create: hfc_filevp exists (vp = %p)", hfsmp->hfc_filevp);

Completed in 59 milliseconds