Home
last modified time | relevance | path

Searched refs:next_off (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/fs/hfs/
H A Dbnode.c331 int i, rec_off, off, next_off; in hfs_bnode_find() local
383 for (i = 1; i <= node->num_recs; off = next_off, i++) { in hfs_bnode_find()
385 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find()
386 if (next_off <= off || in hfs_bnode_find()
387 next_off > tree->node_size || in hfs_bnode_find()
388 next_off & 1) in hfs_bnode_find()
390 entry_size = next_off - off; in hfs_bnode_find()
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Dbnode.c482 int i, rec_off, off, next_off; in hfs_bnode_find() local
536 for (i = 1; i <= node->num_recs; off = next_off, i++) { in hfs_bnode_find()
538 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find()
539 if (next_off <= off || in hfs_bnode_find()
540 next_off > tree->node_size || in hfs_bnode_find()
541 next_off & 1) in hfs_bnode_find()
543 entry_size = next_off - off; in hfs_bnode_find()
/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H A Ddmesg.py80 next_off = off + (prb_data_blk_lpos_type.get_type()['next'].bitpos // 8)
115 end = utils.read_ulong(descs, desc_off + next_off) % text_data_sz
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Datm_zatm.h30 int offset,next_off; /* alignment optimizations: offset */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Datm_zatm.h30 int offset,next_off; /* alignment optimizations: offset */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Datm_zatm.h30 int offset,next_off; /* alignment optimizations: offset */ member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/
H A D0001-fix-compile-error-with-linux-kernel-v4.8.patch44 + int offset,next_off; /* alignment optimizations: offset */
/OK3568_Linux_fs/kernel/mm/
H A Dpercpu.c1023 int *next_off) in pcpu_is_populated() argument
1035 *next_off = re * PAGE_SIZE / PCPU_MIN_ALLOC_SIZE; in pcpu_is_populated()
1062 int bit_off, bits, next_off; in pcpu_find_block_fit() local
1079 &next_off)) in pcpu_find_block_fit()
1082 bit_off = next_off; in pcpu_find_block_fit()
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Dtransaction.c2466 unsigned int next_off = curr_off + bh->b_size; in jbd2_journal_invalidatepage() local
2469 if (next_off > stop) in jbd2_journal_invalidatepage()
2481 curr_off = next_off; in jbd2_journal_invalidatepage()
/OK3568_Linux_fs/kernel/fs/
H A Dbuffer.c1548 unsigned int next_off = curr_off + bh->b_size; in block_invalidatepage() local
1554 if (next_off > stop) in block_invalidatepage()
1562 curr_off = next_off; in block_invalidatepage()
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dinode.c3174 unsigned int next_off = curr_off + bh->b_size; in reiserfs_invalidatepage() local
3177 if (next_off > stop) in reiserfs_invalidatepage()
3189 curr_off = next_off; in reiserfs_invalidatepage()
/OK3568_Linux_fs/kernel/drivers/block/
H A Drbd.c2331 u64 off, next_off; in rbd_obj_init_discard() local
2345 next_off = round_down(obj_req->ex.oe_off + obj_req->ex.oe_len, in rbd_obj_init_discard()
2347 if (off >= next_off) in rbd_obj_init_discard()
2352 off, next_off - off); in rbd_obj_init_discard()
2354 obj_req->ex.oe_len = next_off - off; in rbd_obj_init_discard()
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dzatm.c621 zatm_dev->pool_info[i].next_off = 0; in start_rx()