BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / blob / f0dcd5469d9d1ca1dd816f97411f1209eb5a287a / 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;
}