Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Dfile.h65 u64 new_i_size, u64 zero_to);
67 loff_t zero_to);
Dfile.c776 unsigned zero_from, zero_to, block_start, block_end; in ocfs2_write_zero_page() local
798 zero_to = abs_to & (PAGE_CACHE_SIZE - 1); in ocfs2_write_zero_page()
799 if (!zero_to) in ocfs2_write_zero_page()
800 zero_to = PAGE_CACHE_SIZE; in ocfs2_write_zero_page()
806 index, zero_from, zero_to); in ocfs2_write_zero_page()
809 for (block_start = zero_from; block_start < zero_to; in ocfs2_write_zero_page()
1023 u64 new_i_size, u64 zero_to) in ocfs2_extend_no_holes() argument
1056 ret = ocfs2_zero_extend(inode, di_bh, zero_to); in ocfs2_extend_no_holes()
Docfs2_trace.h1378 unsigned int zero_to),
1379 TP_ARGS(ino, abs_from, abs_to, index, zero_from, zero_to),
1386 __field(unsigned int, zero_to)
1394 __entry->zero_to = zero_to;
1398 __entry->index, __entry->zero_from, __entry->zero_to)