Searched refs:tail_start (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/rust/alloc/vec/ |
H A D | drain.rs | 30 pub(super) tail_start: usize, field 111 let tail = this.tail_start; in keep_rest() 188 let tail = self.0.tail_start; in drop()
|
H A D | mod.rs | 2152 tail_start: end, in drain()
|
/openbmc/linux/fs/reiserfs/ |
H A D | inode.c | 574 unsigned long tail_start; in convert_tail_for_hole() local 583 tail_start = tail_offset & (PAGE_SIZE - 1); in convert_tail_for_hole() 584 tail_end = (tail_start | (bh_result->b_size - 1)) + 1; in convert_tail_for_hole() 612 retval = __reiserfs_write_begin(tail_page, tail_start, in convert_tail_for_hole() 613 tail_end - tail_start); in convert_tail_for_hole() 620 retval = reiserfs_commit_write(NULL, tail_page, tail_start, tail_end); in convert_tail_for_hole()
|
/openbmc/linux/fs/btrfs/ |
H A D | file.c | 2623 u64 tail_start; in btrfs_punch_hole() local 2704 tail_start = lockend + 1; in btrfs_punch_hole() 2705 tail_len = offset + len - tail_start; in btrfs_punch_hole() 2707 ret = find_first_non_hole(BTRFS_I(inode), &tail_start, &tail_len); in btrfs_punch_hole() 2712 if (tail_start + tail_len < ino_size) { in btrfs_punch_hole() 2715 tail_start + tail_len, in btrfs_punch_hole()
|