Searched defs:item_offset (Results 1 - 4 of 4) sorted by relevance

/fs/btrfs/
H A Dfile-item.c628 unsigned long item_offset; local
652 item_offset = btrfs_item_ptr_offset(leaf,
655 memset_extent_buffer(leaf, 0, item_offset + offset,
H A Dcheck-integrity.c325 u32 item_offset, int force_iodone_flag);
1032 u32 item_offset; local
1048 item_offset = btrfs_stack_item_offset(&disk_item);
1058 root_item_offset = item_offset +
1120 item_offset,
1416 u32 item_offset, int force_iodone_flag)
1427 item_offset;
1412 btrfsic_handle_extent_data( struct btrfsic_state *state, struct btrfsic_block *block, struct btrfsic_block_data_ctx *block_ctx, u32 item_offset, int force_iodone_flag) argument
H A Dextent-tree.c1673 unsigned long item_offset; local
1680 item_offset = (unsigned long)iref - (unsigned long)ei;
1694 ptr = (unsigned long)ei + item_offset;
/fs/reiserfs/
H A Dstree.c838 loff_t item_offset, offset; local
879 item_offset = le_ih_k_offset(p_le_ih);
883 if (item_offset <= offset &&
884 item_offset + op_bytes_number(p_le_ih, blk_size) > offset) {
885 pos_in_item(search_path) = offset - item_offset;

Completed in 269 milliseconds