Searched refs:ent32_p (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 Dfatent.c67 fatent->u.ent32_p = (__le32 *)(fatent->bhs[0]->b_data + offset);
149 int next = le32_to_cpu(*fatent->u.ent32_p) & 0x0fffffff;
150 WARN_ON((unsigned long)fatent->u.ent32_p & (4 - 1));
193 new |= le32_to_cpu(*fatent->u.ent32_p) & ~0x0fffffff;
194 *fatent->u.ent32_p = cpu_to_le32(new);
244 if (fatent->u.ent32_p < (__le32 *)(bh->b_data + (bh->b_size - 4))) {
245 fatent->u.ent32_p++;
248 fatent->u.ent32_p = NULL;
H A Dfat.h260 __le32 *ent32_p; member in union:fat_entry::__anon16638
271 fatent->u.ent32_p = NULL;
279 fatent->u.ent32_p = NULL;
285 fatent->u.ent32_p = NULL;

Completed in 117 milliseconds