Lines Matching refs:exfat_chain
209 struct exfat_hint_femp *hint_femp, struct exfat_chain *p_dir, in exfat_search_empty_slot()
214 struct exfat_chain clu; in exfat_search_empty_slot()
295 struct exfat_chain *p_dir, int num_entries, in exfat_find_empty_entry()
301 struct exfat_chain clu; in exfat_find_empty_entry()
388 struct exfat_chain *p_dir, struct exfat_uni_name *p_uniname, in __exfat_resolve_path()
441 const unsigned char *path, struct exfat_chain *dir, in exfat_resolve_path()
448 const unsigned char *path, struct exfat_chain *dir, in exfat_resolve_path_for_lookup()
460 struct exfat_chain *p_dir, unsigned int type, in exfat_add_entry()
467 struct exfat_chain clu; in exfat_add_entry()
544 struct exfat_chain cdir; in exfat_create()
590 struct exfat_chain cdir; in exfat_find()
769 struct exfat_chain cdir; in exfat_unlink()
827 struct exfat_chain cdir; in exfat_mkdir()
869 struct exfat_chain *p_dir) in exfat_check_dir_empty()
873 struct exfat_chain clu; in exfat_check_dir_empty()
918 struct exfat_chain cdir, clu_to_free; in exfat_rmdir()
985 static int exfat_rename_file(struct inode *inode, struct exfat_chain *p_dir, in exfat_rename_file()
1056 static int exfat_move_file(struct inode *inode, struct exfat_chain *p_olddir, in exfat_move_file()
1057 int oldentry, struct exfat_chain *p_newdir, in exfat_move_file()
1120 struct exfat_chain olddir, newdir; in __exfat_rename()
1121 struct exfat_chain *p_dir = NULL; in __exfat_rename()
1168 struct exfat_chain new_clu; in __exfat_rename()
1218 struct exfat_chain new_clu_to_free; in __exfat_rename()