Searched refs:exfat_get_dentry_set (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | inode.c | 45 es = exfat_get_dentry_set(sb, &(ei->dir), ei->entry, ES_ALL_ENTRIES); in __exfat_write_inode() 223 es = exfat_get_dentry_set(sb, &(ei->dir), ei->entry, in exfat_map_cluster()
|
H A D | exfat_fs.h | 473 struct exfat_entry_set_cache *exfat_get_dentry_set(struct super_block *sb,
|
H A D | file.c | 158 es = exfat_get_dentry_set(sb, &(ei->dir), ei->entry, in __exfat_truncate()
|
H A D | dir.c | 38 es = exfat_get_dentry_set(sb, p_dir, entry, ES_ALL_ENTRIES); in exfat_get_uniname_from_ext_entry() 446 * We cannot use exfat_get_dentry_set here because file ep is not in exfat_init_dir_entry() 810 * User should call exfat_get_dentry_set() after setting 'modified' to apply 820 struct exfat_entry_set_cache *exfat_get_dentry_set(struct super_block *sb, in exfat_get_dentry_set() function
|
H A D | namei.c | 649 es = exfat_get_dentry_set(sb, &cdir, dentry, ES_2_ENTRIES); in exfat_find()
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | exfat_fs.h | 498 int exfat_get_dentry_set(struct exfat_entry_set_cache *es,
|
H A D | dir.c | 39 err = exfat_get_dentry_set(&es, sb, p_dir, entry, ES_ALL_ENTRIES); in exfat_get_uniname_from_ext_entry() 460 * We cannot use exfat_get_dentry_set here because file ep is not in exfat_init_dir_entry() 840 * User should call exfat_get_dentry_set() after setting 'modified' to apply 850 int exfat_get_dentry_set(struct exfat_entry_set_cache *es, in exfat_get_dentry_set() function
|
H A D | inode.c | 45 if (exfat_get_dentry_set(&es, sb, &(ei->dir), ei->entry, ES_ALL_ENTRIES)) in __exfat_write_inode()
|
H A D | namei.c | 651 if (exfat_get_dentry_set(&es, sb, &cdir, dentry, ES_2_ENTRIES)) in exfat_find()
|
Completed in 11 milliseconds