Home
last modified time | relevance | path

Searched refs:exfat_entry_set_cache (Results 1 – 4 of 4) sorted by relevance

/linux/fs/exfat/
H A Dexfat_fs.h191 struct exfat_entry_set_cache { struct
482 struct exfat_entry_set_cache *es);
495 void exfat_init_dir_entry(struct exfat_entry_set_cache *es,
498 void exfat_init_ext_entry(struct exfat_entry_set_cache *es, int num_entries,
500 void exfat_remove_entries(struct inode *inode, struct exfat_entry_set_cache *es,
502 void exfat_update_dir_chksum(struct exfat_entry_set_cache *es);
510 struct exfat_dentry *exfat_get_dentry_cached(struct exfat_entry_set_cache *es,
512 int exfat_get_dentry_set(struct exfat_entry_set_cache *es,
517 int exfat_get_empty_dentry_set(struct exfat_entry_set_cache *es,
520 int exfat_put_dentry_set(struct exfat_entry_set_cache *es, int sync);
H A Ddir.c37 struct exfat_entry_set_cache es; in exfat_get_uniname_from_ext_entry()
436 void exfat_init_dir_entry(struct exfat_entry_set_cache *es, in exfat_init_dir_entry()
486 void exfat_init_ext_entry(struct exfat_entry_set_cache *es, int num_entries, in exfat_init_ext_entry()
509 void exfat_remove_entries(struct inode *inode, struct exfat_entry_set_cache *es, in exfat_remove_entries()
528 void exfat_update_dir_chksum(struct exfat_entry_set_cache *es) in exfat_update_dir_chksum()
545 int exfat_put_dentry_set(struct exfat_entry_set_cache *es, int sync) in exfat_put_dentry_set()
731 struct exfat_entry_set_cache *es, int num) in exfat_get_dentry_cached()
759 static int __exfat_get_dentry_set(struct exfat_entry_set_cache *es, in __exfat_get_dentry_set()
840 int exfat_get_dentry_set(struct exfat_entry_set_cache *es, in exfat_get_dentry_set()
865 static int exfat_validate_empty_dentry_set(struct exfat_entry_set_cache *es) in exfat_validate_empty_dentry_set()
[all …]
H A Dnamei.c205 int num_entries, struct exfat_entry_set_cache *es) in exfat_search_empty_slot()
305 struct exfat_entry_set_cache *es) in exfat_find_empty_entry()
476 struct exfat_entry_set_cache es; in exfat_add_entry()
600 struct exfat_entry_set_cache es; in exfat_find()
801 struct exfat_entry_set_cache es; in exfat_unlink()
951 struct exfat_entry_set_cache es; in exfat_rmdir()
1017 struct exfat_entry_set_cache old_es, new_es; in exfat_rename_file()
1087 struct exfat_entry_set_cache mov_es, new_es; in exfat_move_file()
1196 struct exfat_entry_set_cache es; in __exfat_rename()
H A Dinode.c24 struct exfat_entry_set_cache es; in __exfat_write_inode()