Searched refs:fat_get_short_entry (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/fs/fat/ |
| D | dir.c | 873 static int fat_get_short_entry(struct inode *dir, loff_t *pos, in fat_get_short_entry() function 900 while (fat_get_short_entry(dir, &offset, bh, de) >= 0) { in fat_get_dotdot_entry() 918 while (fat_get_short_entry(dir, &cpos, &bh, &de) >= 0) { in fat_dir_empty() 943 while (fat_get_short_entry(dir, &cpos, &bh, &de) >= 0) { in fat_subdirs() 962 while (fat_get_short_entry(dir, &sinfo->slot_off, &sinfo->bh, in fat_scan() 986 while (fat_get_short_entry(dir, &sinfo->slot_off, &sinfo->bh, in fat_scan_logstart()
|