Searched refs:lockend (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/btrfs/ |
| H A D | direct-io.c | 48 lock_dio_extent(io_tree, lockstart, lockend, cached_state); in lock_extent_direct() 53 if (!try_lock_extent(io_tree, lockstart, lockend, in lock_extent_direct() 59 lock_extent(io_tree, lockstart, lockend, cached_state); in lock_extent_direct() 67 lockend - lockstart + 1); in lock_extent_direct() 78 lockstart, lockend))) in lock_extent_direct() 81 unlock_extent(io_tree, lockstart, lockend, cached_state); in lock_extent_direct() 363 u64 lockstart, lockend; in btrfs_dio_iomap_begin() local 392 lockend = start + len - 1; in btrfs_dio_iomap_begin() 416 lockstart, lockend)) in btrfs_dio_iomap_begin() 582 if (!write && (start + len) < lockend) in btrfs_dio_iomap_begin() [all …]
|
| H A D | file.c | 954 *lockend = last_pos; in lock_and_cleanup_extent_if_need() 992 u64 lockstart, lockend; in btrfs_check_nocow_lock() local 1089 u64 lockend; in btrfs_buffered_write() local 2097 const u64 lockend, in btrfs_punch_hole_lock_range() argument 2506 u64 lockend; in btrfs_punch_hole() local 2588 tail_start = lockend + 1; in btrfs_punch_hole() 2607 if (lockend < lockstart) { in btrfs_punch_hole() 2621 lockend, NULL, &trans); in btrfs_punch_hole() 3377 u64 lockend; in find_desired_extent() local 3446 if (lockend <= lockstart) in find_desired_extent() [all …]
|
| H A D | ioctl.c | 4497 u64 start, lockend, count; in btrfs_ioctl_encoded_read() local 4500 lockend = start + BTRFS_MAX_UNCOMPRESSED - 1; in btrfs_ioctl_encoded_read() 4507 ret = btrfs_encoded_read_regular(&kiocb, &iter, start, lockend, in btrfs_ioctl_encoded_read() 4513 unlock_extent(io_tree, start, lockend, &cached_state); in btrfs_ioctl_encoded_read() 4650 u64 lockend; member 4728 u64 start, u64 lockend, in btrfs_uring_read_extent() argument 4767 priv->lockend = lockend; in btrfs_uring_read_extent() 4791 unlock_extent(io_tree, start, lockend, &cached_state); in btrfs_uring_read_extent() 4817 u64 start, lockend; in btrfs_uring_encoded_read() local 4901 lockend = start + BTRFS_MAX_UNCOMPRESSED - 1; in btrfs_uring_encoded_read() [all …]
|
| H A D | inode.c | 9106 u64 lockend, in btrfs_encoded_read_inline() argument 9181 unlock_extent(io_tree, start, lockend, cached_state); in btrfs_encoded_read_inline() 9302 u64 start, u64 lockend, in btrfs_encoded_read_regular() argument 9330 unlock_extent(io_tree, start, lockend, cached_state); in btrfs_encoded_read_regular() 9375 u64 start, lockend; in btrfs_encoded_read() local 9396 lockend = start + BTRFS_MAX_UNCOMPRESSED - 1; in btrfs_encoded_read() 9402 start, lockend)) { in btrfs_encoded_read() 9413 lockend - start + 1); in btrfs_encoded_read() 9425 lockend - start + 1); in btrfs_encoded_read() 9429 lock_extent(io_tree, start, lockend, cached_state); in btrfs_encoded_read() [all …]
|
| H A D | btrfs_inode.h | 631 u64 start, u64 lockend,
|