Lines Matching refs:CLIENT_REC
40 struct CLIENT_REC { struct
51 static_assert(sizeof(struct CLIENT_REC) == 0x60); argument
68 struct CLIENT_REC clients[]; // 0x40:
412 static inline void oldest_client_lsn(const struct CLIENT_REC *ca, in oldest_client_lsn()
416 const struct CLIENT_REC *cr = ca + le16_to_cpu(next_client); in oldest_client_lsn()
487 off += cl * sizeof(struct CLIENT_REC); in is_rst_area_valid()
537 const struct CLIENT_REC *ca; in is_client_area_valid()
557 const struct CLIENT_REC *cr; in is_client_area_valid()
584 static inline void remove_client(struct CLIENT_REC *ca, in remove_client()
585 const struct CLIENT_REC *cr, __le16 *head) in remove_client()
599 static inline void add_client(struct CLIENT_REC *ca, u16 index, __le16 *head) in add_client()
601 struct CLIENT_REC *cr = ca + index; in add_client()
1136 const struct CLIENT_REC *client, u64 lsn) in verify_client_lsn()
1396 struct CLIENT_REC *cr; in log_create_ra()
2324 const struct CLIENT_REC *cr = in read_rst_area()
2456 const struct CLIENT_REC *cr; in read_log_rec_lcb()
3768 struct CLIENT_REC *ca, *cr; in log_replay()
4042 sizeof(struct CLIENT_REC); in log_replay()