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

/linux-master/fs/exfat/
H A Dexfat_fs.h190 struct exfat_entry_set_cache { struct
481 void exfat_init_dir_entry(struct exfat_entry_set_cache *es,
484 void exfat_init_ext_entry(struct exfat_entry_set_cache *es, int num_entries,
486 void exfat_remove_entries(struct inode *inode, struct exfat_entry_set_cache *es,
488 void exfat_update_dir_chksum(struct exfat_entry_set_cache *es);
496 struct exfat_dentry *exfat_get_dentry_cached(struct exfat_entry_set_cache *es,
498 int exfat_get_dentry_set(struct exfat_entry_set_cache *es,
501 int exfat_get_empty_dentry_set(struct exfat_entry_set_cache *es,
504 int exfat_put_dentry_set(struct exfat_entry_set_cache *es, int sync);
H A Ddir.c36 struct exfat_entry_set_cache es;
452 void exfat_init_dir_entry(struct exfat_entry_set_cache *es,
502 void exfat_init_ext_entry(struct exfat_entry_set_cache *es, int num_entries,
525 void exfat_remove_entries(struct inode *inode, struct exfat_entry_set_cache *es,
544 void exfat_update_dir_chksum(struct exfat_entry_set_cache *es)
561 int exfat_put_dentry_set(struct exfat_entry_set_cache *es, int sync)
742 struct exfat_entry_set_cache *es, int num)
770 static int __exfat_get_dentry_set(struct exfat_entry_set_cache *es,
851 int exfat_get_dentry_set(struct exfat_entry_set_cache *es,
876 static int exfat_validate_empty_dentry_set(struct exfat_entry_set_cache *e
[all...]
H A Dnamei.c210 int num_entries, struct exfat_entry_set_cache *es)
296 struct exfat_entry_set_cache *es)
471 struct exfat_entry_set_cache es;
595 struct exfat_entry_set_cache es;
772 struct exfat_entry_set_cache es;
915 struct exfat_entry_set_cache es;
982 struct exfat_entry_set_cache old_es, new_es;
1050 struct exfat_entry_set_cache mov_es, new_es;
1185 struct exfat_entry_set_cache es;
H A Dinode.c24 struct exfat_entry_set_cache es;

Completed in 154 milliseconds