Searched refs:end_of_last_block (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | file.c | 472 u64 end_of_last_block; in btrfs_dirty_pages() local 481 end_of_last_block = start_pos + num_bytes - 1; in btrfs_dirty_pages() 487 clear_extent_bit(&inode->io_tree, start_pos, end_of_last_block, in btrfs_dirty_pages() 491 err = btrfs_set_extent_delalloc(inode, start_pos, end_of_last_block, in btrfs_dirty_pages()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | file.c | 136 u64 end_of_last_block; in btrfs_dirty_pages() local 152 end_of_last_block = start_pos + num_bytes - 1; in btrfs_dirty_pages() 158 clear_extent_bit(&inode->io_tree, start_pos, end_of_last_block, in btrfs_dirty_pages() 162 err = btrfs_set_extent_delalloc(inode, start_pos, end_of_last_block, in btrfs_dirty_pages()
|
Completed in 10 milliseconds