Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dfile.h51 u64 new_i_size, u64 zero_to);
53 loff_t zero_to);
H A Dfile.c763 unsigned zero_from, zero_to, block_start, block_end; in ocfs2_write_zero_page() local
787 zero_to = abs_to & (PAGE_SIZE - 1); in ocfs2_write_zero_page()
788 if (!zero_to) in ocfs2_write_zero_page()
789 zero_to = PAGE_SIZE; in ocfs2_write_zero_page()
795 index, zero_from, zero_to); in ocfs2_write_zero_page()
798 for (block_start = zero_from; block_start < zero_to; in ocfs2_write_zero_page()
1012 u64 new_i_size, u64 zero_to) in ocfs2_extend_no_holes() argument
1045 ret = ocfs2_zero_extend(inode, di_bh, zero_to); in ocfs2_extend_no_holes()
H A Docfs2_trace.h1379 unsigned int zero_to),
1380 TP_ARGS(ino, abs_from, abs_to, index, zero_from, zero_to),
1387 __field(unsigned int, zero_to)
1395 __entry->zero_to = zero_to;
1399 __entry->index, __entry->zero_from, __entry->zero_to)