Searched refs:slot_off (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Ddir.c439 sinfo->slot_off = cpos - nr_slots * sizeof(*de);
929 sinfo->slot_off = 0;
931 while (fat_get_short_entry(dir, &sinfo->slot_off, &sinfo->bh,
934 sinfo->slot_off -= sizeof(*sinfo->de);
1014 err = __fat_remove_entries(dir, sinfo->slot_off, nr_slots);
1340 sinfo->slot_off = pos;
H A Dfat.h117 loff_t slot_off; /* offset for slot or de start */ member in struct:fat_slot_info

Completed in 105 milliseconds