Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_log_format.h319 #define XFS_ILOG_DOWNER 0x200 /* change the data fork owner on replay */ macro
334 XFS_ILOG_ABROOT | XFS_ILOG_DOWNER | \
347 XFS_ILOG_TIMESTAMP | XFS_ILOG_DOWNER | \
/fs/xfs/
Dxfs_bmap_util.c1629 (*target_log_flags) |= XFS_ILOG_DOWNER; in xfs_swap_extent_forks()
1631 (*src_log_flags) |= XFS_ILOG_DOWNER; in xfs_swap_extent_forks()
1668 (*src_log_flags & XFS_ILOG_DOWNER)); in xfs_swap_extent_forks()
1680 (*target_log_flags & XFS_ILOG_DOWNER)); in xfs_swap_extent_forks()
1912 if (src_log_flags & XFS_ILOG_DOWNER) { in xfs_swap_extents()
1917 if (target_log_flags & XFS_ILOG_DOWNER) { in xfs_swap_extents()
Dxfs_log_recover.c2885 ASSERT(in_f->ilf_fields & (XFS_ILOG_DOWNER|XFS_ILOG_AOWNER)); in xfs_recover_inode_owner_change()
2904 if (in_f->ilf_fields & XFS_ILOG_DOWNER) { in xfs_recover_inode_owner_change()
3190 if ((in_f->ilf_fields & (XFS_ILOG_DOWNER|XFS_ILOG_AOWNER)) && in xlog_recover_inode_pass2()
Dxfs_inode.c2781 ip->i_itemp->ili_fields &= ~(XFS_ILOG_AOWNER|XFS_ILOG_DOWNER); in xfs_ifree()