Searched refs:in_f (Results 1 – 3 of 3) sorted by relevance
827 struct xfs_inode_log_format *in_f) in xfs_inode_item_format_convert() argument834 in_f->ilf_type = in_f32->ilf_type; in xfs_inode_item_format_convert()835 in_f->ilf_size = in_f32->ilf_size; in xfs_inode_item_format_convert()836 in_f->ilf_fields = in_f32->ilf_fields; in xfs_inode_item_format_convert()837 in_f->ilf_asize = in_f32->ilf_asize; in xfs_inode_item_format_convert()838 in_f->ilf_dsize = in_f32->ilf_dsize; in xfs_inode_item_format_convert()839 in_f->ilf_ino = in_f32->ilf_ino; in xfs_inode_item_format_convert()840 memcpy(&in_f->ilf_u, &in_f32->ilf_u, sizeof(in_f->ilf_u)); in xfs_inode_item_format_convert()841 in_f->ilf_blkno = in_f32->ilf_blkno; in xfs_inode_item_format_convert()842 in_f->ilf_len = in_f32->ilf_len; in xfs_inode_item_format_convert()[all …]
2865 struct xfs_inode_log_format *in_f, in xfs_recover_inode_owner_change() argument2871 ASSERT(in_f->ilf_fields & (XFS_ILOG_DOWNER|XFS_ILOG_AOWNER)); in xfs_recover_inode_owner_change()2873 ip = xfs_inode_alloc(mp, in_f->ilf_ino); in xfs_recover_inode_owner_change()2890 if (in_f->ilf_fields & XFS_ILOG_DOWNER) { in xfs_recover_inode_owner_change()2891 ASSERT(in_f->ilf_fields & XFS_ILOG_DBROOT); in xfs_recover_inode_owner_change()2898 if (in_f->ilf_fields & XFS_ILOG_AOWNER) { in xfs_recover_inode_owner_change()2899 ASSERT(in_f->ilf_fields & XFS_ILOG_ABROOT); in xfs_recover_inode_owner_change()2918 struct xfs_inode_log_format *in_f; in xlog_recover_inode_pass2() local2933 in_f = item->ri_buf[0].i_addr; in xlog_recover_inode_pass2()2935 in_f = kmem_alloc(sizeof(struct xfs_inode_log_format), 0); in xlog_recover_inode_pass2()[all …]
2083 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f),2084 TP_ARGS(log, in_f),2098 __entry->ino = in_f->ilf_ino;2099 __entry->size = in_f->ilf_size;2100 __entry->fields = in_f->ilf_fields;2101 __entry->asize = in_f->ilf_asize;2102 __entry->dsize = in_f->ilf_dsize;2103 __entry->blkno = in_f->ilf_blkno;2104 __entry->len = in_f->ilf_len;2105 __entry->boffset = in_f->ilf_boffset;[all …]