abs_from          751 fs/ocfs2/file.c static int ocfs2_write_zero_page(struct inode *inode, u64 abs_from,
abs_from          756 fs/ocfs2/file.c 	unsigned long index = abs_from >> PAGE_SHIFT;
abs_from          762 fs/ocfs2/file.c 	BUG_ON(abs_from >= abs_to);
abs_from          764 fs/ocfs2/file.c 	BUG_ON(abs_from & (inode->i_blkbits - 1));
abs_from          767 fs/ocfs2/file.c 						      abs_from,
abs_from          768 fs/ocfs2/file.c 						      abs_to - abs_from);
abs_from          782 fs/ocfs2/file.c 	zero_from = abs_from & (PAGE_SIZE - 1);
abs_from          789 fs/ocfs2/file.c 			(unsigned long long)abs_from,
abs_from         1377 fs/ocfs2/ocfs2_trace.h 		 unsigned long long abs_from, unsigned long long abs_to,
abs_from         1380 fs/ocfs2/ocfs2_trace.h 	TP_ARGS(ino, abs_from, abs_to, index, zero_from, zero_to),
abs_from         1383 fs/ocfs2/ocfs2_trace.h 		__field(unsigned long long, abs_from)
abs_from         1391 fs/ocfs2/ocfs2_trace.h 		__entry->abs_from = abs_from;
abs_from         1398 fs/ocfs2/ocfs2_trace.h 		  __entry->abs_from, __entry->abs_to,