Searched refs:exfat_find_location (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/exfat/ |
D | dir.c | 612 static int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir, in exfat_find_location() function 684 if (exfat_find_location(sb, p_dir, entry, &sec, &off)) in exfat_get_dentry() 785 ret = exfat_find_location(sb, p_dir, entry, &sec, &off); in __exfat_get_dentry_set()
|