Lines Matching defs:dir
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()
532 int exfat_cache_directory(struct exfat* ef, struct exfat_node* dir) in exfat_cache_directory()
572 static void tree_attach(struct exfat_node* dir, struct exfat_node* node) in tree_attach()
680 static int erase_entries(struct exfat* ef, struct exfat_node* dir, int n, in erase_entries()
712 static int shrink_directory(struct exfat* ef, struct exfat_node* dir, in shrink_directory()
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()
955 struct exfat_node* dir; in create() local
1025 static int rename_entry(struct exfat* ef, struct exfat_node* dir, in rename_entry()
1077 struct exfat_node* dir; in exfat_rename() local