Lines Matching refs:exfat_chain

202 		struct exfat_hint_femp *hint_femp, struct exfat_chain *p_dir,  in exfat_search_empty_slot()
208 struct exfat_chain clu; in exfat_search_empty_slot()
305 struct exfat_chain *p_dir, int num_entries) in exfat_find_empty_entry()
311 struct exfat_chain clu; in exfat_find_empty_entry()
412 struct exfat_chain *p_dir, struct exfat_uni_name *p_uniname, in __exfat_resolve_path()
453 const unsigned char *path, struct exfat_chain *dir, in exfat_resolve_path()
460 const unsigned char *path, struct exfat_chain *dir, in exfat_resolve_path_for_lookup()
472 struct exfat_chain *p_dir, unsigned int type, in exfat_add_entry()
479 struct exfat_chain clu; in exfat_add_entry()
549 struct exfat_chain cdir; in exfat_create()
592 struct exfat_chain cdir; in exfat_find()
769 struct exfat_chain cdir; in exfat_unlink()
835 struct exfat_chain cdir; in exfat_mkdir()
875 struct exfat_chain *p_dir) in exfat_check_dir_empty()
879 struct exfat_chain clu; in exfat_check_dir_empty()
922 struct exfat_chain cdir, clu_to_free; in exfat_rmdir()
995 static int exfat_rename_file(struct inode *inode, struct exfat_chain *p_dir, in exfat_rename_file()
1083 static int exfat_move_file(struct inode *inode, struct exfat_chain *p_olddir, in exfat_move_file()
1084 int oldentry, struct exfat_chain *p_newdir, in exfat_move_file()
1183 struct exfat_chain olddir, newdir; in __exfat_rename()
1184 struct exfat_chain *p_dir = NULL; in __exfat_rename()
1241 struct exfat_chain new_clu; in __exfat_rename()
1294 struct exfat_chain new_clu_to_free; in __exfat_rename()