Searched refs:locked_end (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | file.c | 3293 u64 locked_end; in btrfs_fallocate() local 3373 locked_end = alloc_end - 1; in btrfs_fallocate() 3381 locked_end, &cached_state); in btrfs_fallocate() 3383 locked_end); in btrfs_fallocate() 3390 alloc_start, locked_end, in btrfs_fallocate() 3476 unlock_extent_cached(&BTRFS_I(inode)->io_tree, alloc_start, locked_end, in btrfs_fallocate()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | file.c | 3036 u64 locked_end; in btrfs_fallocate() local 3115 locked_end = alloc_end - 1; in btrfs_fallocate() 3116 lock_extent(&BTRFS_I(inode)->io_tree, alloc_start, locked_end, in btrfs_fallocate() 3119 btrfs_assert_inode_range_clean(BTRFS_I(inode), alloc_start, locked_end); in btrfs_fallocate() local 3205 unlock_extent(&BTRFS_I(inode)->io_tree, alloc_start, locked_end, in btrfs_fallocate()
|
Completed in 9 milliseconds