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

/linux-master/fs/xfs/
H A Dxfs_inode_item_recover.c84 ASSERT(in_f->ilf_fields & (XFS_ILOG_DOWNER|XFS_ILOG_AOWNER));
97 if (in_f->ilf_fields & XFS_ILOG_DOWNER) {
531 if ((in_f->ilf_fields & (XFS_ILOG_DOWNER|XFS_ILOG_AOWNER)) &&
H A Dxfs_bmap_util.c1387 (*target_log_flags) |= XFS_ILOG_DOWNER;
1389 (*src_log_flags) |= XFS_ILOG_DOWNER;
1423 (*src_log_flags & XFS_ILOG_DOWNER));
1435 (*target_log_flags & XFS_ILOG_DOWNER));
1677 if (src_log_flags & XFS_ILOG_DOWNER) {
1682 if (target_log_flags & XFS_ILOG_DOWNER) {
H A Dxfs_inode.c2512 iip->ili_fields &= ~(XFS_ILOG_AOWNER | XFS_ILOG_DOWNER);
/linux-master/fs/xfs/libxfs/
H A Dxfs_log_format.h324 #define XFS_ILOG_DOWNER 0x200 /* change the data fork owner on replay */ macro
346 XFS_ILOG_ABROOT | XFS_ILOG_DOWNER | \
359 XFS_ILOG_TIMESTAMP | XFS_ILOG_DOWNER | \

Completed in 137 milliseconds