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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c158 static int hfs_extend_journal(struct hfsmount *hfsmp, u_int32_t sector_size, u_int64_t sector_count, vfs_context_t context);
4361 error = hfs_extend_journal(hfsmp, sector_size, sector_count, context);
6588 hfs_extend_journal(struct hfsmount *hfsmp, u_int32_t sector_size, u_int64_t sector_count, vfs_context_t context) function
6595 printf("hfs_extend_journal: not resizing the journal because it is on an external device.\n");
6607 printf ("hfs_extend_journal: journal old=%u, new=%qd\n", hfsmp->jnl_size, calc_journal_size);
6613 printf ("hfs_extend_journal: Extended journal size to %u bytes on \"%s\"\n",

Completed in 11 milliseconds