Home
last modified time | relevance | path

Searched refs:p_first (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/fat/
Dcache.c43 unsigned char *p_first, *p_last; in default_fat_access() local
71 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()
85 p_first = &((__u8 *)bh->b_data)[first & (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()
100 *p_first = (*p_first & 0xf) | (new_value << 4); in default_fat_access()
104 *p_first = new_value & 0xff; in default_fat_access()