HelenOS sources
exfat_classify_dentry 150 uspace/srv/fs/exfat/exfat_dentry.h extern exfat_dentry_clsf_t exfat_classify_dentry(const exfat_dentry_t *);
exfat_classify_dentry 193 uspace/srv/fs/exfat/exfat_directory.c if (exfat_classify_dentry(*d) == type)
exfat_classify_dentry 235 uspace/srv/fs/exfat/exfat_directory.c if (exfat_classify_dentry(d) != EXFAT_DENTRY_STREAM)
exfat_classify_dentry 249 uspace/srv/fs/exfat/exfat_directory.c if (exfat_classify_dentry(d) != EXFAT_DENTRY_NAME)
exfat_classify_dentry 537 uspace/srv/fs/exfat/exfat_directory.c switch (exfat_classify_dentry(d)) {
exfat_classify_dentry 338 uspace/srv/fs/exfat/exfat_ops.c switch (exfat_classify_dentry(d)) {
exfat_classify_dentry 866 uspace/srv/fs/exfat/exfat_ops.c switch (exfat_classify_dentry(d)) {
HelenOS homepage, sources at GitHub