HelenOS sources

TMPFS_DIRECTORY   104 uspace/srv/fs/tmpfs/tmpfs_ops.c 	return TMPFS_NODE(fn)->type == TMPFS_DIRECTORY;
TMPFS_DIRECTORY   177 uspace/srv/fs/tmpfs/tmpfs_ops.c 		assert(nodep->type == TMPFS_DIRECTORY);
TMPFS_DIRECTORY   330 uspace/srv/fs/tmpfs/tmpfs_ops.c 		nodep->type = TMPFS_DIRECTORY;
TMPFS_DIRECTORY   362 uspace/srv/fs/tmpfs/tmpfs_ops.c 	assert(parentp->type == TMPFS_DIRECTORY);
TMPFS_DIRECTORY   501 uspace/srv/fs/tmpfs/tmpfs_ops.c 		assert(nodep->type == TMPFS_DIRECTORY);
HelenOS homepage, sources at GitHub