Dirent

data class Dirent(val dNext: Dircookie, val dIno: Inode, val dNamlen: Dirnamlen, val dType: Filetype)(source)

A directory entry.

Parameters

dNext

The offset of the next directory entry stored in this directory.

dIno

The serial number of the file referred to by this directory entry.

dNamlen

The length of the name of the directory entry.

dType

The type of the file referred to by this directory entry.

Constructors

Link copied to clipboard
constructor(dNext: Dircookie, dIno: Inode, dNamlen: Dirnamlen, dType: Filetype)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val dIno: Inode
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard