Home
last modified time | relevance | path

Searched refs:exfat_get_dentry_set (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/fs/exfat/
H A Dinode.c45 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 Dexfat_fs.h473 struct exfat_entry_set_cache *exfat_get_dentry_set(struct super_block *sb,
H A Dfile.c158 es = exfat_get_dentry_set(sb, &(ei->dir), ei->entry, in __exfat_truncate()
H A Ddir.c38 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 Dnamei.c649 es = exfat_get_dentry_set(sb, &cdir, dentry, ES_2_ENTRIES); in exfat_find()
/kernel/linux/linux-6.6/fs/exfat/
H A Dexfat_fs.h498 int exfat_get_dentry_set(struct exfat_entry_set_cache *es,
H A Ddir.c39 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 Dinode.c45 if (exfat_get_dentry_set(&es, sb, &(ei->dir), ei->entry, ES_ALL_ENTRIES)) in __exfat_write_inode()
H A Dnamei.c651 if (exfat_get_dentry_set(&es, sb, &cdir, dentry, ES_2_ENTRIES)) in exfat_find()

Completed in 11 milliseconds