in_f              827 fs/xfs/xfs_inode_item.c 	struct xfs_inode_log_format	*in_f)
in_f              834 fs/xfs/xfs_inode_item.c 	in_f->ilf_type = in_f32->ilf_type;
in_f              835 fs/xfs/xfs_inode_item.c 	in_f->ilf_size = in_f32->ilf_size;
in_f              836 fs/xfs/xfs_inode_item.c 	in_f->ilf_fields = in_f32->ilf_fields;
in_f              837 fs/xfs/xfs_inode_item.c 	in_f->ilf_asize = in_f32->ilf_asize;
in_f              838 fs/xfs/xfs_inode_item.c 	in_f->ilf_dsize = in_f32->ilf_dsize;
in_f              839 fs/xfs/xfs_inode_item.c 	in_f->ilf_ino = in_f32->ilf_ino;
in_f              840 fs/xfs/xfs_inode_item.c 	memcpy(&in_f->ilf_u, &in_f32->ilf_u, sizeof(in_f->ilf_u));
in_f              841 fs/xfs/xfs_inode_item.c 	in_f->ilf_blkno = in_f32->ilf_blkno;
in_f              842 fs/xfs/xfs_inode_item.c 	in_f->ilf_len = in_f32->ilf_len;
in_f              843 fs/xfs/xfs_inode_item.c 	in_f->ilf_boffset = in_f32->ilf_boffset;
in_f             2865 fs/xfs/xfs_log_recover.c 	struct xfs_inode_log_format *in_f,
in_f             2871 fs/xfs/xfs_log_recover.c 	ASSERT(in_f->ilf_fields & (XFS_ILOG_DOWNER|XFS_ILOG_AOWNER));
in_f             2873 fs/xfs/xfs_log_recover.c 	ip = xfs_inode_alloc(mp, in_f->ilf_ino);
in_f             2890 fs/xfs/xfs_log_recover.c 	if (in_f->ilf_fields & XFS_ILOG_DOWNER) {
in_f             2891 fs/xfs/xfs_log_recover.c 		ASSERT(in_f->ilf_fields & XFS_ILOG_DBROOT);
in_f             2898 fs/xfs/xfs_log_recover.c 	if (in_f->ilf_fields & XFS_ILOG_AOWNER) {
in_f             2899 fs/xfs/xfs_log_recover.c 		ASSERT(in_f->ilf_fields & XFS_ILOG_ABROOT);
in_f             2918 fs/xfs/xfs_log_recover.c 	struct xfs_inode_log_format	*in_f;
in_f             2933 fs/xfs/xfs_log_recover.c 		in_f = item->ri_buf[0].i_addr;
in_f             2935 fs/xfs/xfs_log_recover.c 		in_f = kmem_alloc(sizeof(struct xfs_inode_log_format), 0);
in_f             2937 fs/xfs/xfs_log_recover.c 		error = xfs_inode_item_format_convert(&item->ri_buf[0], in_f);
in_f             2946 fs/xfs/xfs_log_recover.c 	if (xlog_check_buffer_cancelled(log, in_f->ilf_blkno,
in_f             2947 fs/xfs/xfs_log_recover.c 					in_f->ilf_len, 0)) {
in_f             2949 fs/xfs/xfs_log_recover.c 		trace_xfs_log_recover_inode_cancel(log, in_f);
in_f             2952 fs/xfs/xfs_log_recover.c 	trace_xfs_log_recover_inode_recover(log, in_f);
in_f             2954 fs/xfs/xfs_log_recover.c 	bp = xfs_buf_read(mp->m_ddev_targp, in_f->ilf_blkno, in_f->ilf_len, 0,
in_f             2965 fs/xfs/xfs_log_recover.c 	ASSERT(in_f->ilf_fields & XFS_ILOG_CORE);
in_f             2966 fs/xfs/xfs_log_recover.c 	dip = xfs_buf_offset(bp, in_f->ilf_boffset);
in_f             2975 fs/xfs/xfs_log_recover.c 			__func__, dip, bp, in_f->ilf_ino);
in_f             2985 fs/xfs/xfs_log_recover.c 			__func__, item, in_f->ilf_ino);
in_f             3003 fs/xfs/xfs_log_recover.c 			trace_xfs_log_recover_inode_skip(log, in_f);
in_f             3027 fs/xfs/xfs_log_recover.c 			trace_xfs_log_recover_inode_skip(log, in_f);
in_f             3045 fs/xfs/xfs_log_recover.c 				__func__, item, dip, bp, in_f->ilf_ino);
in_f             3059 fs/xfs/xfs_log_recover.c 				__func__, item, dip, bp, in_f->ilf_ino);
in_f             3071 fs/xfs/xfs_log_recover.c 			__func__, item, dip, bp, in_f->ilf_ino,
in_f             3084 fs/xfs/xfs_log_recover.c 			item, dip, bp, in_f->ilf_ino, ldip->di_forkoff);
in_f             3103 fs/xfs/xfs_log_recover.c 	fields = in_f->ilf_fields;
in_f             3105 fs/xfs/xfs_log_recover.c 		xfs_dinode_put_rdev(dip, in_f->ilf_u.ilfu_rdev);
in_f             3107 fs/xfs/xfs_log_recover.c 	if (in_f->ilf_size == 2)
in_f             3111 fs/xfs/xfs_log_recover.c 	ASSERT(in_f->ilf_size <= 4);
in_f             3112 fs/xfs/xfs_log_recover.c 	ASSERT((in_f->ilf_size == 3) || (fields & XFS_ILOG_AFORK));
in_f             3114 fs/xfs/xfs_log_recover.c 	       (len == in_f->ilf_dsize));
in_f             3141 fs/xfs/xfs_log_recover.c 	if (in_f->ilf_fields & XFS_ILOG_AFORK) {
in_f             3142 fs/xfs/xfs_log_recover.c 		if (in_f->ilf_fields & XFS_ILOG_DFORK) {
in_f             3149 fs/xfs/xfs_log_recover.c 		ASSERT(len == in_f->ilf_asize);
in_f             3151 fs/xfs/xfs_log_recover.c 		switch (in_f->ilf_fields & XFS_ILOG_AFORK) {
in_f             3176 fs/xfs/xfs_log_recover.c 	if ((in_f->ilf_fields & (XFS_ILOG_DOWNER|XFS_ILOG_AOWNER)) &&
in_f             3178 fs/xfs/xfs_log_recover.c 		error = xfs_recover_inode_owner_change(mp, dip, in_f,
in_f             3191 fs/xfs/xfs_log_recover.c 		kmem_free(in_f);
in_f             4234 fs/xfs/xfs_log_recover.c 	struct xfs_inode_log_format	*in_f;			/* any will do */
in_f             4268 fs/xfs/xfs_log_recover.c 	in_f = (struct xfs_inode_log_format *)ptr;
in_f             4281 fs/xfs/xfs_log_recover.c 		if (in_f->ilf_size == 0 ||
in_f             4282 fs/xfs/xfs_log_recover.c 		    in_f->ilf_size > XLOG_MAX_REGIONS_IN_ITEM) {
in_f             4285 fs/xfs/xfs_log_recover.c 				  in_f->ilf_size);
in_f             4291 fs/xfs/xfs_log_recover.c 		item->ri_total = in_f->ilf_size;
in_f             2083 fs/xfs/xfs_trace.h 	TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f),
in_f             2084 fs/xfs/xfs_trace.h 	TP_ARGS(log, in_f),
in_f             2098 fs/xfs/xfs_trace.h 		__entry->ino = in_f->ilf_ino;
in_f             2099 fs/xfs/xfs_trace.h 		__entry->size = in_f->ilf_size;
in_f             2100 fs/xfs/xfs_trace.h 		__entry->fields = in_f->ilf_fields;
in_f             2101 fs/xfs/xfs_trace.h 		__entry->asize = in_f->ilf_asize;
in_f             2102 fs/xfs/xfs_trace.h 		__entry->dsize = in_f->ilf_dsize;
in_f             2103 fs/xfs/xfs_trace.h 		__entry->blkno = in_f->ilf_blkno;
in_f             2104 fs/xfs/xfs_trace.h 		__entry->len = in_f->ilf_len;
in_f             2105 fs/xfs/xfs_trace.h 		__entry->boffset = in_f->ilf_boffset;
in_f             2121 fs/xfs/xfs_trace.h 	TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f), \
in_f             2122 fs/xfs/xfs_trace.h 	TP_ARGS(log, in_f))
in_f             2129 fs/xfs/xfs_trace.h 	TP_PROTO(struct xlog *log, struct xfs_icreate_log *in_f),
in_f             2130 fs/xfs/xfs_trace.h 	TP_ARGS(log, in_f),
in_f             2142 fs/xfs/xfs_trace.h 		__entry->agno = be32_to_cpu(in_f->icl_ag);
in_f             2143 fs/xfs/xfs_trace.h 		__entry->agbno = be32_to_cpu(in_f->icl_agbno);
in_f             2144 fs/xfs/xfs_trace.h 		__entry->count = be32_to_cpu(in_f->icl_count);
in_f             2145 fs/xfs/xfs_trace.h 		__entry->isize = be32_to_cpu(in_f->icl_isize);
in_f             2146 fs/xfs/xfs_trace.h 		__entry->length = be32_to_cpu(in_f->icl_length);
in_f             2147 fs/xfs/xfs_trace.h 		__entry->gen = be32_to_cpu(in_f->icl_gen);
in_f             2156 fs/xfs/xfs_trace.h 	TP_PROTO(struct xlog *log, struct xfs_icreate_log *in_f), \
in_f             2157 fs/xfs/xfs_trace.h 	TP_ARGS(log, in_f))