Home
last modified time | relevance | path

Searched refs:lockend (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/
H A Dioctl.c4366 u64 start, lockend, count; in btrfs_ioctl_encoded_read() local
4369 lockend = start + BTRFS_MAX_UNCOMPRESSED - 1; in btrfs_ioctl_encoded_read()
4376 ret = btrfs_encoded_read_regular(&kiocb, &iter, start, lockend, in btrfs_ioctl_encoded_read()
4382 btrfs_unlock_extent(io_tree, start, lockend, &cached_state); in btrfs_ioctl_encoded_read()
4526 u64 lockend; member
4580 btrfs_unlock_extent(io_tree, priv->start, priv->lockend, &priv->cached_state); in btrfs_uring_read_finished()
4607 u64 start, u64 lockend, in btrfs_uring_read_extent() argument
4646 priv->lockend = lockend; in btrfs_uring_read_extent()
4670 btrfs_unlock_extent(io_tree, start, lockend, &cached_state); in btrfs_uring_read_extent()
4694 u64 start, lockend; in btrfs_uring_encoded_read() local
[all …]
H A Dinode.c9485 u64 lockend, in btrfs_encoded_read_inline() argument
9556 btrfs_unlock_extent(io_tree, start, lockend, cached_state); in btrfs_encoded_read_inline()
9673 u64 start, u64 lockend, in btrfs_encoded_read_regular() argument
9701 btrfs_unlock_extent(io_tree, start, lockend, cached_state); in btrfs_encoded_read_regular()
9746 u64 start, lockend; in btrfs_encoded_read() local
9767 lockend = start + BTRFS_MAX_UNCOMPRESSED - 1; in btrfs_encoded_read()
9773 start, lockend)) { in btrfs_encoded_read()
9778 if (!btrfs_try_lock_extent(io_tree, start, lockend, cached_state)) { in btrfs_encoded_read()
9784 lockend - start + 1); in btrfs_encoded_read()
9787 btrfs_unlock_extent(io_tree, start, lockend, cached_state); in btrfs_encoded_read()
[all …]