mount_t * mount_new(superblock_t *superblock, dentry_t *source, dentry_t *target, mount_t *parent, mode_t mode)
Create a new mount.
uint64_t mount(const char *mountpoint, const char *fs, const char *options)
System call for mounting a filesystem.
Directory entry structure.
Intrusive RCU head structure.