Skip to content

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.

new DebugEntry(name, parent?): DebugEntry

Defined in: src/fs/debugfs.ts:50

string

DebugDir

DebugEntry

abstract mode: 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


readonly optional parent?: DebugDir

Defined in: src/fs/debugfs.ts:48

Only the root has none

get path(): string

Defined in: src/fs/debugfs.ts:60

The path of this entry, relative to the root of debugfs

string

[dispose](): void

Defined in: src/fs/debugfs.ts:71

void


dispose(): void

Defined in: src/fs/debugfs.ts:67

Take this entry out of debugfs. This is debugfs_remove.

void


rename(name): void

Defined in: src/fs/debugfs.ts:75

string

void