tag | line | file | source code |
CF_LE_W | 53 | fs/msdos/fat.c | next = CF_LE_W(((unsigned short *) bh->b_data)[(first & |
CF_LE_W | 229 | fs/msdos/inode.c | logical_sector_size = CF_LE_W(*(unsigned short *) &b->sector_size); |
CF_LE_W | 233 | fs/msdos/inode.c | MSDOS_SB(sb)->fat_start = CF_LE_W(b->reserved)*sector_mult; |
CF_LE_W | 234 | fs/msdos/inode.c | MSDOS_SB(sb)->fat_length = CF_LE_W(b->fat_length)*sector_mult; |
CF_LE_W | 235 | fs/msdos/inode.c | MSDOS_SB(sb)->dir_start = (CF_LE_W(b->reserved)+b->fats*CF_LE_W( |
CF_LE_W | 237 | fs/msdos/inode.c | MSDOS_SB(sb)->dir_entries = CF_LE_W(*((unsigned short *) &b->dir_entries |
CF_LE_W | 242 | fs/msdos/inode.c | data_sectors = (CF_LE_W(*((unsigned short *) &b->sectors)) ? |
CF_LE_W | 243 | fs/msdos/inode.c | CF_LE_W(*((unsigned short *) &b->sectors)) : |
CF_LE_W | 277 | fs/msdos/inode.c | MSDOS_SB(sb)->data_start,CF_LE_W(*(unsigned short *) &b-> |
CF_LE_W | 394 | fs/msdos/inode.c | MSDOS_I(inode)->i_start = CF_LE_W(raw_entry->start); |
CF_LE_W | 404 | fs/msdos/inode.c | if ((nr = CF_LE_W(raw_entry->start)) != 0) |
CF_LE_W | 422 | fs/msdos/inode.c | MSDOS_I(inode)->i_start = CF_LE_W(raw_entry->start); |
CF_LE_W | 434 | fs/msdos/inode.c | date_dos2unix(CF_LE_W(raw_entry->time),CF_LE_W(raw_entry->date)); |
CF_LE_W | 346 | fs/msdos/misc.c | done = !IS_FREE(data[entry].name) && CF_LE_W(data[entry].start) == *number; |
CF_LE_W | 390 | fs/msdos/misc.c | start = CF_LE_W(data[entry].start); |