Home
last modified time | relevance | path

Searched refs:tail_start (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/rust/alloc/vec/
Ddrain.rs30 pub(super) tail_start: usize, field
119 let tail = self.0.tail_start; in drop()
Dmod.rs1886 tail_start: end, in drain()
/linux-6.1.9/fs/reiserfs/
Dinode.c574 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()
/linux-6.1.9/fs/btrfs/
Dfile.c2908 u64 tail_start; in btrfs_punch_hole() local
2989 tail_start = lockend + 1; in btrfs_punch_hole()
2990 tail_len = offset + len - tail_start; in btrfs_punch_hole()
2992 ret = find_first_non_hole(BTRFS_I(inode), &tail_start, &tail_len); in btrfs_punch_hole()
2997 if (tail_start + tail_len < ino_size) { in btrfs_punch_hole()
3000 tail_start + tail_len, in btrfs_punch_hole()