Searched refs:new_off (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hpfs/
H A Ddir.c24 loff_t new_off = off + (whence == 1 ? filp->f_pos : 0); local
34 if (new_off == 0 || new_off == 1 || new_off == 11 || new_off == 12 || new_off == 13) goto ok;
37 while (pos != new_off) {
45 return filp->f_pos = new_off;
48 /*printk("illegal lseek: %016llx\n", new_off);*/
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfs/
H A Dbrec.c223 int num_recs, new_rec_off, new_off, old_rec_off; local
275 new_off = 14;
276 size = data_start - new_off;
280 hfs_bnode_write_u16(new_node, new_rec_off, new_off);
284 new_off = data_end - size;
287 hfs_bnode_write_u16(new_node, new_rec_off, new_off);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus/
H A Dbrec.c221 int num_recs, new_rec_off, new_off, old_rec_off; local
273 new_off = 14;
274 size = data_start - new_off;
278 hfs_bnode_write_u16(new_node, new_rec_off, new_off);
282 new_off = data_end - size;
285 hfs_bnode_write_u16(new_node, new_rec_off, new_off);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dbrec.c223 int num_recs, new_rec_off, new_off, old_rec_off; local
275 new_off = 14;
276 size = data_start - new_off;
280 hfs_bnode_write_u16(hfsplus_handle, new_node, new_rec_off, new_off);
284 new_off = data_end - size;
287 hfs_bnode_write_u16(hfsplus_handle, new_node, new_rec_off, new_off);

Completed in 96 milliseconds