Searched refs:in_f (Results 1 – 3 of 3) sorted by relevance
745 xfs_inode_log_format_t *in_f) in xfs_inode_item_format_convert() argument750 in_f->ilf_type = in_f32->ilf_type; in xfs_inode_item_format_convert()751 in_f->ilf_size = in_f32->ilf_size; in xfs_inode_item_format_convert()752 in_f->ilf_fields = in_f32->ilf_fields; in xfs_inode_item_format_convert()753 in_f->ilf_asize = in_f32->ilf_asize; in xfs_inode_item_format_convert()754 in_f->ilf_dsize = in_f32->ilf_dsize; in xfs_inode_item_format_convert()755 in_f->ilf_ino = in_f32->ilf_ino; in xfs_inode_item_format_convert()757 memcpy(in_f->ilf_u.ilfu_uuid.__u_bits, in xfs_inode_item_format_convert()760 in_f->ilf_blkno = in_f32->ilf_blkno; in xfs_inode_item_format_convert()761 in_f->ilf_len = in_f32->ilf_len; in xfs_inode_item_format_convert()[all …]
2466 struct xfs_inode_log_format *in_f, in xfs_recover_inode_owner_change() argument2472 ASSERT(in_f->ilf_fields & (XFS_ILOG_DOWNER|XFS_ILOG_AOWNER)); in xfs_recover_inode_owner_change()2474 ip = xfs_inode_alloc(mp, in_f->ilf_ino); in xfs_recover_inode_owner_change()2487 if (in_f->ilf_fields & XFS_ILOG_DOWNER) { in xfs_recover_inode_owner_change()2488 ASSERT(in_f->ilf_fields & XFS_ILOG_DBROOT); in xfs_recover_inode_owner_change()2495 if (in_f->ilf_fields & XFS_ILOG_AOWNER) { in xfs_recover_inode_owner_change()2496 ASSERT(in_f->ilf_fields & XFS_ILOG_ABROOT); in xfs_recover_inode_owner_change()2515 xfs_inode_log_format_t *in_f; in xlog_recover_inode_pass2() local2530 in_f = item->ri_buf[0].i_addr; in xlog_recover_inode_pass2()2532 in_f = kmem_alloc(sizeof(xfs_inode_log_format_t), KM_SLEEP); in xlog_recover_inode_pass2()[all …]
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;[all …]