Searched refs:zero_from (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/fs/ocfs2/ |
D | ocfs2_trace.h | 1352 unsigned long index, unsigned int zero_from, 1354 TP_ARGS(ino, abs_from, abs_to, index, zero_from, zero_to), 1360 __field(unsigned int, zero_from) 1368 __entry->zero_from = zero_from; 1373 __entry->index, __entry->zero_from, __entry->zero_to)
|
D | file.c | 754 unsigned zero_from, zero_to, block_start, block_end; in ocfs2_write_zero_page() local 768 zero_from = abs_from & (PAGE_CACHE_SIZE - 1); in ocfs2_write_zero_page() 777 index, zero_from, zero_to); in ocfs2_write_zero_page() 780 for (block_start = zero_from; block_start < zero_to; in ocfs2_write_zero_page()
|