Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/ !
Docfs2_trace.h1378 unsigned long index, unsigned int zero_from,
1380 TP_ARGS(ino, abs_from, abs_to, index, zero_from, zero_to),
1386 __field(unsigned int, zero_from)
1394 __entry->zero_from = zero_from;
1399 __entry->index, __entry->zero_from, __entry->zero_to)
Dfile.c758 unsigned zero_from, zero_to, block_start, block_end; in ocfs2_write_zero_page() local
781 zero_from = abs_from & (PAGE_SIZE - 1); in ocfs2_write_zero_page()
790 index, zero_from, zero_to); in ocfs2_write_zero_page()
793 for (block_start = zero_from; block_start < zero_to; in ocfs2_write_zero_page()