Searched refs:lockend (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/btrfs/ |
| A D | file.c | 1479 *lockend = last_pos; in lock_and_cleanup_extent_if_need() 1498 u64 lockstart, lockend; in check_can_nocow() local 1528 lockend, NULL); in check_can_nocow() 1667 u64 lockend; in btrfs_buffered_write() local 2586 lockend); in btrfs_punch_hole_lock_range() 2956 u64 lockend; in btrfs_punch_hole() local 3034 tail_start = lockend + 1; in btrfs_punch_hole() 3053 if (lockend < lockstart) { in btrfs_punch_hole() 3604 u64 lockend; in find_desired_extent() local 3620 if (lockend <= lockstart) in find_desired_extent() [all …]
|
| A D | inode.c | 7630 static int lock_extent_direct(struct inode *inode, u64 lockstart, u64 lockend, in lock_extent_direct() argument 7637 lock_extent_bits(&BTRFS_I(inode)->io_tree, lockstart, lockend, in lock_extent_direct() 7645 lockend - lockstart + 1); in lock_extent_direct() 7656 lockstart, lockend))) in lock_extent_direct() 7659 unlock_extent_cached(&BTRFS_I(inode)->io_tree, lockstart, lockend, in lock_extent_direct() 7860 u64 lockstart, lockend; in btrfs_dio_iomap_begin() local 7870 lockend = start + len - 1; in btrfs_dio_iomap_begin() 7909 if (lock_extent_direct(inode, lockstart, lockend, &cached_state, write)) { in btrfs_dio_iomap_begin() 7956 if (lockstart < lockend) in btrfs_dio_iomap_begin() 7962 lockstart, lockend, &cached_state); in btrfs_dio_iomap_begin() [all …]
|
Completed in 30 milliseconds