tag | line | file | source code |
SECTOR_SIZE | 112 | drivers/block/ide-cd.c | #define SECTORS_PER_FRAME (CD_FRAMESIZE / SECTOR_SIZE) |
SECTOR_SIZE | 462 | drivers/block/ide-cd.c | int n = (rq->buffer - rq->bh->b_data) / SECTOR_SIZE; |
SECTOR_SIZE | 838 | drivers/block/ide-cd.c | dest = info->sector_buffer + info->nsectors_buffered * SECTOR_SIZE; |
SECTOR_SIZE | 841 | drivers/block/ide-cd.c | cdrom_in_bytes (drive, dest, SECTOR_SIZE); |
SECTOR_SIZE | 845 | drivers/block/ide-cd.c | dest += SECTOR_SIZE; |
SECTOR_SIZE | 851 | drivers/block/ide-cd.c | char dum[SECTOR_SIZE]; |
SECTOR_SIZE | 939 | drivers/block/ide-cd.c | if ((len % SECTOR_SIZE) != 0) |
SECTOR_SIZE | 950 | drivers/block/ide-cd.c | sectors_to_transfer = len / SECTOR_SIZE; |
SECTOR_SIZE | 959 | drivers/block/ide-cd.c | char dum[SECTOR_SIZE]; |
SECTOR_SIZE | 996 | drivers/block/ide-cd.c | cdrom_in_bytes (drive, rq->buffer, SECTOR_SIZE); |
SECTOR_SIZE | 997 | drivers/block/ide-cd.c | rq->buffer += SECTOR_SIZE; |
SECTOR_SIZE | 1036 | drivers/block/ide-cd.c | (rq->sector - info->sector_buffered) * SECTOR_SIZE, |
SECTOR_SIZE | 1037 | drivers/block/ide-cd.c | SECTOR_SIZE); |
SECTOR_SIZE | 1038 | drivers/block/ide-cd.c | rq->buffer += SECTOR_SIZE; |
SECTOR_SIZE | 37 | fs/msdos/fat.c | SECTOR_BITS),SECTOR_SIZE))) { |
SECTOR_SIZE | 45 | fs/msdos/fat.c | >> SECTOR_BITS),SECTOR_SIZE))) { |
SECTOR_SIZE | 54 | fs/msdos/fat.c | (SECTOR_SIZE-1)) >> 1]); |
SECTOR_SIZE | 58 | fs/msdos/fat.c | p_first = &((unsigned char *) bh->b_data)[first & (SECTOR_SIZE-1)]; |
SECTOR_SIZE | 60 | fs/msdos/fat.c | (SECTOR_SIZE-1)]; |
SECTOR_SIZE | 67 | fs/msdos/fat.c | ((unsigned short *) bh->b_data)[(first & (SECTOR_SIZE-1)) >> |
SECTOR_SIZE | 84 | fs/msdos/fat.c | fat_length*copy,SECTOR_SIZE))) break; |
SECTOR_SIZE | 85 | fs/msdos/fat.c | memcpy(c_bh->b_data,bh->b_data,SECTOR_SIZE); |
SECTOR_SIZE | 91 | fs/msdos/fat.c | +1,SECTOR_SIZE))) { |
SECTOR_SIZE | 95 | fs/msdos/fat.c | memcpy(c_bh2->b_data,bh2->b_data,SECTOR_SIZE); |
SECTOR_SIZE | 138 | fs/msdos/file.c | bh = getblk(inode->i_dev,sector,SECTOR_SIZE); |
SECTOR_SIZE | 192 | fs/msdos/file.c | int count_max = (filp->f_pos & (SECTOR_SIZE-1)) + count; |
SECTOR_SIZE | 195 | fs/msdos/file.c | to_reada = count_max / SECTOR_SIZE; |
SECTOR_SIZE | 196 | fs/msdos/file.c | if (count_max & (SECTOR_SIZE-1)) to_reada++; |
SECTOR_SIZE | 234 | fs/msdos/file.c | offset = filp->f_pos & (SECTOR_SIZE-1); |
SECTOR_SIZE | 236 | fs/msdos/file.c | size = MIN(SECTOR_SIZE-offset,left_in_file); |
SECTOR_SIZE | 304 | fs/msdos/file.c | offset = filp->f_pos & (SECTOR_SIZE-1); |
SECTOR_SIZE | 305 | fs/msdos/file.c | size = MIN(SECTOR_SIZE-offset,MAX(carry,count)); |
SECTOR_SIZE | 308 | fs/msdos/file.c | && (size == SECTOR_SIZE |
SECTOR_SIZE | 313 | fs/msdos/file.c | if (!(bh = getblk(inode->i_dev,sector,SECTOR_SIZE))){ |
SECTOR_SIZE | 317 | fs/msdos/file.c | }else if (!(bh = bread(inode->i_dev,sector,SECTOR_SIZE))) { |
SECTOR_SIZE | 326 | fs/msdos/file.c | written = left = SECTOR_SIZE-offset; |
SECTOR_SIZE | 327 | fs/msdos/file.c | to = (char *) bh->b_data+(filp->f_pos & (SECTOR_SIZE-1)); |
SECTOR_SIZE | 367 | fs/msdos/file.c | cluster = SECTOR_SIZE*MSDOS_SB(inode->i_sb)->cluster_size; |
SECTOR_SIZE | 251 | fs/msdos/inode.c | fat_length*SECTOR_SIZE*8/MSDOS_SB(sb)->fat_bits || |
SECTOR_SIZE | 252 | fs/msdos/inode.c | (logical_sector_size & (SECTOR_SIZE-1)) || !b->secs_track || |
SECTOR_SIZE | 326 | fs/msdos/inode.c | tmp.f_bsize = MSDOS_SB(sb)->cluster_size*SECTOR_SIZE; |
SECTOR_SIZE | 375 | fs/msdos/inode.c | SECTOR_SIZE; |
SECTOR_SIZE | 384 | fs/msdos/inode.c | SECTOR_SIZE))) { |
SECTOR_SIZE | 406 | fs/msdos/inode.c | inode->i_size += SECTOR_SIZE*MSDOS_SB(inode-> |
SECTOR_SIZE | 430 | fs/msdos/inode.c | inode->i_blksize = MSDOS_SB(inode->i_sb)->cluster_size*SECTOR_SIZE; |
SECTOR_SIZE | 448 | fs/msdos/inode.c | SECTOR_SIZE))) { |
SECTOR_SIZE | 196 | fs/msdos/misc.c | if (!(bh = getblk(inode->i_dev,sector,SECTOR_SIZE))) |
SECTOR_SIZE | 199 | fs/msdos/misc.c | memset(bh->b_data,0,SECTOR_SIZE); |
SECTOR_SIZE | 213 | fs/msdos/misc.c | if (inode->i_size & (SECTOR_SIZE-1)) { |
SECTOR_SIZE | 215 | fs/msdos/misc.c | inode->i_size = (inode->i_size+SECTOR_SIZE) & |
SECTOR_SIZE | 216 | fs/msdos/misc.c | ~(SECTOR_SIZE-1); |
SECTOR_SIZE | 218 | fs/msdos/misc.c | inode->i_size += SECTOR_SIZE*cluster_size; |
SECTOR_SIZE | 303 | fs/msdos/misc.c | if (!(*bh = bread(dir->i_dev,sector,SECTOR_SIZE))) { |
SECTOR_SIZE | 309 | fs/msdos/misc.c | (SECTOR_SIZE-1))); |
SECTOR_SIZE | 310 | fs/msdos/misc.c | return (sector << MSDOS_DPS_BITS)+((offset & (SECTOR_SIZE-1)) >> |
SECTOR_SIZE | 377 | fs/msdos/misc.c | if (!(bh = bread(sb->s_dev,sector,SECTOR_SIZE))) return -EIO; |
SECTOR_SIZE | 16 | include/linux/msdos_fs.h | #define MSDOS_DPS (SECTOR_SIZE/sizeof(struct msdos_dir_entry)) |