Searched refs:new_off (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/hpfs/ |
D | dir.c | 26 loff_t new_off = off + (whence == 1 ? filp->f_pos : 0); in hpfs_dir_lseek() local 41 if (new_off == 0 || new_off == 1 || new_off == 11 || new_off == 12 || new_off == 13) goto ok; in hpfs_dir_lseek() 43 while (pos != new_off) { in hpfs_dir_lseek() 54 filp->f_pos = new_off; in hpfs_dir_lseek() 57 return new_off; in hpfs_dir_lseek()
|
/linux-4.19.296/fs/hfsplus/ |
D | brec.c | 240 int num_recs, new_rec_off, new_off, old_rec_off; in hfs_bnode_split() local 305 new_off = 14; in hfs_bnode_split() 306 size = data_start - new_off; in hfs_bnode_split() 310 hfs_bnode_write_u16(new_node, new_rec_off, new_off); in hfs_bnode_split() 314 new_off = data_end - size; in hfs_bnode_split() 317 hfs_bnode_write_u16(new_node, new_rec_off, new_off); in hfs_bnode_split()
|
/linux-4.19.296/fs/hfs/ |
D | brec.c | 236 int num_recs, new_rec_off, new_off, old_rec_off; in hfs_bnode_split() local 301 new_off = 14; in hfs_bnode_split() 302 size = data_start - new_off; in hfs_bnode_split() 306 hfs_bnode_write_u16(new_node, new_rec_off, new_off); in hfs_bnode_split() 310 new_off = data_end - size; in hfs_bnode_split() 313 hfs_bnode_write_u16(new_node, new_rec_off, new_off); in hfs_bnode_split()
|
/linux-4.19.296/fs/xfs/ |
D | xfs_dir2_readdir.c | 251 xfs_dir2_off_t new_off; in xfs_dir2_leaf_readbuf() local 279 new_off = xfs_dir2_da_to_byte(geo, map.br_startoff); in xfs_dir2_leaf_readbuf() 280 if (new_off > *cur_off) in xfs_dir2_leaf_readbuf() 281 *cur_off = new_off; in xfs_dir2_leaf_readbuf()
|
/linux-4.19.296/drivers/hid/ |
D | hid-sony.c | 1924 u8 new_on, new_off; in sony_led_blink_set() local 1942 new_off = *delay_off / 10; in sony_led_blink_set() 1955 new_off != drv_data->led_delay_off[n]) { in sony_led_blink_set() 1957 drv_data->led_delay_off[n] = new_off; in sony_led_blink_set()
|