Home
last modified time | relevance | path

Searched refs:unwritten_start (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dinode.c2760 u64 unwritten_start = start; in btrfs_finish_ordered_io() local
2775 unwritten_start += logical_len; in btrfs_finish_ordered_io()
2776 clear_extent_uptodate(io_tree, unwritten_start, end, NULL); in btrfs_finish_ordered_io()
2779 btrfs_drop_extent_cache(BTRFS_I(inode), unwritten_start, end, 0); in btrfs_finish_ordered_io() local
/kernel/linux/linux-6.6/fs/btrfs/
H A Dinode.c3153 u64 unwritten_start = start; in btrfs_finish_one_ordered() local
3168 unwritten_start += logical_len; in btrfs_finish_one_ordered()
3169 clear_extent_uptodate(io_tree, unwritten_start, end, NULL); in btrfs_finish_one_ordered()
3186 btrfs_drop_extent_map_range(inode, unwritten_start, in btrfs_finish_one_ordered()

Completed in 27 milliseconds