Searched refs:new_off (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/fs/hpfs/ |
D | dir.c | 25 loff_t new_off = off + (whence == 1 ? filp->f_pos : 0); in hpfs_dir_lseek() local 35 if (new_off == 0 || new_off == 1 || new_off == 11 || new_off == 12 || new_off == 13) goto ok; in hpfs_dir_lseek() 38 while (pos != new_off) { in hpfs_dir_lseek() 46 return filp->f_pos = new_off; in hpfs_dir_lseek()
|
/linux-2.6.39/arch/powerpc/platforms/cell/spufs/ |
D | coredump.c | 73 static int spufs_dump_align(struct file *file, char *buf, loff_t new_off, in spufs_dump_align() argument 78 size = min((loff_t)PAGE_SIZE, new_off - *foffset); in spufs_dump_align() 82 while (rc == 0 && new_off > *foffset) { in spufs_dump_align() 83 size = min((loff_t)PAGE_SIZE, new_off - *foffset); in spufs_dump_align()
|
/linux-2.6.39/fs/hfsplus/ |
D | brec.c | 232 int num_recs, new_rec_off, new_off, old_rec_off; in hfs_bnode_split() local 297 new_off = 14; in hfs_bnode_split() 298 size = data_start - new_off; in hfs_bnode_split() 302 hfs_bnode_write_u16(new_node, new_rec_off, new_off); in hfs_bnode_split() 306 new_off = data_end - size; in hfs_bnode_split() 309 hfs_bnode_write_u16(new_node, new_rec_off, new_off); in hfs_bnode_split()
|
/linux-2.6.39/fs/hfs/ |
D | brec.c | 234 int num_recs, new_rec_off, new_off, old_rec_off; in hfs_bnode_split() local 299 new_off = 14; in hfs_bnode_split() 300 size = data_start - new_off; in hfs_bnode_split() 304 hfs_bnode_write_u16(new_node, new_rec_off, new_off); in hfs_bnode_split() 308 new_off = data_end - size; in hfs_bnode_split() 311 hfs_bnode_write_u16(new_node, new_rec_off, new_off); in hfs_bnode_split()
|