Home
last modified time | relevance | path

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

/fs/exfat/
A Dexfat_fs.h192 struct exfat_entry_set_cache { struct
493 void exfat_init_dir_entry(struct exfat_entry_set_cache *es,
496 void exfat_init_ext_entry(struct exfat_entry_set_cache *es, int num_entries,
498 void exfat_remove_entries(struct inode *inode, struct exfat_entry_set_cache *es,
500 void exfat_update_dir_chksum(struct exfat_entry_set_cache *es);
508 struct exfat_dentry *exfat_get_dentry_cached(struct exfat_entry_set_cache *es,
510 int exfat_get_dentry_set(struct exfat_entry_set_cache *es,
515 int exfat_get_empty_dentry_set(struct exfat_entry_set_cache *es,
518 int exfat_put_dentry_set(struct exfat_entry_set_cache *es, int sync);
A Ddir.c36 struct exfat_entry_set_cache es; in exfat_get_uniname_from_ext_entry()
434 void exfat_init_dir_entry(struct exfat_entry_set_cache *es, in exfat_init_dir_entry()
484 void exfat_init_ext_entry(struct exfat_entry_set_cache *es, int num_entries, in exfat_init_ext_entry()
507 void exfat_remove_entries(struct inode *inode, struct exfat_entry_set_cache *es, in exfat_remove_entries()
526 void exfat_update_dir_chksum(struct exfat_entry_set_cache *es) in exfat_update_dir_chksum()
543 int exfat_put_dentry_set(struct exfat_entry_set_cache *es, int sync) in exfat_put_dentry_set()
724 struct exfat_entry_set_cache *es, int num) in exfat_get_dentry_cached()
752 static int __exfat_get_dentry_set(struct exfat_entry_set_cache *es, in __exfat_get_dentry_set()
833 int exfat_get_dentry_set(struct exfat_entry_set_cache *es, in exfat_get_dentry_set()
858 static int exfat_validate_empty_dentry_set(struct exfat_entry_set_cache *es) in exfat_validate_empty_dentry_set()
[all …]
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()
797 struct exfat_entry_set_cache es; in exfat_unlink()
947 struct exfat_entry_set_cache es; in exfat_rmdir()
1013 struct exfat_entry_set_cache old_es, new_es; in exfat_rename_file()
1083 struct exfat_entry_set_cache mov_es, new_es; in exfat_move_file()
1192 struct exfat_entry_set_cache es; in __exfat_rename()
A Dinode.c24 struct exfat_entry_set_cache es; in __exfat_write_inode()

Completed in 13 milliseconds