Optionalopts: { process?: IProcess }ReadonlychangesFan-out of file system change events. Multiple consumers may subscribe.
ReadonlychmodReadonlychownReadonlycloseReadonlyfchmodReadonlyfchownReadonlyftruncateReadonlyfutimesReadonlylchmodReadonlylchownReadonlylinkReadonlymkdirReadonlymkdirpCreates directory tree recursively.
ReadonlyopenReadonlyprocessThe process-like object used by this filesystem instance.
ReadonlyreadReadonlyreadvReadonlyrenameReadonlyrmReadonlyrmdirReadonlysymlinkReadonlyunlinkReadonlyutimesReadonlywriteStaticfdGlobal file descriptor counter. UNIX file descriptors start from 0 and go sequentially up, so here, in order not to conflict with them, we choose some big number and descrease the file descriptor of every new opened file.
Optionallink: LinkOptionaljson: {}Optionalpath: stringOptionalasBuffer: booleanProtectedcloseProtectedemitOptionalcwd: stringOptionalcwd: stringOptionalfuncName: stringJust like getLinkOrThrow, but also verifies that the link is a directory.
OptionalfuncName: stringOptionalfuncName: stringOptionalfuncName: stringJust like getLinkOrThrow, but also dereference/resolves symbolic links.
OptionalfuncName: stringProtectedopenStaticfromOptionalcwd: stringOptionalopts: { process?: IProcess }StaticfromOptionalcwd: stringOptionalopts: { process?: IProcess }
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