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

/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_journal.h77 struct journal;
95 off_t journal_start; // where in the journal this transaction starts
96 off_t journal_end; // where in the journal this transaction ends
97 struct journal *jnl; // ptr back to the journal structure
107 * This is written to block zero of the journal and it
108 * maintains overall state about the journal.
115 off_t size; // size in bytes of the entire journal
116 int32_t blhdr_size; // size in bytes of each block_list_header in the journal
118 int32_t jhdr_size; // block size (in bytes) of the journal heade
139 typedef struct journal { struct
190 } journal; typedef in typeref:struct:journal
[all...]
H A Dvfs_journal.c66 * logging of trim-related calls within the journal. (They're
75 SYSCTL_INT(_vfs_generic_jnl_kdebug, OID_AUTO, trim, CTLFLAG_RW|CTLFLAG_LOCKED, &jnl_kdebug, 0, "Enable kdebug logging for journal TRIM");
86 * Cap the journal max size to 2GB. On HFS, it will attempt to occupy
139 SYSCTL_UINT (_kern, OID_AUTO, jnl_trim_flush, CTLFLAG_RW, &jnl_trim_flush_limit, 0, "number of trimmed extents to cause a journal flush");
155 static void lock_condition(journal *jnl, boolean_t *condition, const char *condition_name);
156 static void wait_condition(journal *jnl, boolean_t *condition, const char *condition_name);
157 static void unlock_condition(journal *jnl, boolean_t *condition);
159 static void write_header_thread(journal *jnl);
162 static void abort_transaction(journal *jnl, transaction *tr);
163 static void dump_journal(journal *jn
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tools/
H A Dnamed-journalprint.c27 #include <dns/journal.h>
71 printf("usage: %s journal\n", argv[0]);
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dxfrin.c35 #include <dns/journal.h>
172 dns_journal_t *journal; member in struct:dns_xfrin_ctx::__anon6583
363 ISC_TRUE, &xfr->ixfr.journal));
398 if (xfr->ixfr.journal != NULL)
399 CHECK(dns_journal_begin_transaction(xfr->ixfr.journal));
402 if (xfr->ixfr.journal != NULL) {
403 result = dns_journal_writediff(xfr->ixfr.journal, &xfr->diff);
421 if (xfr->ixfr.journal != NULL)
422 CHECK(dns_journal_commit(xfr->ixfr.journal));
721 if (xfr->ixfr.journal !
[all...]
H A Dzt.c295 char *journal; local
310 journal = dns_zone_getjournal(zone);
311 if (journal != NULL)
312 (void)isc_file_remove(journal);
H A Dzone.c49 #include <dns/journal.h>
202 char *journal; member in struct:dns_zone
312 * Serial number for deferred journal compaction.
371 #define DNS_ZONEFLG_DIFFONRELOAD 0x00000800U /*%< generate a journal diff on
771 zone->journal = NULL;
943 if (zone->journal != NULL)
944 isc_mem_free(zone->mctx, zone->journal);
945 zone->journal = NULL;
1330 char *journal; local
1338 journal
1353 dns_zone_setjournal(dns_zone_t *zone, const char *journal) argument
3076 dns_journal_t *journal = NULL; local
[all...]
H A Djournal.c37 #include <dns/journal.h>
47 * A journal file consists of
53 * of some arbitrary subset of the journal's addressable
58 * journal files, but does not change during the lifetime
61 * \li The journal data. This consists of one or more transactions.
70 * The journal data part grows as new transactions are
77 * appended to the journal but never committed by updating
178 * On-disk representation of a "pointer" to a journal entry.
179 * These are used in the journal header to locate the beginning
180 * and end of the journal, an
1977 dns_journal_t *journal = NULL; local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dxfrout.c33 #include <dns/journal.h>
211 * an IXFR-like RR stream from a journal file.
221 dns_journal_t *journal; member in struct:ixfr_rrstream
252 s->journal = NULL;
255 ISC_FALSE, &s->journal));
256 CHECK(dns_journal_iter_init(s->journal, begin_serial, end_serial));
269 return (dns_journal_first_rr(s->journal));
275 return (dns_journal_next_rr(s->journal));
284 dns_journal_current_rr(s->journal, name, ttl, rdata);
290 if (s->journal !
[all...]
H A Dupdate.c36 #include <dns/journal.h>
415 * Merge it into the current pending journal entry.
1941 /* Update the database and journal with the RRSIG. */
2417 * will take care of eliminating it from the journal,
2468 /* Record our changes for the journal. */
2598 /* Record our changes for the journal. */
4147 * to the journal.
4151 dns_journal_t *journal; local
4219 "writing journal %s", journalfile);
4221 journal
[all...]
H A Dserver.c66 #include <dns/journal.h>
7148 char *journal; local
7199 journal = dns_zone_getjournal(zone);
7200 if (journal != NULL)
7201 (void)isc_file_remove(journal);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dbib.vim32 syn keyword bibEntryKw contained institution journal key month note
H A Dbst.vim56 syn keyword bstField howpublished institution journal key month
H A Dfstab.vim90 syn match fsOptionsKeywords contained /\<journal=/ nextgroup=fsOptionsExt3Journal
94 syn keyword fsOptionsExt3Data contained journal ordered writeback
98 syn match fsOptionsKeywords contained /\<journal=/ nextgroup=fsOptionsExt4Journal
107 syn keyword fsOptionsExt4Data contained journal ordered writeback
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/win32/
H A Dlibdns.mak150 -@erase "$(INTDIR)\journal.obj"
278 "$(INTDIR)\journal.obj" \
428 -@erase "$(INTDIR)\journal.obj"
429 -@erase "$(INTDIR)\journal.sbr"
614 "$(INTDIR)\journal.sbr" \
709 "$(INTDIR)\journal.obj" \
1139 SOURCE=..\journal.c
1144 "$(INTDIR)\journal.obj" : $(SOURCE) "$(INTDIR)"
1151 "$(INTDIR)\journal.obj" "$(INTDIR)\journal
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/appcache/
H A DApplicationCacheStorage.cpp673 bool ApplicationCacheStorage::store(ApplicationCacheGroup* group, GroupStorageIDJournal* journal) argument
676 ASSERT(journal);
701 journal->add(group, 0);
1025 // Log the storageID changes to the in-memory resource objects. The journal
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dzone.h55 #define DNS_ZONEOPT_NOMERGE 0x00000040U /*%< don't merge journal */
1003 * Sets the journal size for the zone.
1012 * Return the journal size as set with a previous call to
1082 dns_zone_setjournal(dns_zone_t *zone, const char *journal);
1085 * The default journal name is set by dns_zone_setfile() to be
1086 * "file.jnl". If 'journal' is NULL, the zone will have no
1087 * journal name.
1100 * Returns the journal name associated with this zone.
1101 * If no journal has been set this will be NULL.
1159 * journal fil
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_malloc.c448 { SOS(journal), KMZ_CREATEZONE, FALSE }, /* 91 M_JNL_JNL */
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c362 * Validation Routine to verify that the TRIM list maintained by the journal
379 struct journal *jnl = (struct journal*)hfsmp->jnl;
417 ; being freed is passed to the journal code, and the extent will
595 ; written to the on-disk journal. This routine will add those
598 ; CAUTION: This routine is called while the journal's trim lock
605 ; CAUTION: If the journal becomes invalid (eg., due to an I/O
606 ; error when trying to write to the journal), this callback
608 ; the journal became invalid!
646 ; lingering in an uncommitted journal transactio
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dbibtex.el229 ("journal" "Name of the journal (use string, remove braces)")
231 (("volume" "Volume of the journal")
232 ("number" "Number of the journal (only allowed if entry contains volume)")
233 ("pages" "Pages in the journal")
238 (("pages" "Pages in the journal")
239 ("journal" "Name of the journal (use string, remove braces)")
241 ("volume" "Volume of the journal")
242 ("number" "Number of the journal")
[all...]

Completed in 439 milliseconds