| tag | line | file | source code |
| CF_LE_W | 49 | fs/fat/cache.c | next = CF_LE_W(((unsigned short *) bh->b_data)[(first & |
| CF_LE_W | 233 | fs/fat/inode.c | logical_sector_size = CF_LE_W(*(unsigned short *) &b->sector_size); |
| CF_LE_W | 237 | fs/fat/inode.c | MSDOS_SB(sb)->fat_start = CF_LE_W(b->reserved)*sector_mult; |
| CF_LE_W | 238 | fs/fat/inode.c | MSDOS_SB(sb)->fat_length = CF_LE_W(b->fat_length)*sector_mult; |
| CF_LE_W | 239 | fs/fat/inode.c | MSDOS_SB(sb)->dir_start = (CF_LE_W(b->reserved)+b->fats*CF_LE_W( |
| CF_LE_W | 241 | fs/fat/inode.c | MSDOS_SB(sb)->dir_entries = CF_LE_W(*((unsigned short *) &b->dir_entries |
| CF_LE_W | 246 | fs/fat/inode.c | data_sectors = (CF_LE_W(*((unsigned short *) &b->sectors)) ? |
| CF_LE_W | 247 | fs/fat/inode.c | CF_LE_W(*((unsigned short *) &b->sectors)) : |
| CF_LE_W | 282 | fs/fat/inode.c | MSDOS_SB(sb)->data_start,CF_LE_W(*(unsigned short *) &b-> |
| CF_LE_W | 418 | fs/fat/inode.c | MSDOS_I(inode)->i_start = CF_LE_W(raw_entry->start); |
| CF_LE_W | 428 | fs/fat/inode.c | if ((nr = CF_LE_W(raw_entry->start)) != 0) |
| CF_LE_W | 447 | fs/fat/inode.c | MSDOS_I(inode)->i_start = CF_LE_W(raw_entry->start); |
| CF_LE_W | 462 | fs/fat/inode.c | date_dos2unix(CF_LE_W(raw_entry->time),CF_LE_W(raw_entry->date)); |
| CF_LE_W | 465 | fs/fat/inode.c | ? date_dos2unix(CF_LE_W(raw_entry->ctime),CF_LE_W(raw_entry->cdate)) |
| CF_LE_W | 344 | fs/fat/misc.c | done = !IS_FREE(data[entry].name) && CF_LE_W(data[entry].start) == *number; |
| CF_LE_W | 395 | fs/fat/misc.c | start = CF_LE_W(data[entry].start); |
| CF_LE_W | 821 | fs/vfat/namei.c | res = CF_LE_W(de->start); |