Searched refs:in_f (Results 1 – 3 of 3) sorted by relevance
751 xfs_inode_log_format_t *in_f) in xfs_inode_item_format_convert() argument756 in_f->ilf_type = in_f32->ilf_type; in xfs_inode_item_format_convert()757 in_f->ilf_size = in_f32->ilf_size; in xfs_inode_item_format_convert()758 in_f->ilf_fields = in_f32->ilf_fields; in xfs_inode_item_format_convert()759 in_f->ilf_asize = in_f32->ilf_asize; in xfs_inode_item_format_convert()760 in_f->ilf_dsize = in_f32->ilf_dsize; in xfs_inode_item_format_convert()761 in_f->ilf_ino = in_f32->ilf_ino; in xfs_inode_item_format_convert()763 memcpy(in_f->ilf_u.ilfu_uuid.__u_bits, in xfs_inode_item_format_convert()766 in_f->ilf_blkno = in_f32->ilf_blkno; in xfs_inode_item_format_convert()767 in_f->ilf_len = in_f32->ilf_len; in xfs_inode_item_format_convert()[all …]
2457 struct xfs_inode_log_format *in_f, in xfs_recover_inode_owner_change() argument2463 ASSERT(in_f->ilf_fields & (XFS_ILOG_DOWNER|XFS_ILOG_AOWNER)); in xfs_recover_inode_owner_change()2465 ip = xfs_inode_alloc(mp, in_f->ilf_ino); in xfs_recover_inode_owner_change()2478 if (in_f->ilf_fields & XFS_ILOG_DOWNER) { in xfs_recover_inode_owner_change()2479 ASSERT(in_f->ilf_fields & XFS_ILOG_DBROOT); in xfs_recover_inode_owner_change()2486 if (in_f->ilf_fields & XFS_ILOG_AOWNER) { in xfs_recover_inode_owner_change()2487 ASSERT(in_f->ilf_fields & XFS_ILOG_ABROOT); in xfs_recover_inode_owner_change()2506 xfs_inode_log_format_t *in_f; in xlog_recover_inode_pass2() local2521 in_f = item->ri_buf[0].i_addr; in xlog_recover_inode_pass2()2523 in_f = kmem_alloc(sizeof(xfs_inode_log_format_t), KM_SLEEP); in xlog_recover_inode_pass2()[all …]
2000 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f),2001 TP_ARGS(log, in_f),2015 __entry->ino = in_f->ilf_ino;2016 __entry->size = in_f->ilf_size;2017 __entry->fields = in_f->ilf_fields;2018 __entry->asize = in_f->ilf_asize;2019 __entry->dsize = in_f->ilf_dsize;2020 __entry->blkno = in_f->ilf_blkno;2021 __entry->len = in_f->ilf_len;2022 __entry->boffset = in_f->ilf_boffset;[all …]