void dentry_detach(dentry_t *d)
Detach the inode from a dentry.
dentry_t * dentry_ref(dentry_t *dentry)
Increment the reference count of a dentry.
PtrResult< file_t > vfs_do_open_dentry(dentry_t *entry, bool created, bool read, bool write, bool exec, bool truncate)
Open an directory dentry.