Searched refs:file_off (Results 1 – 2 of 2) sorted by relevance
274 __le32 file_off; // 0x3c: Used when major version >= 2 member287 static_assert(offsetof(struct RECORD_PAGE_HDR, file_off) == 0x3c);427 static inline bool is_rst_page_hdr_valid(u32 file_off, in is_rst_page_hdr_valid() argument441 if (file_off && file_off != sys_page) in is_rst_page_hdr_valid()1081 return le32_to_cpu(hdr->file_off); in hdr_file_off()1726 saved_off = page_off = le32_to_cpu(best_page->file_off); in last_log_lsn()2208 page->file_off = 0; in last_log_lsn()
5519 #define BPF_LINE_INFO_ENC(insn_off, file_off, line_off, line_num, line_col) \ argument5520 (insn_off), (file_off), (line_off), ((line_num) << 10 | ((line_col) & 0x3ff))