Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dreaddir.c101 unsigned int off, next_off, end; in xchk_dir_walk_block() local
110 for (off = geo->data_entry_offset; off < end; off = next_off) { in xchk_dir_walk_block()
119 next_off = off + be16_to_cpu(dup->length); in xchk_dir_walk_block()
124 next_off = off + xfs_dir2_data_entsize(mp, dep->namelen); in xchk_dir_walk_block()
125 if (next_off > end) in xchk_dir_walk_block()
/openbmc/linux/fs/hfs/
H A Dbnode.c321 int i, rec_off, off, next_off; in hfs_bnode_find() local
374 for (i = 1; i <= node->num_recs; off = next_off, i++) { in hfs_bnode_find()
376 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find()
377 if (next_off <= off || in hfs_bnode_find()
378 next_off > tree->node_size || in hfs_bnode_find()
379 next_off & 1) in hfs_bnode_find()
381 entry_size = next_off - off; in hfs_bnode_find()
/openbmc/linux/fs/hfsplus/
H A Dbnode.c471 int i, rec_off, off, next_off; in hfs_bnode_find() local
525 for (i = 1; i <= node->num_recs; off = next_off, i++) { in hfs_bnode_find()
527 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find()
528 if (next_off <= off || in hfs_bnode_find()
529 next_off > tree->node_size || in hfs_bnode_find()
530 next_off & 1) in hfs_bnode_find()
532 entry_size = next_off - off; in hfs_bnode_find()
/openbmc/linux/include/uapi/linux/
H A Datm_zatm.h30 int offset,next_off; /* alignment optimizations: offset */ member
/openbmc/linux/scripts/gdb/linux/
H A Ddmesg.py74 next_off = off + (prb_data_blk_lpos_type.get_type()['next'].bitpos // 8)
110 end = utils.read_ulong(desc, next_off) % text_data_sz
/openbmc/linux/fs/smb/server/
H A Dsmb_common.c191 static char *next_dialect(char *dialect, int *next_off, int bcount) in next_dialect() argument
193 dialect = dialect + *next_off; in next_dialect()
194 *next_off = strnlen(dialect, bcount); in next_dialect()
195 if (dialect[*next_off] != '\0') in next_dialect()
H A Dsmb2pdu.c2846 int next_off = 0; in smb2_open() local
3592 next_off = conn->vals->create_lease_size; in smb2_open()
3612 *next_ptr = cpu_to_le32(next_off); in smb2_open()
3614 next_off = conn->vals->create_mxac_size; in smb2_open()
3630 *next_ptr = cpu_to_le32(next_off); in smb2_open()
3632 next_off = conn->vals->create_disk_id_size; in smb2_open()
3657 *next_ptr = cpu_to_le32(next_off); in smb2_open()
3659 next_off = conn->vals->create_durable_size; in smb2_open()
3671 *next_ptr = cpu_to_le32(next_off); in smb2_open()
/openbmc/linux/tools/lib/bpf/
H A Dbtf_dump.c861 int cur_off, int next_off, int next_align, in btf_dump_emit_bit_padding() argument
873 if (cur_off >= next_off) in btf_dump_emit_bit_padding()
899 if (new_off <= next_off) in btf_dump_emit_bit_padding()
903 if (new_off > cur_off && new_off <= next_off) { in btf_dump_emit_bit_padding()
914 (new_off == next_off && roundup(cur_off, next_align * 8) != new_off) || in btf_dump_emit_bit_padding()
915 (new_off != next_off && next_off - new_off <= new_off - cur_off)) in btf_dump_emit_bit_padding()
928 while (cur_off != next_off) { in btf_dump_emit_bit_padding()
929 bits = min(next_off - cur_off, pad_bits); in btf_dump_emit_bit_padding()
/openbmc/linux/sound/soc/fsl/
H A Dfsl_sai.c653 sai->audio_config[tx].stride_fifos_dst = dl_cfg[dl_cfg_idx].next_off[tx]; in fsl_sai_hw_params()
656 sai->audio_config[tx].stride_fifos_src = dl_cfg[dl_cfg_idx].next_off[tx]; in fsl_sai_hw_params()
1261 cfg[0].next_off[0] = 0; in fsl_sai_read_dlcfg()
1266 cfg[0].next_off[1] = 0; in fsl_sai_read_dlcfg()
1299 cfg[i].next_off[0] = fsl_sai_calc_dl_off(rx); in fsl_sai_read_dlcfg()
1305 cfg[i].next_off[1] = fsl_sai_calc_dl_off(tx); in fsl_sai_read_dlcfg()
H A Dfsl_sai.h274 unsigned int next_off[2]; member
/openbmc/openbmc/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 */
/openbmc/linux/tools/testing/selftests/net/
H A Dgro.c108 int next_off; in setup_sock_filter() local
111 next_off = offsetof(struct iphdr, protocol); in setup_sock_filter()
113 next_off = offsetof(struct ipv6hdr, nexthdr); in setup_sock_filter()
114 ipproto_off = ETH_HLEN + next_off; in setup_sock_filter()
/openbmc/linux/fs/ntfs3/
H A Dfsntfs.c1945 sbi->security.next_off = in ntfs_security_init()
2173 next = sbi->security.next_off & (SecurityDescriptorsBlockSize - 1); in ntfs_insert_security()
2179 sbi->security.next_off += SecurityDescriptorsBlockSize + left; in ntfs_insert_security()
2198 d_security->off = cpu_to_le64(sbi->security.next_off); in ntfs_insert_security()
2203 err = ntfs_sb_write_run(sbi, &ni->file.run, sbi->security.next_off, in ntfs_insert_security()
2209 mirr_off = sbi->security.next_off + SecurityDescriptorsBlockSize; in ntfs_insert_security()
2269 sbi->security.next_off += aligned_sec_size; in ntfs_insert_security()
H A Dntfs_fs.h292 u64 next_off; member
/openbmc/linux/mm/
H A Dpercpu.c1074 int *next_off) in pcpu_is_populated() argument
1087 *next_off = end * PAGE_SIZE / PCPU_MIN_ALLOC_SIZE; in pcpu_is_populated()
1114 int bit_off, bits, next_off; in pcpu_find_block_fit() local
1128 &next_off)) in pcpu_find_block_fit()
1131 bit_off = next_off; in pcpu_find_block_fit()
/openbmc/linux/fs/jbd2/
H A Dtransaction.c2442 unsigned int next_off = curr_off + bh->b_size; in jbd2_journal_invalidate_folio() local
2445 if (next_off > stop) in jbd2_journal_invalidate_folio()
2457 curr_off = next_off; in jbd2_journal_invalidate_folio()
/openbmc/linux/include/linux/
H A Dbpf.h473 u32 next_off = rec->fields[i].offset; in bpf_obj_memcpy() local
474 u32 sz = next_off - curr_off; in bpf_obj_memcpy()
503 u32 next_off = rec->fields[i].offset; in bpf_obj_memzero() local
504 u32 sz = next_off - curr_off; in bpf_obj_memzero()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch666 - off64_t first_off, last_off, next_off;
667 + off_t first_off, last_off, next_off;
/openbmc/linux/fs/
H A Dbuffer.c1608 size_t next_off = curr_off + bh->b_size; in block_invalidate_folio() local
1614 if (next_off > stop) in block_invalidate_folio()
1622 curr_off = next_off; in block_invalidate_folio()
/openbmc/linux/fs/reiserfs/
H A Dinode.c3151 unsigned int next_off = curr_off + bh->b_size; in reiserfs_invalidate_folio() local
3154 if (next_off > stop) in reiserfs_invalidate_folio()
3166 curr_off = next_off; in reiserfs_invalidate_folio()
/openbmc/linux/drivers/block/
H A Drbd.c2288 u64 off, next_off; in rbd_obj_init_discard() local
2302 next_off = round_down(obj_req->ex.oe_off + obj_req->ex.oe_len, in rbd_obj_init_discard()
2304 if (off >= next_off) in rbd_obj_init_discard()
2309 off, next_off - off); in rbd_obj_init_discard()
2311 obj_req->ex.oe_len = next_off - off; in rbd_obj_init_discard()
/openbmc/linux/kernel/bpf/
H A Dbtf.c3729 u32 next_off = 0, field_type_size; in btf_parse_fields() local
3757 if (info_arr[i].off < next_off) { in btf_parse_fields()
3761 next_off = info_arr[i].off + field_type_size; in btf_parse_fields()