Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dfile.c756 u64 abs_to, struct buffer_head *di_bh) in ocfs2_write_zero_page() argument
766 BUG_ON(abs_from >= abs_to); in ocfs2_write_zero_page()
767 BUG_ON(abs_to > (((u64)index + 1) << PAGE_SHIFT)); in ocfs2_write_zero_page()
772 abs_to - abs_from); in ocfs2_write_zero_page()
788 zero_to = offset_in_folio(folio, abs_to); in ocfs2_write_zero_page()
795 (unsigned long long)abs_to, in ocfs2_write_zero_page()
825 i_size_write(inode, abs_to); in ocfs2_write_zero_page()