Home
last modified time | relevance | path

Searched refs:journal (Results 151 – 175 of 213) sorted by relevance

123456789

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/
H A DTrigger.interface.yaml60 description: Trigger will log to journal.
/openbmc/linux/drivers/md/bcache/
H A Dbtree.h106 atomic_t *journal; member
/openbmc/linux/fs/ocfs2/
H A Dfile.c171 journal_t *journal = osb->journal->j_journal; in ocfs2_sync_file() local
190 if (journal->j_flags & JBD2_BARRIER && in ocfs2_sync_file()
191 !jbd2_trans_will_send_data_barrier(journal, commit_tid)) in ocfs2_sync_file()
193 err = jbd2_complete_transaction(journal, commit_tid); in ocfs2_sync_file()
2484 ret = jbd2_journal_force_commit(osb->journal->j_journal); in ocfs2_file_write_iter()
H A Docfs2.h375 struct ocfs2_journal *journal; member
H A Dalloc.c5995 struct ocfs2_journal *journal = osb->journal; in __ocfs2_flush_truncate_log() local
6022 jbd2_journal_lock_updates(journal->j_journal); in __ocfs2_flush_truncate_log()
6023 status = jbd2_journal_flush(journal->j_journal, 0); in __ocfs2_flush_truncate_log()
6024 jbd2_journal_unlock_updates(journal->j_journal); in __ocfs2_flush_truncate_log()
6134 if (jbd2_journal_start_commit(osb->journal->j_journal, &target)) { in ocfs2_try_to_free_truncate_log()
6135 jbd2_log_wait_commit(osb->journal->j_journal, target); in ocfs2_try_to_free_truncate_log()
/openbmc/phosphor-dbus-monitor/src/test/
H A Dmeson.build233 '../journal.cpp',
/openbmc/linux/fs/f2fs/
H A Df2fs.h442 static inline int update_nats_in_cursum(struct f2fs_journal *journal, int i) in update_nats_in_cursum() argument
444 int before = nats_in_cursum(journal); in update_nats_in_cursum()
446 journal->n_nats = cpu_to_le16(before + i); in update_nats_in_cursum()
450 static inline int update_sits_in_cursum(struct f2fs_journal *journal, int i) in update_sits_in_cursum() argument
452 int before = sits_in_cursum(journal); in update_sits_in_cursum()
454 journal->n_sits = cpu_to_le16(before + i); in update_sits_in_cursum()
458 static inline bool __has_cursum_space(struct f2fs_journal *journal, in __has_cursum_space() argument
462 return size <= MAX_NAT_JENTRIES(journal); in __has_cursum_space()
463 return size <= MAX_SIT_JENTRIES(journal); in __has_cursum_space()
3734 int f2fs_lookup_journal_in_cursum(struct f2fs_journal *journal, int type,
/openbmc/bmcweb/
H A Dmeson.options73 'redfish-bmc-journal',
76 description: '''Enable BMC journal access through Redfish. Paths are under
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-fs-ext4117 This file is read-only and shows the pid of journal thread in
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Callout/
H A DREADME.md72 already in the journal.
/openbmc/linux/fs/reiserfs/
H A Dprocfs.c54 #define SFPJ( x ) SFP( journal.x )
H A Dreiserfs.h504 } journal; member
757 #define reiserfs_is_journal_aborted(journal) (unlikely (__reiserfs_is_journal_aborted (journal))) argument
759 *journal) in __reiserfs_is_journal_aborted()
761 return test_bit(J_ABORTED, &journal->j_state); in __reiserfs_is_journal_aborted()
/openbmc/linux/include/linux/
H A Df2fs_fs.h520 struct f2fs_journal journal; member
/openbmc/linux/Documentation/filesystems/
H A Dxfs-delayed-logging-design.rst36 chained together by intents, ensuring that journal recovery can restart and
112 transaction does not form an atomic change in the journal. While each
115 modification the loop made that was committed to the journal.
123 the on-disk journal.
142 in the journal and wait for that to complete.
155 because it can't be written to the journal due to a lack of space in the
156 journal. This is achieved by the transaction reservations that are made when
161 available to write the modification into the journal before we start making
353 hand in hand. That is, transactions don't get written to the physical journal
H A Dubifs.rst67 journal and recovers from crashes, ensuring that the on-flash data
/openbmc/u-boot/doc/
H A DREADME.ubi167 UBIFS: journal size: 6348800 bytes (6200 KiB, 6 MiB, 50 LEBs)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/
H A Dpcp_6.0.5.bb5 # NOTE: unable to map the following pkg-config dependencies: libmicrohttpd libsystemd-journal
/openbmc/phosphor-logging/test/openpower-pels/
H A Dregistry_test.cpp139 "Description": "journal capture test",
140 "Message": "journal capture test"
/openbmc/openbmc-tools/openbmctool/
H A DREADME.md48 journal) via [rsyslog](https://www.rsyslog.com/).
/openbmc/openbmc/meta-phosphor/conf/distro/include/
H A Dphosphor-defaults.inc111 # add the requisite callout metadata to the systemd journal. The plugin requires
/openbmc/linux/Documentation/driver-api/md/
H A Draid5-cache.rst9 3.4) has a new option '--write-journal' to create array with cache. Please
/openbmc/docs/designs/
H A Dnvmemi-over-smbus.md159 not, means drive power abnormal, turn on fault LED and log in journal.
/openbmc/phosphor-power/phosphor-regulators/docs/
H A Ddesign.md45 like error logging, journal, vpd, and hardware presence.
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.2.rst84 - systemd: Fix systemd-journal-gateway user/groups
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drootfs-postcommands.bbclass343 # journal make assumptions based on the contents of /var/volatile. The journal

123456789