Searched refs:in_f (Results 1 – 3 of 3) sorted by relevance
80 struct xfs_inode_log_format *in_f, in xfs_recover_inode_owner_change() argument86 ASSERT(in_f->ilf_fields & (XFS_ILOG_DOWNER|XFS_ILOG_AOWNER)); in xfs_recover_inode_owner_change()88 ip = xfs_inode_alloc(mp, in_f->ilf_ino); in xfs_recover_inode_owner_change()99 if (in_f->ilf_fields & XFS_ILOG_DOWNER) { in xfs_recover_inode_owner_change()100 ASSERT(in_f->ilf_fields & XFS_ILOG_DBROOT); in xfs_recover_inode_owner_change()107 if (in_f->ilf_fields & XFS_ILOG_AOWNER) { in xfs_recover_inode_owner_change()108 ASSERT(in_f->ilf_fields & XFS_ILOG_ABROOT); in xfs_recover_inode_owner_change()314 struct xfs_inode_log_format *in_f; in xlog_recover_inode_commit_pass2() local330 in_f = item->ri_buf[0].iov_base; in xlog_recover_inode_commit_pass2()332 in_f = kmalloc_obj(struct xfs_inode_log_format, in xlog_recover_inode_commit_pass2()[all …]
58 struct xfs_inode_log_format *in_f);
2166 struct xfs_inode_log_format *in_f; /* any will do */ in xlog_recover_add_to_trans() local2200 in_f = (struct xfs_inode_log_format *)ptr; in xlog_recover_add_to_trans()2214 if (in_f->ilf_size == 0 || in xlog_recover_add_to_trans()2215 in_f->ilf_size > XLOG_MAX_REGIONS_IN_ITEM) { in xlog_recover_add_to_trans()2218 in_f->ilf_size); in xlog_recover_add_to_trans()2224 item->ri_total = in_f->ilf_size; in xlog_recover_add_to_trans()