Searched refs:next_off (Results 1 - 23 of 23) sorted by relevance

/linux-master/include/uapi/linux/
H A Datm_zatm.h30 int offset,next_off; /* alignment optimizations: offset */ member in struct:zatm_pool_info
/linux-master/fs/xfs/scrub/
H A Dreaddir.c99 unsigned int off, next_off, end; local
108 for (off = geo->data_entry_offset; off < end; off = next_off) {
117 next_off = off + be16_to_cpu(dup->length);
122 next_off = off + xfs_dir2_data_entsize(mp, dep->namelen);
123 if (next_off > end)
H A Dbmap_repair.c316 xfs_fileoff_t next_off = 0; local
337 if (irec.br_startoff < next_off)
340 next_off = irec.br_startoff + irec.br_blockcount;
/linux-master/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
/linux-master/fs/hfs/
H A Dbnode.c321 int i, rec_off, off, next_off; local
374 for (i = 1; i <= node->num_recs; off = next_off, i++) {
376 next_off = hfs_bnode_read_u16(node, rec_off);
377 if (next_off <= off ||
378 next_off > tree->node_size ||
379 next_off & 1)
381 entry_size = next_off - off;
/linux-master/fs/hfsplus/
H A Dbnode.c471 int i, rec_off, off, next_off; local
525 for (i = 1; i <= node->num_recs; off = next_off, i++) {
527 next_off = hfs_bnode_read_u16(node, rec_off);
528 if (next_off <= off ||
529 next_off > tree->node_size ||
530 next_off & 1)
532 entry_size = next_off - off;
/linux-master/tools/perf/util/
H A Dannotate-data.c173 Dwarf_Off off, next_off; local
185 while (dwarf_nextcu(di->dbg, off, &next_off, &header_size,
191 off = next_off;
/linux-master/fs/smb/server/
H A Dsmb_common.c191 static char *next_dialect(char *dialect, int *next_off, int bcount) argument
193 dialect = dialect + *next_off;
194 *next_off = strnlen(dialect, bcount);
195 if (dialect[*next_off] != '\0')
H A Dsmb2pdu.c2819 int next_off = 0; local
3572 next_off = conn->vals->create_lease_size;
3592 *next_ptr = cpu_to_le32(next_off);
3594 next_off = conn->vals->create_mxac_size;
3610 *next_ptr = cpu_to_le32(next_off);
3612 next_off = conn->vals->create_disk_id_size;
3637 *next_ptr = cpu_to_le32(next_off);
3639 next_off = conn->vals->create_durable_size;
3651 *next_ptr = cpu_to_le32(next_off);
/linux-master/tools/lib/bpf/
H A Dbtf_dump.c861 int cur_off, int next_off, int next_align,
873 if (cur_off >= next_off)
899 if (new_off <= next_off)
903 if (new_off > cur_off && new_off <= next_off) {
914 (new_off == next_off && roundup(cur_off, next_align * 8) != new_off) ||
915 (new_off != next_off && next_off - new_off <= new_off - cur_off))
928 while (cur_off != next_off) {
929 bits = min(next_off - cur_off, pad_bits);
860 btf_dump_emit_bit_padding(const struct btf_dump *d, int cur_off, int next_off, int next_align, bool in_bitfield, int lvl) argument
/linux-master/sound/soc/fsl/
H A Dfsl_sai.h273 unsigned int next_off[2]; member in struct:fsl_sai_dl_cfg
H A Dfsl_sai.c649 sai->audio_config[tx].stride_fifos_dst = dl_cfg[dl_cfg_idx].next_off[tx];
652 sai->audio_config[tx].stride_fifos_src = dl_cfg[dl_cfg_idx].next_off[tx];
1257 cfg[0].next_off[0] = 0;
1262 cfg[0].next_off[1] = 0;
1295 cfg[i].next_off[0] = fsl_sai_calc_dl_off(rx);
1301 cfg[i].next_off[1] = fsl_sai_calc_dl_off(tx);
/linux-master/tools/testing/selftests/net/
H A Dgro.c114 int next_off; local
117 next_off = offsetof(struct iphdr, protocol);
119 next_off = offsetof(struct ipv6hdr, nexthdr);
120 ipproto_off = ETH_HLEN + next_off;
/linux-master/fs/ntfs3/
H A Dfsntfs.c1945 sbi->security.next_off =
2173 next = sbi->security.next_off & (SecurityDescriptorsBlockSize - 1);
2178 /* Zero "left" bytes from sbi->security.next_off. */
2179 sbi->security.next_off += SecurityDescriptorsBlockSize + left;
2188 * 0x00440 == sbi->security.next_off
2192 * zero "tozero" bytes from sbi->security.next_off - tozero
2198 d_security->off = cpu_to_le64(sbi->security.next_off);
2203 err = ntfs_sb_write_run(sbi, &ni->file.run, sbi->security.next_off,
2209 mirr_off = sbi->security.next_off + SecurityDescriptorsBlockSize;
2269 sbi->security.next_off
[all...]
H A Dntfs_fs.h292 u64 next_off; member in struct:ntfs_sb_info::__anon74
/linux-master/mm/
H A Dpercpu.c1065 * @next_off: return value for the next offset to start searching
1074 int *next_off)
1087 *next_off = end * PAGE_SIZE / PCPU_MIN_ALLOC_SIZE;
1114 int bit_off, bits, next_off; local
1128 &next_off))
1131 bit_off = next_off;
1073 pcpu_is_populated(struct pcpu_chunk *chunk, int bit_off, int bits, int *next_off) argument
/linux-master/fs/jbd2/
H A Dtransaction.c2471 unsigned int next_off = curr_off + bh->b_size; local
2474 if (next_off > stop)
2486 curr_off = next_off;
/linux-master/include/linux/
H A Dbpf.h481 u32 next_off = rec->fields[i].offset; local
482 u32 sz = next_off - curr_off;
511 u32 next_off = rec->fields[i].offset; local
512 u32 sz = next_off - curr_off;
/linux-master/fs/reiserfs/
H A Dinode.c3147 unsigned int next_off = curr_off + bh->b_size; local
3150 if (next_off > stop)
3162 curr_off = next_off;
/linux-master/fs/
H A Dbuffer.c1609 size_t next_off = curr_off + bh->b_size; local
1615 if (next_off > stop)
1623 curr_off = next_off;
/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c2458 u32 off, next_off = 0; local
2466 next_off = RZG2L_PIN_CFG_TO_PORT_OFFSET(next_cfg);
2469 if (off == next_off) {
/linux-master/drivers/block/
H A Drbd.c2288 u64 off, next_off; local
2302 next_off = round_down(obj_req->ex.oe_off + obj_req->ex.oe_len,
2304 if (off >= next_off)
2309 off, next_off - off);
2311 obj_req->ex.oe_len = next_off - off;
/linux-master/kernel/bpf/
H A Dbtf.c3799 u32 next_off = 0, field_type_size; local
3827 if (info_arr[i].off < next_off) {
3831 next_off = info_arr[i].off + field_type_size;

Completed in 348 milliseconds