Home
last modified time | relevance | path

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

/openbmc/linux/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()
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()