Searched refs:exfat_find_location (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | dir.c | 691 static int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir, in exfat_find_location() function 763 if (exfat_find_location(sb, p_dir, entry, &sec, &off)) in exfat_get_dentry() 868 ret = exfat_find_location(sb, p_dir, entry, &sec, &off); in exfat_get_dentry_set()
|
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | exfat_fs.h | 466 int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir,
|
H A D | dir.c | 656 int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir, in exfat_find_location() function 729 if (exfat_find_location(sb, p_dir, entry, &sec, &off)) in exfat_get_dentry()
|
Completed in 9 milliseconds