Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_inode_item_recover.c402 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()
/Linux-v5.15/fs/xfs/libxfs/
Dxfs_log_format.h337 #define XFS_ILOG_AFORK (XFS_ILOG_ADATA | XFS_ILOG_AEXT | \ macro