tag | line | file | source code |
pos | 162 | fs/ext/file.c | off_t pos; |
pos | 180 | fs/ext/file.c | pos = inode->i_size; |
pos | 182 | fs/ext/file.c | pos = filp->f_pos; |
pos | 185 | fs/ext/file.c | if (!(block = ext_create_block(inode,pos/BLOCK_SIZE))) { |
pos | 190 | fs/ext/file.c | c = BLOCK_SIZE - (pos % BLOCK_SIZE); |
pos | 202 | fs/ext/file.c | p = (pos % BLOCK_SIZE) + bh->b_data; |
pos | 203 | fs/ext/file.c | pos += c; |
pos | 204 | fs/ext/file.c | if (pos > inode->i_size) { |
pos | 205 | fs/ext/file.c | inode->i_size = pos; |
pos | 217 | fs/ext/file.c | filp->f_pos = pos; |
pos | 162 | fs/minix/file.c | off_t pos; |
pos | 180 | fs/minix/file.c | pos = inode->i_size; |
pos | 182 | fs/minix/file.c | pos = filp->f_pos; |
pos | 185 | fs/minix/file.c | if (!(block = minix_create_block(inode,pos/BLOCK_SIZE))) { |
pos | 190 | fs/minix/file.c | c = BLOCK_SIZE - (pos % BLOCK_SIZE); |
pos | 202 | fs/minix/file.c | p = (pos % BLOCK_SIZE) + bh->b_data; |
pos | 203 | fs/minix/file.c | pos += c; |
pos | 204 | fs/minix/file.c | if (pos > inode->i_size) { |
pos | 205 | fs/minix/file.c | inode->i_size = pos; |
pos | 217 | fs/minix/file.c | filp->f_pos = pos; |
pos | 211 | fs/msdos/misc.c | int msdos_get_entry(struct inode *dir,int *pos,struct buffer_head **bh, |
pos | 218 | fs/msdos/misc.c | offset = *pos; |
pos | 219 | fs/msdos/misc.c | if ((sector = msdos_smap(dir,*pos >> SECTOR_BITS)) == -1) |
pos | 223 | fs/msdos/misc.c | *pos += sizeof(struct msdos_dir_entry); |
pos | 242 | fs/msdos/misc.c | int pos; |
pos | 246 | fs/msdos/misc.c | pos = 0; |
pos | 248 | fs/msdos/misc.c | while ((*ino = msdos_get_entry(dir,&pos,res_bh,&de)) > -1) { |
pos | 266 | fs/msdos/namei.c | int res,ino,pos; |
pos | 285 | fs/msdos/namei.c | pos = 0; |
pos | 287 | fs/msdos/namei.c | while (msdos_get_entry(inode,&pos,&dbh,&dde) > -1) |
pos | 119 | include/linux/msdos_fs.h | extern int msdos_get_entry(struct inode *dir,int *pos,struct buffer_head **bh, |
pos | 290 | kernel/chr_drv/console.c | pos = origin + y*video_size_row + (x<<1); |
pos | 320 | kernel/chr_drv/console.c | pos += video_size_row; |
pos | 335 | kernel/chr_drv/console.c | pos -= origin-video_mem_start; |
pos | 385 | kernel/chr_drv/console.c | pos += video_size_row; |
pos | 396 | kernel/chr_drv/console.c | pos -= video_size_row; |
pos | 405 | kernel/chr_drv/console.c | pos -= x<<1; |
pos | 412 | kernel/chr_drv/console.c | pos -= 2; |
pos | 421 | kernel/chr_drv/console.c | pos -= 2; |
pos | 423 | kernel/chr_drv/console.c | *(unsigned short *)pos = video_erase_char; |
pos | 435 | kernel/chr_drv/console.c | count = (scr_end-pos)>>1; |
pos | 436 | kernel/chr_drv/console.c | start = pos; |
pos | 439 | kernel/chr_drv/console.c | count = ((pos-origin)>>1)+1; |
pos | 466 | kernel/chr_drv/console.c | start = pos; |
pos | 469 | kernel/chr_drv/console.c | start = pos - (x<<1); |
pos | 473 | kernel/chr_drv/console.c | start = pos - (x<<1); |
pos | 597 | kernel/chr_drv/console.c | outb_p(0xff&((pos-video_mem_base)>>9), video_port_val); |
pos | 599 | kernel/chr_drv/console.c | outb_p(0xff&((pos-video_mem_base)>>1), video_port_val); |
pos | 737 | kernel/chr_drv/console.c | unsigned short * p = (unsigned short *) pos; |
pos | 757 | kernel/chr_drv/console.c | unsigned short * p = (unsigned short *) pos; |
pos | 917 | kernel/chr_drv/console.c | *(char *) pos = c; |
pos | 918 | kernel/chr_drv/console.c | *(char *) (pos+1) = attr; |
pos | 923 | kernel/chr_drv/console.c | pos+=2; |
pos | 940 | kernel/chr_drv/console.c | pos -= (x << 1); |
pos | 946 | kernel/chr_drv/console.c | pos += (x << 1); |
pos | 1315 | kernel/chr_drv/console.c | pos = origin = video_mem_start = base; |
pos | 1371 | kernel/chr_drv/console.c | pos = origin + y*video_size_row + (x<<1); |
pos | 1380 | kernel/chr_drv/console.c | pos = origin + y*video_size_row + (x<<1); |
pos | 1478 | kernel/chr_drv/console.c | *(char *) pos = c; |
pos | 1479 | kernel/chr_drv/console.c | *(char *) (pos+1) = attr; |
pos | 1485 | kernel/chr_drv/console.c | pos+=2; |