Home
last modified time | relevance | path

Searched refs:LSN (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-fs-xfs6 The log sequence number (LSN) of the current head of the
7 log. The LSN is exported in "cycle:basic block" format.
15 The log sequence number (LSN) of the current tail of the
16 log. The LSN is exported in "cycle:basic block" format.
/linux-6.1.9/fs/ntfs/
Dtypes.h39 typedef s64 LSN; typedef
Dlogfile.c338 LSN *lsn) in ntfs_check_and_load_restart_page()
474 LSN rstr1_lsn, rstr2_lsn; in ntfs_check_logfile()
/linux-6.1.9/Documentation/filesystems/
Dxfs-delayed-logging-design.rst217 The position in the log is typically referred to as a Log Sequence Number (LSN).
220 offset into the log. A LSN carries the cycle in the upper 32 bits and the
222 bytes). Hence we can do realtively simple LSN based math to keep track of
249 head contains an LSN and it tracks the physical space usage in the log. While
315 of transactions, their contents and the log sequence number (LSN) of the
318 Transaction Contents LSN
332 forward. This can be seen in the table above by the changing (increasing) LSN
543 and as such are stored in the Active Item List (AIL) which is a LSN-ordered
713 To do this, transactions need to record the LSN of the commit record of the
714 transaction. This LSN comes directly from the log buffer the transaction is
[all …]
Dxfs-self-describing-metadata.rst138 Number (LSN) of the most recent transaction it was modified on written into it.
141 the LSN we can tell if the corrupted metadata all belonged to the same log
182 is extensively verified and if it is OK we then update the LSN from the last
326 update the LSN field (when it was last modified) and calculate the CRC on the
346 only addition here is to add the LSN and CRC to the inode as it is copied back