Searched refs:found_end (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | raid-stripe-tree.c | 73 u64 found_end; in btrfs_delete_raid_extent() local 126 found_end = found_start + key.offset; in btrfs_delete_raid_extent() 156 found_end = found_start + key.offset; in btrfs_delete_raid_extent() 157 if (found_start > start || found_end <= start) { in btrfs_delete_raid_extent() 167 if (found_end <= start) in btrfs_delete_raid_extent() 171 found_start, found_end); in btrfs_delete_raid_extent() 184 if (found_start < start && found_end > end) { in btrfs_delete_raid_extent() 187 u64 diff_end = found_end - end; in btrfs_delete_raid_extent() 268 if (found_end > end) { in btrfs_delete_raid_extent() 269 u64 diff_end = found_end - end; in btrfs_delete_raid_extent() [all …]
|
| H A D | disk-io.c | 4302 u64 found_end; in warn_about_uncommitted_trans() local 4306 &found_start, &found_end, in warn_about_uncommitted_trans() 4308 dirty_bytes += found_end + 1 - found_start; in warn_about_uncommitted_trans() 4309 cur = found_end + 1; in warn_about_uncommitted_trans()
|
| H A D | tree-log.c | 2325 u64 found_end; in find_dir_range() local 2354 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range() 2356 if (*start_ret >= key.offset && *start_ret <= found_end) { in find_dir_range() 2359 *end_ret = found_end; in find_dir_range() 2381 found_end = btrfs_dir_log_end(path->nodes[0], item); in find_dir_range() 2383 *end_ret = found_end; in find_dir_range()
|
| /linux/include/trace/events/ |
| H A D | btrfs.h | 3388 u64 found_start, u64 found_end), 3390 TP_ARGS(fs_info, start, end, found_start, found_end), 3396 __field( u64, found_end ) 3403 __entry->found_end = found_end; 3408 __entry->found_end)
|