/freebsd/lib/geom/journal/ |
H A D | geom_journal.c | 139 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 D | Makefile | 3 GEOM_CLASS= journal
|
/freebsd/tools/test/stress2/misc/ |
H A D | gjournal4.sh | 46 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 D | fsync.sh | 63 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 D | gjournal2.sh | 48 newfs -J /dev/md$mdstart.journal > /dev/null 49 mount -o async /dev/md$mdstart.journal $mntpoint
|
H A D | gjournal3.sh | 63 newfs -J /dev/md$mdstart.journal > /dev/null 64 mount -o async /dev/md$mdstart.journal $mntpoint
|
H A D | gjournal.sh | 51 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 D | funstack.in | 21 %%% 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 D | bsdreferences.bib | 7 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 D | unbound_portable.service.in | 49 BindReadOnlyPaths=/dev/log /run/systemd/journal/socket /run/systemd/journal/stdout
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | linux | 636 # 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 D | geo | 141 0 string $@MID@$ elog journal entry
|
H A D | filesystems | 1690 # 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 D | Makefile | 1 .PATH: ${SRCTOP}/sys/geom/journal
|
/freebsd/lib/geom/ |
H A D | Makefile.classes | 12 GEOM_CLASSES+= journal
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_report.cpp | 447 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 D | tsan_rtl.cpp | 195 slot.journal.Reset(); in DoResetImpl() 317 slot->journal.PushBack({thr->tid, epoch}); in SlotAttachAndLock()
|
H A D | tsan_rtl.h | 144 Vector<TidEpoch> journal; member
|
/freebsd/etc/mtree/ |
H A D | BSD.include.dist | 234 journal
|
/freebsd/targets/pseudo/userland/lib/ |
H A D | Makefile.depend | 14 lib/geom/journal \
|
/freebsd/usr.bin/vi/catalog/ |
H A D | french.UTF-8.base | 8 009 "Fichier journal" 14 015 "%s/%d : Erreur d'écriture de journal"
|
/freebsd/usr.bin/fortune/ |
H A D | Notes | 73 lines. Book, journal, movie, and all other titles are in quotes, e.g.,
|
/freebsd/include/ |
H A D | Makefile | 58 geom/cache geom/concat geom/eli geom/gate geom/journal geom/label \
|
/freebsd/sys/conf/ |
H A D | options | 333 # Enable gjournal-based UFS journal.
|
/freebsd/sys/geom/journal/ |
H A D | g_journal.c | 98 static SYSCTL_NODE(_kern_geom, OID_AUTO, journal,
|