Home
last modified time | relevance | path

Searched refs:XFS_ILOG_DBROOT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h318 #define XFS_ILOG_DBROOT 0x008 /* log i_df.i_broot */ macro
344 XFS_ILOG_DBROOT | XFS_ILOG_DEV | \
350 XFS_ILOG_DBROOT)
356 XFS_ILOG_DEXT | XFS_ILOG_DBROOT | \
364 return (w == XFS_DATA_FORK ? XFS_ILOG_DBROOT : XFS_ILOG_ABROOT); in xfs_ilog_fbroot()
H A Dxfs_inode_fork.c605 { XFS_ILOG_DBROOT, XFS_ILOG_ABROOT }; in xfs_iflush_fork()
H A Dxfs_bmap.c873 *flags |= XFS_ILOG_DBROOT; in xfs_bmap_add_attrfork_btree()
4705 logflags &= ~XFS_ILOG_DBROOT; in xfs_bmapi_remap()
/openbmc/linux/fs/xfs/
H A Dxfs_inode_item.c212 if ((iip->ili_fields & XFS_ILOG_DBROOT) && in xfs_inode_item_data_fork_size()
310 ~(XFS_ILOG_DDATA | XFS_ILOG_DBROOT | XFS_ILOG_DEV); in xfs_inode_item_format_data_fork()
335 if ((iip->ili_fields & XFS_ILOG_DBROOT) && in xfs_inode_item_format_data_fork()
345 XFS_ILOG_DBROOT)); in xfs_inode_item_format_data_fork()
346 iip->ili_fields &= ~XFS_ILOG_DBROOT; in xfs_inode_item_format_data_fork()
351 ~(XFS_ILOG_DEXT | XFS_ILOG_DBROOT | XFS_ILOG_DEV); in xfs_inode_item_format_data_fork()
367 ~(XFS_ILOG_DDATA | XFS_ILOG_DBROOT | XFS_ILOG_DEXT); in xfs_inode_item_format_data_fork()
H A Dxfs_inode_item_recover.c98 ASSERT(in_f->ilf_fields & XFS_ILOG_DBROOT); in xfs_recover_inode_owner_change()
476 case XFS_ILOG_DBROOT: in xlog_recover_inode_commit_pass2()
H A Dxfs_bmap_util.c1575 (*src_log_flags) |= XFS_ILOG_DBROOT; in xfs_swap_extent_forks()
1584 (*target_log_flags) |= XFS_ILOG_DBROOT; in xfs_swap_extent_forks()