Lines Matching refs:in_f
2336 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f),
2337 TP_ARGS(log, in_f),
2351 __entry->ino = in_f->ilf_ino;
2352 __entry->size = in_f->ilf_size;
2353 __entry->fields = in_f->ilf_fields;
2354 __entry->asize = in_f->ilf_asize;
2355 __entry->dsize = in_f->ilf_dsize;
2356 __entry->blkno = in_f->ilf_blkno;
2357 __entry->len = in_f->ilf_len;
2358 __entry->boffset = in_f->ilf_boffset;
2374 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f), \
2375 TP_ARGS(log, in_f))
2382 TP_PROTO(struct xlog *log, struct xfs_icreate_log *in_f),
2383 TP_ARGS(log, in_f),
2395 __entry->agno = be32_to_cpu(in_f->icl_ag);
2396 __entry->agbno = be32_to_cpu(in_f->icl_agbno);
2397 __entry->count = be32_to_cpu(in_f->icl_count);
2398 __entry->isize = be32_to_cpu(in_f->icl_isize);
2399 __entry->length = be32_to_cpu(in_f->icl_length);
2400 __entry->gen = be32_to_cpu(in_f->icl_gen);
2413 TP_PROTO(struct xlog *log, struct xfs_icreate_log *in_f), \
2414 TP_ARGS(log, in_f))