Searched refs:XFS_ILOG_AFORK (Results 1 – 2 of 2) sorted by relevance
402 ASSERT((in_f->ilf_size == 3) || (fields & XFS_ILOG_AFORK)); in xlog_recover_inode_commit_pass2()431 if (in_f->ilf_fields & XFS_ILOG_AFORK) { in xlog_recover_inode_commit_pass2()441 switch (in_f->ilf_fields & XFS_ILOG_AFORK) { in xlog_recover_inode_commit_pass2()
337 #define XFS_ILOG_AFORK (XFS_ILOG_ADATA | XFS_ILOG_AEXT | \ macro