| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | bnode.c | 331 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 D | bnode.c | 482 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 D | dmesg.py | 80 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 D | atm_zatm.h | 30 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 D | atm_zatm.h | 30 int offset,next_off; /* alignment optimizations: offset */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | atm_zatm.h | 30 int offset,next_off; /* alignment optimizations: offset */ member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/ |
| H A D | 0001-fix-compile-error-with-linux-kernel-v4.8.patch | 44 + int offset,next_off; /* alignment optimizations: offset */
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | percpu.c | 1023 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 D | transaction.c | 2466 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 D | buffer.c | 1548 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 D | inode.c | 3174 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 D | rbd.c | 2331 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 D | zatm.c | 621 zatm_dev->pool_info[i].next_off = 0; in start_rx()
|