Home
last modified time | relevance | path

Searched defs:xlog_in_core (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/
H A Dxfs_log_priv.h202 struct xlog_in_core { struct
205 struct xlog_in_core *ic_next; argument
206 struct xlog_in_core *ic_prev; argument
207 struct xlog *ic_log;
208 u32 ic_size;
209 u32 ic_offset;
210 enum xlog_iclog_state ic_state;
211 unsigned int ic_flags;
212 void *ic_datap; /* pointer to iclog data */
213 struct list_head ic_callbacks;
[all …]