38 lines · plain
1What: /sys/fs/xfs/<disk>/log/log_head_lsn2Date: July 20143KernelVersion: 3.174Contact: linux-xfs@vger.kernel.org5Description:6 The log sequence number (LSN) of the current head of the7 log. The LSN is exported in "cycle:basic block" format.8Users: xfstests9 10What: /sys/fs/xfs/<disk>/log/log_tail_lsn11Date: July 201412KernelVersion: 3.1713Contact: linux-xfs@vger.kernel.org14Description:15 The log sequence number (LSN) of the current tail of the16 log. The LSN is exported in "cycle:basic block" format.17 18What: /sys/fs/xfs/<disk>/log/reserve_grant_head_bytes19Date: June 202420KernelVersion: 6.1121Contact: linux-xfs@vger.kernel.org22Description:23 The current state of the log reserve grant head. It24 represents the total log reservation of all currently25 outstanding transactions in bytes.26Users: xfstests27 28What: /sys/fs/xfs/<disk>/log/write_grant_head_bytes29Date: June 202430KernelVersion: 6.1131Contact: linux-xfs@vger.kernel.org32Description:33 The current state of the log write grant head. It34 represents the total log reservation of all currently35 outstanding transactions, including regrants due to36 rolling transactions in bytes.37Users: xfstests38