Lines Matching defs:ef
38 void exfat_put_node(struct exfat* ef, struct exfat_node* node) in exfat_put_node()
62 int exfat_cleanup_node(struct exfat* ef, struct exfat_node* node) in exfat_cleanup_node()
80 static int read_entries(struct exfat* ef, struct exfat_node* dir, in read_entries()
101 static int write_entries(struct exfat* ef, struct exfat_node* dir, in write_entries()
209 static bool check_node(const struct exfat* ef, struct exfat_node* node, in check_node()
296 static int parse_file_entries(struct exfat* ef, struct exfat_node* node, in parse_file_entries()
336 static int parse_file_entry(struct exfat* ef, struct exfat_node* parent, in parse_file_entry()
387 static int readdir(struct exfat* ef, struct exfat_node* parent, in readdir()
532 int exfat_cache_directory(struct exfat* ef, struct exfat_node* dir) in exfat_cache_directory()
596 static void reset_cache(struct exfat* ef, struct exfat_node* node) in reset_cache()
623 void exfat_reset_cache(struct exfat* ef) in exfat_reset_cache()
628 int exfat_flush_node(struct exfat* ef, struct exfat_node* node) in exfat_flush_node()
680 static int erase_entries(struct exfat* ef, struct exfat_node* dir, int n, in erase_entries()
695 static int erase_node(struct exfat* ef, struct exfat_node* node) in erase_node()
712 static int shrink_directory(struct exfat* ef, struct exfat_node* dir, in shrink_directory()
757 static int delete(struct exfat* ef, struct exfat_node* node) in delete()
785 int exfat_unlink(struct exfat* ef, struct exfat_node* node) in exfat_unlink()
792 int exfat_rmdir(struct exfat* ef, struct exfat_node* node) in exfat_rmdir()
807 static int check_slot(struct exfat* ef, struct exfat_node* dir, off_t offset, in check_slot()
829 static int find_slot(struct exfat* ef, struct exfat_node* dir, in find_slot()
894 static int commit_entry(struct exfat* ef, struct exfat_node* dir, in commit_entry()
953 static int create(struct exfat* ef, const char* path, uint16_t attrib) in create()
990 int exfat_mknod(struct exfat* ef, const char* path) in exfat_mknod()
995 int exfat_mkdir(struct exfat* ef, const char* path) in exfat_mkdir()
1025 static int rename_entry(struct exfat* ef, struct exfat_node* dir, in rename_entry()
1073 int exfat_rename(struct exfat* ef, const char* old_path, const char* new_path) in exfat_rename()
1192 const char* exfat_get_label(struct exfat* ef) in exfat_get_label()
1197 static int find_label(struct exfat* ef, off_t* offset) in find_label()
1213 int exfat_set_label(struct exfat* ef, const char* label) in exfat_set_label()