Lines Matching refs:in_f
2050 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f),
2051 TP_ARGS(log, in_f),
2065 __entry->ino = in_f->ilf_ino;
2066 __entry->size = in_f->ilf_size;
2067 __entry->fields = in_f->ilf_fields;
2068 __entry->asize = in_f->ilf_asize;
2069 __entry->dsize = in_f->ilf_dsize;
2070 __entry->blkno = in_f->ilf_blkno;
2071 __entry->len = in_f->ilf_len;
2072 __entry->boffset = in_f->ilf_boffset;
2088 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f), \
2089 TP_ARGS(log, in_f))
2096 TP_PROTO(struct xlog *log, struct xfs_icreate_log *in_f),
2097 TP_ARGS(log, in_f),
2109 __entry->agno = be32_to_cpu(in_f->icl_ag);
2110 __entry->agbno = be32_to_cpu(in_f->icl_agbno);
2111 __entry->count = be32_to_cpu(in_f->icl_count);
2112 __entry->isize = be32_to_cpu(in_f->icl_isize);
2113 __entry->length = be32_to_cpu(in_f->icl_length);
2114 __entry->gen = be32_to_cpu(in_f->icl_gen);
2123 TP_PROTO(struct xlog *log, struct xfs_icreate_log *in_f), \
2124 TP_ARGS(log, in_f))