Searched refs:locked_end (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/fs/btrfs/ |
| D | file.c | 3344 u64 locked_end; in btrfs_fallocate() local 3423 locked_end = alloc_end - 1; in btrfs_fallocate() 3424 lock_extent(&BTRFS_I(inode)->io_tree, alloc_start, locked_end, in btrfs_fallocate() 3427 btrfs_assert_inode_range_clean(BTRFS_I(inode), alloc_start, locked_end); in btrfs_fallocate() 3514 unlock_extent(&BTRFS_I(inode)->io_tree, alloc_start, locked_end, in btrfs_fallocate()
|
| D | extent_io.c | 668 u64 locked_start, locked_end; in btrfs_clean_io_failure() local 683 &locked_end, EXTENT_LOCKED, NULL); in btrfs_clean_io_failure() 685 locked_end < failrec->bytenr + failrec->len - 1) in btrfs_clean_io_failure()
|