The debugfs filesystem
- Table of Contents
- debugfs_create_file -- create a file in the debugfs filesystem
- debugfs_create_dir -- create a directory in the debugfs filesystem
- debugfs_remove -- removes a file or directory from the debugfs filesystem
- debugfs_create_u8 -- create a file in the debugfs filesystem that is used to read and write a unsigned 8 bit value.
- debugfs_create_u16 -- create a file in the debugfs filesystem that is used to read and write a unsigned 8 bit value.
- debugfs_create_u32 -- create a file in the debugfs filesystem that is used to read and write a unsigned 8 bit value.
- debugfs_create_bool -- create a file in the debugfs filesystem that is used to read and write a boolean value.