dentry_t * dentry_unmount(dentry_t *root)
Unmount a filesystem at the mountpoint.
bool dentry_mount(dentry_t *mountpoint, dentry_t *root, filesystem_t *fs)
Mount a filesystem at a mountpoint.
should_inline dentry_t * dentry_parent(const dentry_t &dentry)
dentry_t * dentry_ref(dentry_t *dentry)
Increment the reference count of a dentry.
superblock_t * superblock