• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /xnu-2422.115.4/bsd/hfs/hfscommon/Misc/

Lines Matching refs:hfs

67 					Adjusts the AllocLimit field in the hfs mount point.  This is used when we need to prevent
173 #include "../../hfs.h"
190 * Use sysctl vfs.generic.hfs.kdebug.allocation to control which
198 SYSCTL_NODE(_vfs_generic, OID_AUTO, hfs, CTLFLAG_RW|CTLFLAG_LOCKED, 0, "HFS file system");
438 panic("hfs: %p: (%u,%u) unmapping allocated blocks", hfsmp, startingBlock, numBlocks);
1446 ; hfsmp -- Pointer to hfs mount
1542 panic("hfs: ReleaseBitmapBlock: missing bp");
2111 panic("hfs: BlockAllocateAny: allocation overflow on \"%s\"", vcb->vcbVN);
2192 printf ("hfs: BlockAllocateKnown() found allocation overflow on \"%s\"", vcb->vcbVN);
2341 panic("hfs: BlockMarkAllocatedInternal: blocks already allocated!");
2379 panic("hfs: BlockMarkAllocatedInternal: blocks already allocated!");
2417 panic("hfs: BlockMarkAllocatedInternal: blocks already allocated!");
2603 printf ("hfs: BlockMarkFreeInternal() trying to free non-existent blocks starting at %u (numBlock=%u) on volume %s\n", startingBlock, numBlocks, vcb->vcbVN);
2788 panic("hfs: BlockMarkFreeInternal: blocks not allocated!");
2790 printf ("hfs: BlockMarkFreeInternal() trying to free unallocated blocks on volume %s\n", vcb->vcbVN);
3195 panic("hfs: blk allocation overflow on \"%s\" sb:0x%08x eb:0x%08x cb:0x%08x fb:0x%08x stop:0x%08x min:0x%08x found:0x%08x",
3601 * hfsmp - hfs mount
3652 * hfsmp - hfs mount
3759 * hfsmp - hfs mount
3794 * hfsmp - hfs mount
3893 printf("hfs: summary table cannot progress without a bitmap cnode! \n");
3911 printf("hfs: summary table not allowed on FS with block size of %d\n", hfsmp->blockSize);
4102 printf("hfs: summary validation beginning on %s\n", hfsmp->vcbVN);
4103 printf("hfs: summary validation %d summary bits, %d summary blocks\n", hfsmp->hfs_summary_size, hfsmp->totalBlocks);
4164 printf("hfs: summary validation completed successfully on %s\n", hfsmp->vcbVN);
4194 * hfsmp - hfs mount data structure
4686 * allocLimit field in the hfs mount point structure in the general case.
4740 panic("hfs: remove_free_extent_list: %p: index (%d) out of range (0, %u)", hfsmp, index, hfsmp->vcbFreeExtCnt);
4742 printf("hfs: remove_free_extent_list: %p: index (%d) out of range (0, %u)", hfsmp, index, hfsmp->vcbFreeExtCnt);
4784 panic("hfs: add_free_extent_list: %p: extent(%u %u) overlaps existing extent (%u %u) at index %d",
5045 panic("hfs: %p: free extent count (%u) is too large", hfsmp, hfsmp->vcbFreeExtCnt);
5071 panic("hfs: %p: slot %d:(%u,%u) in the free extent array is allocated\n",
5079 panic ("hfs: %p: slot %d:(%u,%u) in the free extent array is beyond allocLimit=%u\n",
5086 panic("hfs: %p: slot %d:(%u,%u) and %d:(%u,%u) are duplicate\n",
5097 panic ("hfs: %p: SPARSE %d:(%u,%u) and %d:(%u,%u) are out of order\n",
5104 panic ("hfs: %p: %d:(%u,%u) and %d:(%u,%u) are out of order\n",