Readonlyclose close : ( fd : number ) => void
Defined in node_modules/.pnpm/[email protected] /node_modules/memfs/lib/core/Superblock.d.ts:88 fds fds : { [ fd : number ]: File } Defined in node_modules/.pnpm/[email protected] /node_modules/memfs/lib/core/Superblock.d.ts:30 ino ino : number
Defined in node_modules/.pnpm/[email protected] /node_modules/memfs/lib/core/Superblock.d.ts:25 inodes inodes : { [ ino : number ]: Node } Defined in node_modules/.pnpm/[email protected] /node_modules/memfs/lib/core/Superblock.d.ts:26 Readonlylink link : ( filename1 : string , filename2 : string ) => void
Defined in node_modules/.pnpm/[email protected] /node_modules/memfs/lib/core/Superblock.d.ts:76 max Files maxFiles : number
Defined in node_modules/.pnpm/[email protected] /node_modules/memfs/lib/core/Superblock.d.ts:34 Readonlymkdir mkdir : ( filename : string , modeNum : number ) => void
Defined in node_modules/.pnpm/[email protected] /node_modules/memfs/lib/core/Superblock.d.ts:80 Readonlymkdirp mkdirp : ( filename : string , modeNum : number ) => string | undefined
Defined in node_modules/.pnpm/[email protected] /node_modules/memfs/lib/core/Superblock.d.ts:84 Readonlyopen open : ( filename : string , flagsNum : number , modeNum : number , resolveSymlinks ?: boolean , ) => number
Defined in node_modules/.pnpm/[email protected] /node_modules/memfs/lib/core/Superblock.d.ts:72 open Files openFiles : number
Defined in node_modules/.pnpm/[email protected] /node_modules/memfs/lib/core/Superblock.d.ts:35 Readonlyread Defined in node_modules/.pnpm/[email protected] /node_modules/memfs/lib/core/Superblock.d.ts:74 Readonlyreadv Defined in node_modules/.pnpm/[email protected] /node_modules/memfs/lib/core/Superblock.d.ts:75 released Fds releasedFds : number []
Defined in node_modules/.pnpm/[email protected] /node_modules/memfs/lib/core/Superblock.d.ts:33 released Inos releasedInos : number []
Defined in node_modules/.pnpm/[email protected] /node_modules/memfs/lib/core/Superblock.d.ts:29 Readonlyrename rename : ( oldPathFilename : string , newPathFilename : string ) => void
Defined in node_modules/.pnpm/[email protected] /node_modules/memfs/lib/core/Superblock.d.ts:79 Readonlyrm rm : ( filename : string , force ?: boolean , recursive ?: boolean ) => void
Defined in node_modules/.pnpm/[email protected] /node_modules/memfs/lib/core/Superblock.d.ts:86 Readonlyrmdir rmdir : ( filename : string , recursive ?: boolean ) => void
Defined in node_modules/.pnpm/[email protected] /node_modules/memfs/lib/core/Superblock.d.ts:85 root Defined in node_modules/.pnpm/[email protected] /node_modules/memfs/lib/core/Superblock.d.ts:24 Readonlysymlink symlink : ( targetFilename : string , pathFilename : string ) => Link Defined in node_modules/.pnpm/[email protected] /node_modules/memfs/lib/core/Superblock.d.ts:78 Readonlyunlink unlink : ( filename : string ) => void
Defined in node_modules/.pnpm/[email protected] /node_modules/memfs/lib/core/Superblock.d.ts:77 Readonlywrite File writeFile : ( id : TFileId , buf : Buffer , flagsNum : number , modeNum : number ) => void Defined in node_modules/.pnpm/[email protected] /node_modules/memfs/lib/core/Superblock.d.ts:73 Staticfd fd : number
Defined in node_modules/.pnpm/[email protected] /node_modules/memfs/lib/core/Superblock.d.ts:23
Represents a filesystem superblock, which is the root of a virtual filesystem in Linux.
See
https://lxr.linux.no/linux+v3.11.2/include/linux/fs.h#L1242