DebugEntry
Defined in: src/fs/debugfs.ts:43
Something in debugfs. Unlike sysfs, entries are not tied to kobjects:
whoever creates one holds onto it and hands it back to debugfs_remove.
Extended by
Section titled “Extended by”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new DebugEntry(
name,parent?):DebugEntry
Defined in: src/fs/debugfs.ts:50
Parameters
Section titled “Parameters”string
parent?
Section titled “parent?”Returns
Section titled “Returns”DebugEntry
Properties
Section titled “Properties”
abstractmode:number
Defined in: src/fs/debugfs.ts:45
The permissions on this entry, without a file type
name:
string
Defined in: src/fs/debugfs.ts:51
parent?
Section titled “parent?”
readonlyoptionalparent?:DebugDir
Defined in: src/fs/debugfs.ts:48
Only the root has none
Accessors
Section titled “Accessors”Get Signature
Section titled “Get Signature”get path():
string
Defined in: src/fs/debugfs.ts:60
The path of this entry, relative to the root of debugfs
Returns
Section titled “Returns”string
Methods
Section titled “Methods”[dispose]()
Section titled “[dispose]()”[dispose]():
void
Defined in: src/fs/debugfs.ts:71
Returns
Section titled “Returns”void
dispose()
Section titled “dispose()”dispose():
void
Defined in: src/fs/debugfs.ts:67
Take this entry out of debugfs. This is debugfs_remove.
Returns
Section titled “Returns”void
rename()
Section titled “rename()”rename(
name):void
Defined in: src/fs/debugfs.ts:75
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”void