#include "fat_dentry.h"
#include <ctype.h>
#include <str.h>
Go to the source code of this file.
Functions | |
fat_dentry_clsf_t | fat_classify_dentry (const fat_dentry_t *d) |
void | fat_dentry_name_get (const fat_dentry_t *d, char *buf) |
void | fat_dentry_name_set (fat_dentry_t *d, const char *name) |
bool | fat_dentry_name_verify (const char *name) |
int | fat_dentry_namecmp (char *name, const char *component) |
Compare path component with the name read from the dentry. | |
static bool | is_d_char (const char ch) |
Definition in file fat_dentry.c.