Home
last modified time | relevance | path

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

/linux/fs/hfs/
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()
/linux/fs/hfsplus/
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()
/linux/fs/ksmbd/
A Dsmb_common.c171 static char *next_dialect(char *dialect, int *next_off, int bcount) in next_dialect() argument
173 dialect = dialect + *next_off; in next_dialect()
174 *next_off = strnlen(dialect, bcount); in next_dialect()
175 if (dialect[*next_off] != '\0') in next_dialect()
A Dsmb2pdu.c2501 int next_off = 0; in smb2_open() local
3182 next_off = conn->vals->create_lease_size; in smb2_open()
3203 *next_ptr = cpu_to_le32(next_off); in smb2_open()
3205 next_off = conn->vals->create_mxac_size; in smb2_open()
3222 *next_ptr = cpu_to_le32(next_off); in smb2_open()
3224 next_off = conn->vals->create_disk_id_size; in smb2_open()
3237 *next_ptr = cpu_to_le32(next_off); in smb2_open()
/linux/scripts/gdb/linux/
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
/linux/include/uapi/linux/
A Datm_zatm.h30 int offset,next_off; /* alignment optimizations: offset */ member
/linux/fs/ntfs3/
A Dxattr.c54 u32 next_off = *off + unpacked_ea_size(ea); in find_ea() local
56 if (next_off > bytes) in find_ea()
63 *off = next_off; in find_ea()
64 if (next_off >= bytes) in find_ea()
A Dfsntfs.c1916 sbi->security.next_off = in ntfs_security_init()
2144 next = sbi->security.next_off & (SecurityDescriptorsBlockSize - 1); in ntfs_insert_security()
2150 sbi->security.next_off += SecurityDescriptorsBlockSize + left; in ntfs_insert_security()
2169 d_security->off = cpu_to_le64(sbi->security.next_off); in ntfs_insert_security()
2174 err = ntfs_sb_write_run(sbi, &ni->file.run, sbi->security.next_off, in ntfs_insert_security()
2180 mirr_off = sbi->security.next_off + SecurityDescriptorsBlockSize; in ntfs_insert_security()
2240 sbi->security.next_off += aligned_sec_size; in ntfs_insert_security()
A Dntfs_fs.h282 u64 next_off; member
/linux/tools/testing/selftests/net/
A Dgro.c107 int next_off; in setup_sock_filter() local
110 next_off = offsetof(struct iphdr, protocol); in setup_sock_filter()
112 next_off = offsetof(struct ipv6hdr, nexthdr); in setup_sock_filter()
113 ipproto_off = ETH_HLEN + next_off; in setup_sock_filter()
/linux/mm/
A Dpercpu.c1071 int *next_off) in pcpu_is_populated() argument
1083 *next_off = re * PAGE_SIZE / PCPU_MIN_ALLOC_SIZE; in pcpu_is_populated()
1110 int bit_off, bits, next_off; in pcpu_find_block_fit() local
1124 &next_off)) in pcpu_find_block_fit()
1127 bit_off = next_off; in pcpu_find_block_fit()
/linux/fs/jbd2/
A Dtransaction.c2456 unsigned int next_off = curr_off + bh->b_size; in jbd2_journal_invalidatepage() local
2459 if (next_off > stop) in jbd2_journal_invalidatepage()
2471 curr_off = next_off; in jbd2_journal_invalidatepage()
/linux/fs/
A Dbuffer.c1519 unsigned int next_off = curr_off + bh->b_size; in block_invalidatepage() local
1525 if (next_off > stop) in block_invalidatepage()
1533 curr_off = next_off; in block_invalidatepage()
/linux/fs/reiserfs/
A Dinode.c3172 unsigned int next_off = curr_off + bh->b_size; in reiserfs_invalidatepage() local
3175 if (next_off > stop) in reiserfs_invalidatepage()
3187 curr_off = next_off; in reiserfs_invalidatepage()
/linux/drivers/block/
A Drbd.c2269 u64 off, next_off; in rbd_obj_init_discard() local
2283 next_off = round_down(obj_req->ex.oe_off + obj_req->ex.oe_len, in rbd_obj_init_discard()
2285 if (off >= next_off) in rbd_obj_init_discard()
2290 off, next_off - off); in rbd_obj_init_discard()
2292 obj_req->ex.oe_len = next_off - off; in rbd_obj_init_discard()
/linux/drivers/atm/
A Dzatm.c621 zatm_dev->pool_info[i].next_off = 0; in start_rx()

Completed in 87 milliseconds