HelenOS sources
TMPFS_DIRECTORY 105 uspace/srv/fs/tmpfs/tmpfs_ops.c return TMPFS_NODE(fn)->type == TMPFS_DIRECTORY;
TMPFS_DIRECTORY 179 uspace/srv/fs/tmpfs/tmpfs_ops.c assert(nodep->type == TMPFS_DIRECTORY);
TMPFS_DIRECTORY 333 uspace/srv/fs/tmpfs/tmpfs_ops.c nodep->type = TMPFS_DIRECTORY;
TMPFS_DIRECTORY 367 uspace/srv/fs/tmpfs/tmpfs_ops.c assert(parentp->type == TMPFS_DIRECTORY);
TMPFS_DIRECTORY 564 uspace/srv/fs/tmpfs/tmpfs_ops.c assert(nodep->type == TMPFS_DIRECTORY);
HelenOS homepage, sources at GitHub