Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dfile.c2289 u64 tail_start; in btrfs_punch_hole() local
2372 tail_start = lockend + 1; in btrfs_punch_hole()
2373 tail_len = offset + len - tail_start; in btrfs_punch_hole()
2375 ret = find_first_non_hole(inode, &tail_start, &tail_len); in btrfs_punch_hole()
2380 if (tail_start + tail_len < ino_size) { in btrfs_punch_hole()
2383 tail_start + tail_len, 0, 1); in btrfs_punch_hole()
/linux-4.4.14/fs/reiserfs/
Dinode.c581 unsigned long tail_start; in convert_tail_for_hole() local
590 tail_start = tail_offset & (PAGE_CACHE_SIZE - 1); in convert_tail_for_hole()
591 tail_end = (tail_start | (bh_result->b_size - 1)) + 1; in convert_tail_for_hole()
619 retval = __reiserfs_write_begin(tail_page, tail_start, in convert_tail_for_hole()
620 tail_end - tail_start); in convert_tail_for_hole()
627 retval = reiserfs_commit_write(NULL, tail_page, tail_start, tail_end); in convert_tail_for_hole()