Home
last modified time | relevance | path

Searched refs:XFS_ILOG_AFORK (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/
Dxfs_inode_item_recover.c465 ASSERT((in_f->ilf_size == 3) || (fields & XFS_ILOG_AFORK)); in xlog_recover_inode_commit_pass2()
494 if (in_f->ilf_fields & XFS_ILOG_AFORK) { in xlog_recover_inode_commit_pass2()
504 switch (in_f->ilf_fields & XFS_ILOG_AFORK) { in xlog_recover_inode_commit_pass2()
/fs/xfs/libxfs/
Dxfs_log_format.h345 #define XFS_ILOG_AFORK (XFS_ILOG_ADATA | XFS_ILOG_AEXT | \ macro