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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_journal.c91 #define MAX_JOURNAL_SIZE 0x80000000U macro
1668 if (journal_size < (256*1024) || journal_size > (MAX_JOURNAL_SIZE)) {
2095 if (journal_size < (256*1024) || journal_size > (MAX_JOURNAL_SIZE)) {
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c6562 #define MAX_JOURNAL_SIZE (512*1024*1024) macro
6572 if (journal_size > MAX_JOURNAL_SIZE) {
6573 journal_size = MAX_JOURNAL_SIZE;

Completed in 31 milliseconds