Home
last modified time | relevance | path

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

/fs/reiserfs/
Dinode.c582 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()
/fs/btrfs/
Dfile.c2846 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()