tag | line | file | source code |
CF_LE_W | 50 | fs/fat/cache.c | next = CF_LE_W(((unsigned short *) bh->b_data)[(first & |
CF_LE_W | 245 | fs/fat/inode.c | logical_sector_size = CF_LE_W(*(unsigned short *) &b->sector_size); |
CF_LE_W | 249 | fs/fat/inode.c | MSDOS_SB(sb)->fat_start = CF_LE_W(b->reserved)*sector_mult; |
CF_LE_W | 250 | fs/fat/inode.c | MSDOS_SB(sb)->fat_length = CF_LE_W(b->fat_length)*sector_mult; |
CF_LE_W | 251 | fs/fat/inode.c | MSDOS_SB(sb)->dir_start = (CF_LE_W(b->reserved)+b->fats*CF_LE_W( |
CF_LE_W | 253 | fs/fat/inode.c | MSDOS_SB(sb)->dir_entries = CF_LE_W(*((unsigned short *) &b->dir_entries |
CF_LE_W | 258 | fs/fat/inode.c | data_sectors = (CF_LE_W(*((unsigned short *) &b->sectors)) ? |
CF_LE_W | 259 | fs/fat/inode.c | CF_LE_W(*((unsigned short *) &b->sectors)) : |
CF_LE_W | 296 | fs/fat/inode.c | CF_LE_W(*(unsigned short *) &b->sectors), |
CF_LE_W | 424 | fs/fat/inode.c | MSDOS_I(inode)->i_start = CF_LE_W(raw_entry->start); |
CF_LE_W | 434 | fs/fat/inode.c | if ((nr = CF_LE_W(raw_entry->start)) != 0) |
CF_LE_W | 454 | fs/fat/inode.c | MSDOS_I(inode)->i_start = CF_LE_W(raw_entry->start); |
CF_LE_W | 469 | fs/fat/inode.c | date_dos2unix(CF_LE_W(raw_entry->time),CF_LE_W(raw_entry->date)); |
CF_LE_W | 472 | 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); |