Symbol: RECORD_PAGE_HDR
fs/ntfs3/fslog.c
1038
struct RECORD_PAGE_HDR *one_page_buf;
fs/ntfs3/fslog.c
1123
struct RECORD_PAGE_HDR *hdr)
fs/ntfs3/fslog.c
1132
const struct RECORD_PAGE_HDR *hdr, u64 lsn)
fs/ntfs3/fslog.c
1156
struct RECORD_PAGE_HDR **buffer, bool *usa_error)
fs/ntfs3/fslog.c
1164
struct RECORD_PAGE_HDR *page_buf;
fs/ntfs3/fslog.c
1239
if (read_log_page(log, vbo, (struct RECORD_PAGE_HDR **)&r_page,
fs/ntfs3/fslog.c
1368
offsetof(struct RECORD_PAGE_HDR, fixups) +
fs/ntfs3/fslog.c
1487
struct RECORD_PAGE_HDR *page = NULL;
fs/ntfs3/fslog.c
1578
const struct RECORD_PAGE_HDR *rp, u32 vbo,
fs/ntfs3/fslog.c
1632
struct RECORD_PAGE_HDR *page = NULL;
fs/ntfs3/fslog.c
1633
struct RECORD_PAGE_HDR *tst_page = NULL;
fs/ntfs3/fslog.c
1634
struct RECORD_PAGE_HDR *first_tail = NULL;
fs/ntfs3/fslog.c
1635
struct RECORD_PAGE_HDR *second_tail = NULL;
fs/ntfs3/fslog.c
1636
struct RECORD_PAGE_HDR *tail_page = NULL;
fs/ntfs3/fslog.c
1637
struct RECORD_PAGE_HDR *second_tail_prev = NULL;
fs/ntfs3/fslog.c
1638
struct RECORD_PAGE_HDR *first_tail_prev = NULL;
fs/ntfs3/fslog.c
1639
struct RECORD_PAGE_HDR *page_bufs = NULL;
fs/ntfs3/fslog.c
1640
struct RECORD_PAGE_HDR *best_page;
fs/ntfs3/fslog.c
1822
struct RECORD_PAGE_HDR *cur_page =
fs/ntfs3/fslog.c
2181
struct RECORD_PAGE_HDR *tmp_page;
fs/ntfs3/fslog.c
2267
struct RECORD_PAGE_HDR *ph = NULL;
fs/ntfs3/fslog.c
2351
(struct RECORD_PAGE_HDR **)&rh, NULL);
fs/ntfs3/fslog.c
2407
(struct RECORD_PAGE_HDR **)&rh, NULL);
fs/ntfs3/fslog.c
2540
(struct RECORD_PAGE_HDR **)&hdr, NULL);
fs/ntfs3/fslog.c
2578
(struct RECORD_PAGE_HDR **)&hdr, NULL);
fs/ntfs3/fslog.c
282
static inline bool is_log_record_end(const struct RECORD_PAGE_HDR *hdr)
fs/ntfs3/fslog.c
287
static_assert(offsetof(struct RECORD_PAGE_HDR, file_off) == 0x3c);
fs/ntfs3/fslog.c
3934
struct RECORD_PAGE_HDR *sp = NULL;