HelenOS sources

TMPFS_DIRECTORY   104 uspace/srv/fs/tmpfs/tmpfs_ops.c 	return TMPFS_NODE(fn)->type == TMPFS_DIRECTORY;
TMPFS_DIRECTORY   178 uspace/srv/fs/tmpfs/tmpfs_ops.c 		assert(nodep->type == TMPFS_DIRECTORY);
TMPFS_DIRECTORY   332 uspace/srv/fs/tmpfs/tmpfs_ops.c 		nodep->type = TMPFS_DIRECTORY;
TMPFS_DIRECTORY   364 uspace/srv/fs/tmpfs/tmpfs_ops.c 	assert(parentp->type == TMPFS_DIRECTORY);
TMPFS_DIRECTORY   503 uspace/srv/fs/tmpfs/tmpfs_ops.c 		assert(nodep->type == TMPFS_DIRECTORY);
HelenOS homepage, sources at GitHub