HelenOS sources
exfat_directory_open 56 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_open(exfat_node_t *, exfat_directory_t *);
exfat_directory_open 522 uspace/srv/fs/exfat/exfat_ops.c rc = exfat_directory_open(parentp, &di);
exfat_directory_open 741 uspace/srv/fs/exfat/exfat_ops.c rc = exfat_directory_open(parentp, &di);
exfat_directory_open 806 uspace/srv/fs/exfat/exfat_ops.c rc = exfat_directory_open(parentp, &di);
exfat_directory_open 853 uspace/srv/fs/exfat/exfat_ops.c rc = exfat_directory_open(nodep, &di);
exfat_directory_open 1091 uspace/srv/fs/exfat/exfat_ops.c rc = exfat_directory_open(rootp, &di);
exfat_directory_open 1392 uspace/srv/fs/exfat/exfat_ops.c rc = exfat_directory_open(nodep, &di);
HelenOS homepage, sources at GitHub