Searched refs:tail_start (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/rust/alloc/vec/ |
H A D | drain.rs | 30 pub(super) tail_start: usize, 111 let tail = this.tail_start; in fmt() 188 let tail = self.0.tail_start; in drop()
|
H A D | mod.rs | 2152 tail_start: end, in drain()
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | inode.c | 582 unsigned long tail_start; in convert_tail_for_hole() local 591 tail_start = tail_offset & (PAGE_SIZE - 1); in convert_tail_for_hole() 592 tail_end = (tail_start | (bh_result->b_size - 1)) + 1; in convert_tail_for_hole() 620 retval = __reiserfs_write_begin(tail_page, tail_start, in convert_tail_for_hole() 621 tail_end - tail_start); in convert_tail_for_hole() 628 retval = reiserfs_commit_write(NULL, tail_page, tail_start, tail_end); in convert_tail_for_hole()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | file.c | 2846 u64 tail_start; in btrfs_punch_hole() local 2926 tail_start = lockend + 1; in btrfs_punch_hole() 2927 tail_len = offset + len - tail_start; in btrfs_punch_hole() 2929 ret = find_first_non_hole(inode, &tail_start, &tail_len); in btrfs_punch_hole() 2934 if (tail_start + tail_len < ino_size) { in btrfs_punch_hole() 2937 tail_start + tail_len, in btrfs_punch_hole()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | file.c | 2596 u64 tail_start; in btrfs_punch_hole() local 2677 tail_start = lockend + 1; in btrfs_punch_hole() 2678 tail_len = offset + len - tail_start; in btrfs_punch_hole() 2680 ret = find_first_non_hole(BTRFS_I(inode), &tail_start, &tail_len); in btrfs_punch_hole() 2685 if (tail_start + tail_len < ino_size) { in btrfs_punch_hole() 2688 tail_start + tail_len, in btrfs_punch_hole()
|
Completed in 20 milliseconds