Home
last modified time | relevance | path

Searched refs:XFS_ILOG_DOWNER (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_log_format.h305 #define XFS_ILOG_DOWNER 0x200 /* change the data fork owner on replay */ macro
321 XFS_ILOG_DOWNER | XFS_ILOG_AOWNER)
334 XFS_ILOG_DOWNER | XFS_ILOG_AOWNER)
/linux-4.4.14/fs/xfs/
Dxfs_bmap_util.c1843 target_log_flags |= XFS_ILOG_DOWNER; in xfs_swap_extents()
1852 src_log_flags |= XFS_ILOG_DOWNER; in xfs_swap_extents()
1910 (src_log_flags & XFS_ILOG_DOWNER)); in xfs_swap_extents()
1930 (target_log_flags & XFS_ILOG_DOWNER)); in xfs_swap_extents()
Dxfs_log_recover.c2472 ASSERT(in_f->ilf_fields & (XFS_ILOG_DOWNER|XFS_ILOG_AOWNER)); in xfs_recover_inode_owner_change()
2487 if (in_f->ilf_fields & XFS_ILOG_DOWNER) { in xfs_recover_inode_owner_change()
2782 if (in_f->ilf_fields & (XFS_ILOG_DOWNER|XFS_ILOG_AOWNER)) in xlog_recover_inode_pass2()