Lines Matching refs:in_f
2345 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f),
2346 TP_ARGS(log, in_f),
2360 __entry->ino = in_f->ilf_ino;
2361 __entry->size = in_f->ilf_size;
2362 __entry->fields = in_f->ilf_fields;
2363 __entry->asize = in_f->ilf_asize;
2364 __entry->dsize = in_f->ilf_dsize;
2365 __entry->blkno = in_f->ilf_blkno;
2366 __entry->len = in_f->ilf_len;
2367 __entry->boffset = in_f->ilf_boffset;
2383 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f), \
2384 TP_ARGS(log, in_f))
2391 TP_PROTO(struct xlog *log, struct xfs_icreate_log *in_f),
2392 TP_ARGS(log, in_f),
2404 __entry->agno = be32_to_cpu(in_f->icl_ag);
2405 __entry->agbno = be32_to_cpu(in_f->icl_agbno);
2406 __entry->count = be32_to_cpu(in_f->icl_count);
2407 __entry->isize = be32_to_cpu(in_f->icl_isize);
2408 __entry->length = be32_to_cpu(in_f->icl_length);
2409 __entry->gen = be32_to_cpu(in_f->icl_gen);
2422 TP_PROTO(struct xlog *log, struct xfs_icreate_log *in_f), \
2423 TP_ARGS(log, in_f))