Home
last modified time | relevance | path

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

/linux-4.1.27/fs/hpfs/
Ddir.c25 loff_t new_off = off + (whence == 1 ? filp->f_pos : 0); in hpfs_dir_lseek() local
40 if (new_off == 0 || new_off == 1 || new_off == 11 || new_off == 12 || new_off == 13) goto ok; in hpfs_dir_lseek()
42 while (pos != new_off) { in hpfs_dir_lseek()
49 filp->f_pos = new_off; in hpfs_dir_lseek()
52 return new_off; in hpfs_dir_lseek()
/linux-4.1.27/fs/hfs/
Dbrec.c234 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()
/linux-4.1.27/fs/hfsplus/
Dbrec.c238 int num_recs, new_rec_off, new_off, old_rec_off; in hfs_bnode_split() local
303 new_off = 14; in hfs_bnode_split()
304 size = data_start - new_off; in hfs_bnode_split()
308 hfs_bnode_write_u16(new_node, new_rec_off, new_off); in hfs_bnode_split()
312 new_off = data_end - size; in hfs_bnode_split()
315 hfs_bnode_write_u16(new_node, new_rec_off, new_off); in hfs_bnode_split()
/linux-4.1.27/drivers/hid/
Dhid-sony.c1363 __u8 new_on, new_off; in sony_led_blink_set() local
1381 new_off = *delay_off / 10; in sony_led_blink_set()
1394 new_off != drv_data->led_delay_off[n]) { in sony_led_blink_set()
1396 drv_data->led_delay_off[n] = new_off; in sony_led_blink_set()