1 What: /sys/fs/xfs/<disk>/log/log_head_lsn
4 Contact: linux-xfs@vger.kernel.org
6 The log sequence number (LSN) of the current head of the
7 log. The LSN is exported in "cycle:basic block" format.
10 What: /sys/fs/xfs/<disk>/log/log_tail_lsn
13 Contact: linux-xfs@vger.kernel.org
15 The log sequence number (LSN) of the current tail of the
16 log. The LSN is exported in "cycle:basic block" format.
18 What: /sys/fs/xfs/<disk>/log/reserve_grant_head_bytes
21 Contact: linux-xfs@vger.kernel.org
23 The current state of the log reserve grant head. It
24 represents the total log reservation of all currently
25 outstanding transactions in bytes.
28 What: /sys/fs/xfs/<disk>/log/write_grant_head_bytes
31 Contact: linux-xfs@vger.kernel.org
33 The current state of the log write grant head. It
34 represents the total log reservation of all currently
35 outstanding transactions, including regrants due to
36 rolling transactions in bytes.