Home
last modified time | relevance | path

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

/fs/ocfs2/
Docfs2_trace.h1377 unsigned long index, unsigned int zero_from,
1379 TP_ARGS(ino, abs_from, abs_to, index, zero_from, zero_to),
1385 __field(unsigned int, zero_from)
1393 __entry->zero_from = zero_from;
1398 __entry->index, __entry->zero_from, __entry->zero_to)
Dfile.c766 unsigned zero_from, zero_to, block_start, block_end; in ocfs2_write_zero_page() local
780 zero_from = abs_from & (PAGE_CACHE_SIZE - 1); in ocfs2_write_zero_page()
789 index, zero_from, zero_to); in ocfs2_write_zero_page()
792 for (block_start = zero_from; block_start < zero_to; in ocfs2_write_zero_page()