sysfs-fs-xfs 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. What: /sys/fs/xfs/<disk>/log/log_head_lsn
  2. Date: July 2014
  3. KernelVersion: 3.17
  4. Contact: xfs@oss.sgi.com
  5. Description:
  6. The log sequence number (LSN) of the current head of the
  7. log. The LSN is exported in "cycle:basic block" format.
  8. Users: xfstests
  9. What: /sys/fs/xfs/<disk>/log/log_tail_lsn
  10. Date: July 2014
  11. KernelVersion: 3.17
  12. Contact: xfs@oss.sgi.com
  13. Description:
  14. The log sequence number (LSN) of the current tail of the
  15. log. The LSN is exported in "cycle:basic block" format.
  16. What: /sys/fs/xfs/<disk>/log/reserve_grant_head
  17. Date: July 2014
  18. KernelVersion: 3.17
  19. Contact: xfs@oss.sgi.com
  20. Description:
  21. The current state of the log reserve grant head. It
  22. represents the total log reservation of all currently
  23. outstanding transactions. The grant head is exported in
  24. "cycle:bytes" format.
  25. Users: xfstests
  26. What: /sys/fs/xfs/<disk>/log/write_grant_head
  27. Date: July 2014
  28. KernelVersion: 3.17
  29. Contact: xfs@oss.sgi.com
  30. Description:
  31. The current state of the log write grant head. It
  32. represents the total log reservation of all currently
  33. oustanding transactions, including regrants due to
  34. rolling transactions. The grant head is exported in
  35. "cycle:bytes" format.
  36. Users: xfstests