Lines Matching refs:file_offset

2902 	new->file_pos = ordered->file_offset;  in record_old_file_extents()
3049 ordered_extent->file_offset, in btrfs_finish_ordered_io()
3050 ordered_extent->file_offset + in btrfs_finish_ordered_io()
3069 btrfs_qgroup_free_data(inode, NULL, ordered_extent->file_offset, in btrfs_finish_ordered_io()
3089 lock_extent_bits(io_tree, ordered_extent->file_offset, in btrfs_finish_ordered_io()
3090 ordered_extent->file_offset + ordered_extent->len - 1, in btrfs_finish_ordered_io()
3093 ret = test_range_bit(io_tree, ordered_extent->file_offset, in btrfs_finish_ordered_io()
3094 ordered_extent->file_offset + ordered_extent->len - 1, in btrfs_finish_ordered_io()
3102 clear_extent_bit(io_tree, ordered_extent->file_offset, in btrfs_finish_ordered_io()
3103 ordered_extent->file_offset + ordered_extent->len - 1, in btrfs_finish_ordered_io()
3123 btrfs_qgroup_free_data(inode, NULL, ordered_extent->file_offset, in btrfs_finish_ordered_io()
3126 ordered_extent->file_offset, in btrfs_finish_ordered_io()
3127 ordered_extent->file_offset + in btrfs_finish_ordered_io()
3132 ordered_extent->file_offset, in btrfs_finish_ordered_io()
3146 ordered_extent->file_offset, ordered_extent->len, in btrfs_finish_ordered_io()
3175 ordered_extent->file_offset, in btrfs_finish_ordered_io()
3176 ordered_extent->file_offset + in btrfs_finish_ordered_io()
3190 start = ordered_extent->file_offset + logical_len; in btrfs_finish_ordered_io()
3192 start = ordered_extent->file_offset; in btrfs_finish_ordered_io()
3193 end = ordered_extent->file_offset + ordered_extent->len - 1; in btrfs_finish_ordered_io()
8323 u64 file_offset) in btrfs_lookup_and_bind_dio_csum() argument
8334 if (dip->logical_offset == file_offset) { in btrfs_lookup_and_bind_dio_csum()
8336 file_offset); in btrfs_lookup_and_bind_dio_csum()
8344 file_offset -= dip->logical_offset; in btrfs_lookup_and_bind_dio_csum()
8345 file_offset >>= inode->i_sb->s_blocksize_bits; in btrfs_lookup_and_bind_dio_csum()
8346 io_bio->csum = (u8 *)(((u32 *)orig_io_bio->csum) + file_offset); in btrfs_lookup_and_bind_dio_csum()
8352 struct inode *inode, u64 file_offset, int async_submit) in btrfs_submit_dio_bio() argument
8374 file_offset, inode, in btrfs_submit_dio_bio()
8382 ret = btrfs_csum_one_bio(inode, bio, file_offset, 1); in btrfs_submit_dio_bio()
8387 file_offset); in btrfs_submit_dio_bio()
8404 u64 file_offset = dip->logical_offset; in btrfs_submit_direct_hook() local
8445 btrfs_io_bio(bio)->logical = file_offset; in btrfs_submit_direct_hook()
8460 status = btrfs_submit_dio_bio(bio, inode, file_offset, in btrfs_submit_direct_hook()
8470 file_offset += clone_len; in btrfs_submit_direct_hook()
8479 status = btrfs_submit_dio_bio(bio, inode, file_offset, async_submit); in btrfs_submit_direct_hook()
8500 loff_t file_offset) in btrfs_submit_direct() argument
8518 dip->logical_offset = file_offset; in btrfs_submit_direct()
8526 io_bio->logical = file_offset; in btrfs_submit_direct()
8578 file_offset, in btrfs_submit_direct()
8582 unlock_extent(&BTRFS_I(inode)->io_tree, file_offset, in btrfs_submit_direct()
8583 file_offset + dio_bio->bi_iter.bi_size - 1); in btrfs_submit_direct()
8849 end = min(page_end, ordered->file_offset + ordered->len - 1); in btrfs_invalidatepage()
8871 new_len = start - ordered->file_offset; in btrfs_invalidatepage()
9378 ordered->file_offset, ordered->len); in btrfs_destroy_inode()