Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_inode_item.h82 #define XFS_ILOG_DBROOT 0x008 /* log i_df.i_broot */ macro
99 XFS_ILOG_DBROOT | XFS_ILOG_DEV | \
104 XFS_ILOG_DBROOT)
110 XFS_ILOG_DEXT | XFS_ILOG_DBROOT | \
117 return (w == XFS_DATA_FORK ? XFS_ILOG_DBROOT : XFS_ILOG_ABROOT); in xfs_ilog_fbroot()
Dxfs_inode_item.c67 if ((iip->ili_fields & XFS_ILOG_DBROOT) && in xfs_inode_item_size()
219 ~(XFS_ILOG_DDATA | XFS_ILOG_DBROOT | in xfs_inode_item_format()
260 if ((iip->ili_fields & XFS_ILOG_DBROOT) && in xfs_inode_item_format()
271 XFS_ILOG_DBROOT)); in xfs_inode_item_format()
272 iip->ili_fields &= ~XFS_ILOG_DBROOT; in xfs_inode_item_format()
278 ~(XFS_ILOG_DEXT | XFS_ILOG_DBROOT | in xfs_inode_item_format()
306 ~(XFS_ILOG_DDATA | XFS_ILOG_DBROOT | in xfs_inode_item_format()
316 ~(XFS_ILOG_DDATA | XFS_ILOG_DBROOT | in xfs_inode_item_format()
Dxfs_dfrag.c405 src_log_flags |= XFS_ILOG_DBROOT; in xfs_swap_extents()
423 target_log_flags |= XFS_ILOG_DBROOT; in xfs_swap_extents()
Dxfs_log_recover.c2701 case XFS_ILOG_DBROOT: in xlog_recover_inode_pass2()
Dxfs_inode.c2484 { XFS_ILOG_DBROOT, XFS_ILOG_ABROOT }; in xfs_iflush_fork()
Dxfs_bmap.c1273 *flags |= XFS_ILOG_DBROOT; in xfs_bmap_add_attrfork_btree()