Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_inode_item_recover.c84 ASSERT(in_f->ilf_fields & (XFS_ILOG_DOWNER|XFS_ILOG_AOWNER)); in xfs_recover_inode_owner_change()
97 if (in_f->ilf_fields & XFS_ILOG_DOWNER) { in xfs_recover_inode_owner_change()
531 if ((in_f->ilf_fields & (XFS_ILOG_DOWNER|XFS_ILOG_AOWNER)) && in xlog_recover_inode_commit_pass2()
Dxfs_bmap_util.c1395 (*target_log_flags) |= XFS_ILOG_DOWNER; in xfs_swap_extent_forks()
1397 (*src_log_flags) |= XFS_ILOG_DOWNER; in xfs_swap_extent_forks()
1431 (*src_log_flags & XFS_ILOG_DOWNER)); in xfs_swap_extent_forks()
1443 (*target_log_flags & XFS_ILOG_DOWNER)); in xfs_swap_extent_forks()
1685 if (src_log_flags & XFS_ILOG_DOWNER) { in xfs_swap_extents()
1690 if (target_log_flags & XFS_ILOG_DOWNER) { in xfs_swap_extents()
Dxfs_inode.c1792 iip->ili_fields &= ~(XFS_ILOG_AOWNER | XFS_ILOG_DOWNER); in xfs_ifree()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_log_format.h331 #define XFS_ILOG_DOWNER 0x200 /* change the data fork owner on replay */ macro
353 XFS_ILOG_ABROOT | XFS_ILOG_DOWNER | \
366 XFS_ILOG_TIMESTAMP | XFS_ILOG_DOWNER | \