Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Docfs2_trace.h1376 unsigned long index, unsigned int zero_from,
1378 TP_ARGS(ino, abs_from, abs_to, index, zero_from, zero_to),
1384 __field(unsigned int, zero_from)
1392 __entry->zero_from = zero_from;
1397 __entry->index, __entry->zero_from, __entry->zero_to)
Dfile.c771 unsigned zero_from, zero_to, block_start, block_end; in ocfs2_write_zero_page() local
792 zero_from = abs_from & (PAGE_SIZE - 1); in ocfs2_write_zero_page()
801 index, zero_from, zero_to); in ocfs2_write_zero_page()
804 for (block_start = zero_from; block_start < zero_to; in ocfs2_write_zero_page()