Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_inode_item_recover.c403 ASSERT(!(fields & XFS_ILOG_DFORK) || in xlog_recover_inode_commit_pass2()
406 switch (fields & XFS_ILOG_DFORK) { in xlog_recover_inode_commit_pass2()
422 ASSERT((fields & XFS_ILOG_DFORK) == 0); in xlog_recover_inode_commit_pass2()
432 if (in_f->ilf_fields & XFS_ILOG_DFORK) { in xlog_recover_inode_commit_pass2()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_log_format.h337 #define XFS_ILOG_DFORK (XFS_ILOG_DDATA | XFS_ILOG_DEXT | \ macro