BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / blob / 73145c0e2b43a1cca5c2cd10a53a703d3ad013bf / vfs / tmpfs / super.c

// Related

Nucleus

Barry Virtual File System 5acaf74 (3 years, 3 months ago)
#include <nucleus/vfs.h>

/* Mount a tmpfs instance */
Inode *
tmpfs_mount(FSType *type, int flags, const char *dev, void *data)
{
//	SuperBlock *super = new(&superBlockType);

//	super->type = 
	return NULL;
}