HelenOS sources
FAT_DIRECTORY 52 uspace/srv/fs/fat/fat_directory.c if (di->nodep->type != FAT_DIRECTORY)
FAT_DIRECTORY 140 uspace/srv/fs/fat/fat_ops.c } else if (node->type == FAT_DIRECTORY) {
FAT_DIRECTORY 326 uspace/srv/fs/fat/fat_ops.c nodep->type = FAT_DIRECTORY;
FAT_DIRECTORY 516 uspace/srv/fs/fat/fat_ops.c nodep->type = FAT_DIRECTORY;
FAT_DIRECTORY 635 uspace/srv/fs/fat/fat_ops.c if (childp->type == FAT_DIRECTORY) {
FAT_DIRECTORY 765 uspace/srv/fs/fat/fat_ops.c if (nodep->type != FAT_DIRECTORY) {
FAT_DIRECTORY 832 uspace/srv/fs/fat/fat_ops.c return FAT_NODE(fn)->type == FAT_DIRECTORY;
FAT_DIRECTORY 992 uspace/srv/fs/fat/fat_ops.c rootp->type = FAT_DIRECTORY;
FAT_DIRECTORY 1271 uspace/srv/fs/fat/fat_ops.c assert(nodep->type == FAT_DIRECTORY);
HelenOS homepage, sources at GitHub