Searched refs:slot_off (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/ |
H A D | dir.c | 528 sinfo->slot_off = cpos - nr_slots * sizeof(*de); in fat_search_long() 956 sinfo->slot_off = 0; in fat_scan() 958 while (fat_get_short_entry(dir, &sinfo->slot_off, &sinfo->bh, in fat_scan() 961 sinfo->slot_off -= sizeof(*sinfo->de); in fat_scan() 980 sinfo->slot_off = 0; in fat_scan_logstart() 982 while (fat_get_short_entry(dir, &sinfo->slot_off, &sinfo->bh, in fat_scan_logstart() 985 sinfo->slot_off -= sizeof(*sinfo->de); in fat_scan_logstart() 1064 err = __fat_remove_entries(dir, sinfo->slot_off, nr_slots); in fat_remove_entries() 1395 sinfo->slot_off = pos; in fat_add_entries()
|
H A D | fat.h | 134 loff_t slot_off; /* offset for slot or de start */ member
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | dir.c | 528 sinfo->slot_off = cpos - nr_slots * sizeof(*de); in fat_search_long() 956 sinfo->slot_off = 0; in fat_scan() 958 while (fat_get_short_entry(dir, &sinfo->slot_off, &sinfo->bh, in fat_scan() 961 sinfo->slot_off -= sizeof(*sinfo->de); in fat_scan() 980 sinfo->slot_off = 0; in fat_scan_logstart() 982 while (fat_get_short_entry(dir, &sinfo->slot_off, &sinfo->bh, in fat_scan_logstart() 985 sinfo->slot_off -= sizeof(*sinfo->de); in fat_scan_logstart() 1064 err = __fat_remove_entries(dir, sinfo->slot_off, nr_slots); in fat_remove_entries() 1395 sinfo->slot_off = pos; in fat_add_entries()
|
H A D | fat.h | 135 loff_t slot_off; /* offset for slot or de start */ member
|
Completed in 6 milliseconds