crash.commands.xfs module

SUMMARY

Display XFS internal data structures

xfs <command> [arguments ...]

COMMANDS

xfs list
xfs show <superblock>
xfs dump-ail <superblock>
xfs dump-buft <buftarg>
class crash.commands.xfs.XFSCommand(name: str)[source]

Bases: crash.commands.Command

display XFS internal data structures

dump_ail(args: argparse.Namespace) → None[source]
classmethod dump_buftarg(targ: gdb.Value) → None[source]
classmethod dump_buftargs(args: argparse.Namespace) → None[source]
execute(args: argparse.Namespace) → None[source]

This method implements the command functionality.

Each command has a derived class associated with it that, minimally, implements this method.

Parameters:args – The arguments to this command already parsed by the commmand’s parser.
list_xfs(args: argparse.Namespace) → None[source]
show_xfs(args: argparse.Namespace) → None[source]