Home
last modified time | relevance | path

Searched refs:journal (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/lib/geom/journal/
H A Dgeom_journal.c139 const char *data, *journal, *str; in journal_label() local
176 journal = NULL; in journal_label()
185 journal = data; in journal_label()
220 journal = gctl_get_ascii(req, "arg1"); in journal_label()
226 msize = g_get_mediasize(journal); in journal_label()
227 ssize = g_get_sectorsize(journal); in journal_label()
233 if (g_get_sectorsize(data) != g_get_sectorsize(journal)) { in journal_label()
263 str = journal; in journal_label()
H A DMakefile3 GEOM_CLASS= journal
/freebsd/tools/test/stress2/misc/
H A Dgjournal4.sh46 newfs -J /dev/md$mdstart.journal > /dev/null
47 mount -o async /dev/md$mdstart.journal $mntpoint
61 checkfs /dev/md$mdstart.journal && s=0 || s=$?
H A Dfsync.sh63 if [ -c /dev/mirror/data.journal ]; then
64 newfs -J -j /dev/mirror/data.journal > /dev/null
65 mount -o async /dev/mirror/data.journal $mntpoint || exit 1
H A Dgjournal2.sh48 newfs -J /dev/md$mdstart.journal > /dev/null
49 mount -o async /dev/md$mdstart.journal $mntpoint
H A Dgjournal3.sh63 newfs -J /dev/md$mdstart.journal > /dev/null
64 mount -o async /dev/md$mdstart.journal $mntpoint
H A Dgjournal.sh51 newfs -J /dev/md$mdstart.journal > /dev/null
52 mount -o async /dev/md$mdstart.journal $mntpoint
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in21 %%% docstring = "This is a bibliography of the journal
61 %%% for this journal could contain more than 6000
86 %%% for articles published in this journal from
132 %%% publication order within each journal,
196 journal = j-CACM,
211 journal = j-CACM,
226 journal = j-CACM,
241 journal = j-CACM,
256 journal = j-CACM,
271 journal = j-CACM,
[all …]
/freebsd/share/doc/papers/
H A Dbsdreferences.bib7 journal = {Proceedings of the European Conference on Computer Systems},
17 journal = {SIGCOMM Comput. Commun. Rev.},
37 journal = {SIGCOMM Comput. Commun. Rev.},
109 journal = {SIGARCH Comput. Archit. News},
129 journal = {SIGPLAN Not.},
167 journal = {SIGPLAN Not.},
263 journal = {Queue},
349 journal = {SIGARCH Comput. Archit. News},
/freebsd/contrib/unbound/contrib/
H A Dunbound_portable.service.in49 BindReadOnlyPaths=/dev/log /run/systemd/journal/socket /run/systemd/journal/stdout
/freebsd/contrib/file/magic/Magdir/
H A Dlinux636 # See https://www.freedesktop.org/wiki/Software/systemd/journal-files/.
640 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/j/journal-sysd.trid.xml
641 # Note: called "systemd journal" by TrID
642 # verified by `journalctl --file=user-1000.journal`
659 !:mime application/x-linux-journal
666 # for offline and empty only journal~ extension found
670 # Magdir/linux, 463: Warning: EXTENSION type ` journal~' has bad char '~'
671 !:ext journal~
672 # for offline and non empty often *.journal~ but also user-1001.journal
674 !:ext journal/journal~
[all …]
H A Dgeo141 0 string $@MID@$ elog journal entry
H A Dfilesystems1690 # No journal? ext2
1693 # Has a journal? ext3 or ext4
1711 >0x460 lelong &0x0000004 (needs journal recovery)
/freebsd/sys/modules/geom/geom_journal/
H A DMakefile1 .PATH: ${SRCTOP}/sys/geom/journal
/freebsd/lib/geom/
H A DMakefile.classes12 GEOM_CLASSES+= journal
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp447 for (uptr i = 0; i < slot->journal.Size(); i++) { in RestoreStack()
449 static_cast<int>(slot->journal[i].epoch), slot->journal[i].tid); in RestoreStack()
450 if (i == slot->journal.Size() - 1 || slot->journal[i + 1].epoch > epoch) { in RestoreStack()
451 tid = slot->journal[i].tid; in RestoreStack()
H A Dtsan_rtl.cpp195 slot.journal.Reset(); in DoResetImpl()
317 slot->journal.PushBack({thr->tid, epoch}); in SlotAttachAndLock()
H A Dtsan_rtl.h144 Vector<TidEpoch> journal; member
/freebsd/etc/mtree/
H A DBSD.include.dist234 journal
/freebsd/targets/pseudo/userland/lib/
H A DMakefile.depend14 lib/geom/journal \
/freebsd/usr.bin/vi/catalog/
H A Dfrench.UTF-8.base8 009 "Fichier journal"
14 015 "%s/%d : Erreur d'écriture de journal"
/freebsd/usr.bin/fortune/
H A DNotes73 lines. Book, journal, movie, and all other titles are in quotes, e.g.,
/freebsd/include/
H A DMakefile58 geom/cache geom/concat geom/eli geom/gate geom/journal geom/label \
/freebsd/sys/conf/
H A Doptions333 # Enable gjournal-based UFS journal.
/freebsd/sys/geom/journal/
H A Dg_journal.c98 static SYSCTL_NODE(_kern_geom, OID_AUTO, journal,

12