Lines Matching refs:in_f
2057 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f),
2058 TP_ARGS(log, in_f),
2072 __entry->ino = in_f->ilf_ino;
2073 __entry->size = in_f->ilf_size;
2074 __entry->fields = in_f->ilf_fields;
2075 __entry->asize = in_f->ilf_asize;
2076 __entry->dsize = in_f->ilf_dsize;
2077 __entry->blkno = in_f->ilf_blkno;
2078 __entry->len = in_f->ilf_len;
2079 __entry->boffset = in_f->ilf_boffset;
2095 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f), \
2096 TP_ARGS(log, in_f))
2103 TP_PROTO(struct xlog *log, struct xfs_icreate_log *in_f),
2104 TP_ARGS(log, in_f),
2116 __entry->agno = be32_to_cpu(in_f->icl_ag);
2117 __entry->agbno = be32_to_cpu(in_f->icl_agbno);
2118 __entry->count = be32_to_cpu(in_f->icl_count);
2119 __entry->isize = be32_to_cpu(in_f->icl_isize);
2120 __entry->length = be32_to_cpu(in_f->icl_length);
2121 __entry->gen = be32_to_cpu(in_f->icl_gen);
2130 TP_PROTO(struct xlog *log, struct xfs_icreate_log *in_f), \
2131 TP_ARGS(log, in_f))