BarryServer : Git

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