DebugLink
Defined in: src/fs/debugfs.ts:106
Something in debugfs. Unlike sysfs, entries are not tied to kobjects:
whoever creates one holds onto it and hands it back to debugfs_remove.
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new DebugLink(
name,parent,target):DebugLink
Defined in: src/fs/debugfs.ts:109
Parameters
Section titled “Parameters”string
parent
Section titled “parent”DebugDir | undefined
target
Section titled “target”string
Returns
Section titled “Returns”DebugLink
Overrides
Section titled “Overrides”Properties
Section titled “Properties”mode:
number=0o777
Defined in: src/fs/debugfs.ts:107
The permissions on this entry, without a file type
Overrides
Section titled “Overrides”name:
string
Defined in: src/fs/debugfs.ts:51
Inherited from
Section titled “Inherited from”parent?
Section titled “parent?”
readonlyoptionalparent?:DebugDir
Defined in: src/fs/debugfs.ts:48
Only the root has none
Inherited from
Section titled “Inherited from”target
Section titled “target”target:
string
Defined in: src/fs/debugfs.ts:112
Accessors
Section titled “Accessors”contents
Section titled “contents”Get Signature
Section titled “Get Signature”get contents():
string
Defined in: src/fs/debugfs.ts:117
Returns
Section titled “Returns”string
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
Inherited from
Section titled “Inherited from”Methods
Section titled “Methods”[dispose]()
Section titled “[dispose]()”[dispose]():
void
Defined in: src/fs/debugfs.ts:71
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”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
Inherited from
Section titled “Inherited from”rename()
Section titled “rename()”rename(
name):void
Defined in: src/fs/debugfs.ts:75
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”void