Searched refs:p_last (Results 1 – 1 of 1) sorted by relevance
43 unsigned char *p_first, *p_last; in default_fat_access() local71 p_first = p_last = NULL; /* GCC needs that stuff */ in default_fat_access()80 p_first = p_last = NULL; /* GCC needs that stuff */ in default_fat_access()86 p_last = &((__u8 *)bh2->b_data)[(first + 1) & (sb->s_blocksize - 1)]; in default_fat_access()87 if (nr & 1) next = ((*p_first >> 4) | (*p_last << 4)) & 0xfff; in default_fat_access()88 else next = (*p_first+(*p_last << 8)) & 0xfff; in default_fat_access()101 *p_last = new_value >> 4; in default_fat_access()105 *p_last = (*p_last & 0xf0) | (new_value >> 8); in default_fat_access()