Lines Matching refs:in_f
2199 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f),
2200 TP_ARGS(log, in_f),
2214 __entry->ino = in_f->ilf_ino;
2215 __entry->size = in_f->ilf_size;
2216 __entry->fields = in_f->ilf_fields;
2217 __entry->asize = in_f->ilf_asize;
2218 __entry->dsize = in_f->ilf_dsize;
2219 __entry->blkno = in_f->ilf_blkno;
2220 __entry->len = in_f->ilf_len;
2221 __entry->boffset = in_f->ilf_boffset;
2237 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f), \
2238 TP_ARGS(log, in_f))
2245 TP_PROTO(struct xlog *log, struct xfs_icreate_log *in_f),
2246 TP_ARGS(log, in_f),
2258 __entry->agno = be32_to_cpu(in_f->icl_ag);
2259 __entry->agbno = be32_to_cpu(in_f->icl_agbno);
2260 __entry->count = be32_to_cpu(in_f->icl_count);
2261 __entry->isize = be32_to_cpu(in_f->icl_isize);
2262 __entry->length = be32_to_cpu(in_f->icl_length);
2263 __entry->gen = be32_to_cpu(in_f->icl_gen);
2272 TP_PROTO(struct xlog *log, struct xfs_icreate_log *in_f), \
2273 TP_ARGS(log, in_f))